-
Notifications
You must be signed in to change notification settings - Fork 150
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
PSSE Parser: incorrect impedance when NOMVX is 0.0 #912
Comments
Just saw Jay's issue and I think it is the same underlying issue, #888, which ran into this problem for Note that with r and x both effectively becoming zero none of the bus injection model type formulations will work, and instead converge to an infeasible point. For those finding this issue before a fix: manually edit your raw file and set the nomv values to the appropriate ones |
Ok, also noticing this being the problem in #897 |
Can you adapt one of the test network datasets to exhibit the issue so that we can make a test for this? |
We have a MWE with PSSE baseline results, @hei06j started preparing a PR. Hopefully we can get it out today before flying to PSCC. |
Has this been addressed by #919? |
Yes. |
Ran into this bug with @hei06j while parsing 3-winding transformers from PSSE.
Per the PSSE Manual on NOMV1, NOMV2, NOMV3:
If that happens, the transformer impedances get accidentally set to 0 here
This should be replaced with something like
The text was updated successfully, but these errors were encountered: