On line 593 & 606 in CircuitReliability.c the p'tick value is calculated as:
ptick = 2.0R0(sin(psi)/cos(delta - psi));
But checking with the formula from the recommendation it seems that it should be delta + psi in the cosine term?
This would then also check out with ptick in other parts of the program.
On line 593 & 606 in CircuitReliability.c the p'tick value is calculated as:
ptick = 2.0R0(sin(psi)/cos(delta - psi));
But checking with the formula from the recommendation it seems that it should be delta + psi in the cosine term?
This would then also check out with ptick in other parts of the program.