-
Notifications
You must be signed in to change notification settings - Fork 113
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
Andes speed calculation #318
Comments
Hi Jose, Thanks for reporting. It looks like an issue with ANDES. I will look into it and let you know. |
@jinningwang It looks like an issue with GAST. One or multiple sign errors creat a positive feedback, which causes the frequency to rise even without any disturbance. |
@jd-lara @cuihantao Regards, |
Thanks for the diagnosis and sorry for my wrong thoughts. Not sure why the auto parameter correction for upper limits did not catch this one. Can you look into that?
Regards,
Hantao Cui
…On Apr 25, 2022, 3:48 PM -0500, Jinning Wang ***@***.***>, wrote:
@jd-lara
Hi,
After inspection, it is caused by inappropriate GAST parameters VMAX and VMIN. After converting to the ANDES input file, those two parameters are set to be 0.5, and they limited the GAST.LAG to match the GAST.pout.
Setting them to 1.1 and 0 can solve the issue.
@cuihantao
Hantao,
Should we consider some auto-correction for this?
Regards,
Jinning
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@cuihantao I am not sure this is the root cause since in PSSe and in PSID we don't get any input errors. |
Hi, The bug is caused by that the The fixed code can be found in the PR: Regards, |
@jinningwang It's a separate issue. The immediate cause of the error is the wrong treatment of PSS/E dyr data for GAST. The fix is pushed to my @jd-lara After fixing the parser issue, the results are now the same as PSID: |
Thanks @cuihantao, I will continue the testing once it's merged |
Lol, thanks! Good luck with the bug chase! It could be both annoying and fun :) My |
I am currently using master in this simulation to test for a generation trip of generator No 5 at Bus 102, here is the set-up the raw and dyr files are in the attached zip file
However, the resulting frequency is this increasing line.
I am expecting to see something more like this which matches PowerSimulationsDynamics and PSS/e
Archive.zip
The text was updated successfully, but these errors were encountered: