-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fix secondary voltage control in case of generator remote voltage control #1165
Conversation
src/main/java/com/powsybl/openloadflow/ac/outerloop/SecondaryVoltageControlOuterLoop.java
Show resolved
Hide resolved
src/test/java/com/powsybl/openloadflow/ac/SecondaryVoltageControlTest.java
Show resolved
Hide resolved
src/main/java/com/powsybl/openloadflow/network/GeneratorVoltageControl.java
Show resolved
Hide resolved
src/main/java/com/powsybl/openloadflow/network/GeneratorVoltageControl.java
Outdated
Show resolved
Hide resolved
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.
Approved, however note that this is a limited review:
I am not a user of this feature. Therefore I can only assess that code/test/doc quality is good as usual, and that no side effect would occur when secondaryVoltageControl
is disabled. Regarding fitness for purpose you are on your own here.
…trol Signed-off-by: Geoffroy Jamgotchian <[email protected]>
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
…e settings are modified only when the option is active Signed-off-by: Didier Vidal <[email protected]>
Signed-off-by: Didier Vidal <[email protected]>
aed86cb
to
d69c800
Compare
Quality Gate passedIssues Measures |
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
No
What kind of change does this PR introduce?
Bug fix
What is the current behavior?
Secondary voltage control outer failed in case a zone has generators belonging to a shared remote control.
What is the new behavior (if this is a feature change)?
All generators of a secondary voltage control, have local voltage control.
Does this PR introduce a breaking change or deprecate an API?
If yes, please check if the following requirements are fulfilled
What changes might users need to make in their application due to this PR? (migration steps)
Other information: