-
Notifications
You must be signed in to change notification settings - Fork 43
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
Matpower importer: Support lines with different nominal voltage at both ends #2493
Matpower importer: Support lines with different nominal voltage at both ends #2493
Conversation
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
We have verified that OLF (1.0.1) solves correctly all Matpower samples taking into account the base voltages and performing the de-normalization implemented in this Pull Request. As expected, the solutions obtained are exactly the same ones that are obtained if base voltages are completely ignored in the IIDM model. |
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified running reference cases against OLF
Kudos, SonarCloud Quality Gate passed! |
…th ends (#2493) Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Please check if the PR fulfills these requirements (please use
'[x]'
to check the checkboxes, or submit the PR and then click the checkboxes)Does this PR already have an issue describing the problem ? If so, link to this issue using
'#XXX'
and skip the restWhat kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Feature
What is the current behavior? (You can also link to an open issue here)
Conversion of electric characteristics for lines with different nominal voltage at both ends is incorrect. De-normalization from per-unit quantities to engineering units must take into account both nominal voltages.
What is the new behavior (if this is a feature change)?
De-normalization from per-unit quantities to engineering units for lines with different nominal voltage at both ends has been fixed. We have decided to keep them as transmission lines instead of transformers. If modeled as transformers, end nodes should have to be grouped in the same substation.
Does this PR introduce a breaking change or deprecate an API? If yes, check the following:
Other information:
(if any of the questions/checkboxes don't apply, please delete them entirely)