-
Notifications
You must be signed in to change notification settings - Fork 9
Add parameter to define min nominal voltage for unrealistic state check #1217
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
Conversation
Signed-off-by: Didier Vidal <didier.vidal_externe@rte-france.com>
src/main/java/com/powsybl/openloadflow/OpenLoadFlowParameters.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Didier Vidal <didier.vidal_externe@rte-france.com>
…ameter Signed-off-by: Didier Vidal <didier.vidal_externe@rte-france.com>
Signed-off-by: Didier Vidal <didier.vidal_externe@rte-france.com>
Signed-off-by: Didier Vidal <didier.vidal_externe@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.
good for me, if you could fix this small sonar issue it would be perfect:
https://sonarcloud.io/project/issues?sinceLeakPeriod=true&issueStatuses=OPEN%2CCONFIRMED&pullRequest=1217&id=com.powsybl%3Apowsybl-open-loadflow&open=AZYAuiscp-HZOhEi_R5D
Signed-off-by: Didier Vidal <didier.vidal_externe@rte-france.com>
119edb0
|
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?
In order to get stricter value for min and max realistic voltage, we need to define a minimal voltage level for which the realistic check applies.
What is the current behavior?
The simulation is interrupted if any bus has a voltage outside of [minRealisticVoltage, maxRealisticVoltage]
What is the new behavior (if this is a feature change)?
The simulation is interrupted only if a bus in a voltage level with a nominal voltage higher higher than minNominalVoltageUnrealisticStateCheck is outside of [minRealisticVoltage, maxRealisticVoltage]
Does this PR introduce a breaking change or deprecate an API?
==> No because the default value is kept to 0, and [minRealisticVoltage, maxRealisticVoltage] are kept with very loose values.
Maybe we should provider better values and break compatibility ?
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: