Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSAT: base machine initialization issue #79

Open
MaximeBaudette opened this issue Jan 12, 2016 · 1 comment
Open

PSAT: base machine initialization issue #79

MaximeBaudette opened this issue Jan 12, 2016 · 1 comment

Comments

@MaximeBaudette
Copy link
Member

The initialization procedure is not perfect, as the derivatives are not null at the beginning of the simulation

@MaximeBaudette
Copy link
Member Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant