You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correction:
In my model, the power flow solution I put in the model was not correct, and led to wrong initialization.
After double checking, everything is fine and like in PSAT, except Vf0 that does not include the saturation function.
PSAT:
vf0 = (K1_Id0+synsat(a,1,DAE.x(a.e1q(is6)),is6))/(1-Taa/Td10);
Modelica:
vf0 = K1_id0 + e1q0)/(1 - Taa/Td10)
The initialization procedure is not perfect, as the derivatives are not null at the beginning of the simulation
The text was updated successfully, but these errors were encountered: