I'm designing a motor in which I need to set the current angle to be +60º from the rotor angle.
At the moment I've created an I/O parameter (current_angle) to set the current source angle and then on the solving scenario I set both the rotor mechanical set position and this I/O parameter to compute different values. The issue with this mode is that it computes a lot of different values that I don't need, making the computation time extremely large.
Is there any way to just solve the motor when the current_angle=rotor_angle+90º ??
To clarify a bit:
rotor mechanical set position simulation values: 1,2,3....90
current_angle simulation values: 61,62,63...150
this gives 90*90 iterations = 8100
when I just need 90 iterations.
My Aplication is a Steady State AC Magnetic 2D.