-
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
Voltage angle limits API #2657
Merged
Merged
Voltage angle limits API #2657
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: Olivier Perrin <olivier.perrin@rte-france.com>
Signed-off-by: José Antonio Marqués <marquesja@aia.es> # Conflicts: # iidm/iidm-mergingview/src/main/java/com/powsybl/iidm/mergingview/MergingView.java # iidm/iidm-mergingview/src/main/java/com/powsybl/iidm/mergingview/MergingViewIndex.java
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: Luma <zamarrenolm@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: José Antonio Marqués <marquesja@aia.es>
Signed-off-by: Luma <zamarrenolm@aia.es>
Signed-off-by: Luma <zamarrenolm@aia.es>
annetill
requested changes
Aug 31, 2023
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.
We must know that:
- We don't support three windings transformer in limit violations.
- As the new voltage angle limit is not an identifier, the limit violation is a bit strange and rely on
name
only. We don't have a subjectId that is linked an identifier. To be validated with everybody.
...es-extensions/src/main/java/com/powsybl/cgmes/extensions/CgmesControlAreasXmlSerializer.java
Show resolved
Hide resolved
iidm/iidm-api/src/main/java/com/powsybl/iidm/network/Network.java
Outdated
Show resolved
Hide resolved
iidm/iidm-api/src/main/java/com/powsybl/iidm/network/TerminalRef.java
Outdated
Show resolved
Hide resolved
iidm/iidm-impl/src/main/java/com/powsybl/iidm/network/impl/VoltageAngleLimitAdderImpl.java
Outdated
Show resolved
Hide resolved
…the end... Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
annetill
reviewed
Sep 8, 2023
geofjamg
requested changes
Sep 11, 2023
iidm/iidm-api/src/main/java/com/powsybl/iidm/network/util/TerminalUtil.java
Outdated
Show resolved
Hide resolved
iidm/iidm-api/src/main/java/com/powsybl/iidm/network/util/TerminalUtil.java
Outdated
Show resolved
Hide resolved
iidm/iidm-api/src/main/java/com/powsybl/iidm/network/util/TerminalUtil.java
Outdated
Show resolved
Hide resolved
iidm/iidm-api/src/main/java/com/powsybl/iidm/network/util/TerminalUtil.java
Outdated
Show resolved
Hide resolved
iidm/iidm-xml-converter/src/main/java/com/powsybl/iidm/xml/TerminalRefXml.java
Outdated
Show resolved
Hide resolved
iidm/iidm-api/src/main/java/com/powsybl/iidm/network/util/TerminalUtil.java
Outdated
Show resolved
Hide resolved
...-analysis/security-analysis-api/src/main/java/com/powsybl/security/LimitViolationHelper.java
Outdated
Show resolved
Hide resolved
...-analysis/security-analysis-api/src/main/java/com/powsybl/security/LimitViolationHelper.java
Outdated
Show resolved
Hide resolved
...nalysis-api/src/main/java/com/powsybl/security/detectors/AbstractLimitViolationDetector.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
jeandemanged
requested changes
Sep 13, 2023
iidm/iidm-api/src/main/java/com/powsybl/iidm/network/ThreeSides.java
Outdated
Show resolved
Hide resolved
iidm/iidm-api/src/main/java/com/powsybl/iidm/network/VoltageAngleLimit.java
Show resolved
Hide resolved
security-analysis/security-analysis-api/src/main/java/com/powsybl/security/LimitViolation.java
Show resolved
Hide resolved
...lysis-api/src/main/java/com/powsybl/security/detectors/AbstractContingencyBlindDetector.java
Outdated
Show resolved
Hide resolved
...nalysis-api/src/main/java/com/powsybl/security/detectors/AbstractLimitViolationDetector.java
Outdated
Show resolved
Hide resolved
jeandemanged
requested changes
Sep 13, 2023
iidm/iidm-xml-converter/src/main/java/com/powsybl/iidm/xml/VoltageAngleLimitXml.java
Outdated
Show resolved
Hide resolved
iidm/iidm-xml-converter/src/main/java/com/powsybl/iidm/xml/VoltageAngleLimitXml.java
Outdated
Show resolved
Hide resolved
jeandemanged
changed the title
Voltage angle limits API rework proposal
Voltage angle limits API
Sep 13, 2023
geofjamg
approved these changes
Sep 14, 2023
Signed-off-by: Bertrand Rix <bertrand.rix@artelys.com>
flo-dup
force-pushed
the
evolution_xiidm/1.11
branch
from
September 14, 2023 09:36
dff0f7f
to
eea16e4
Compare
Kudos, SonarCloud Quality Gate passed! |
annetill
approved these changes
Sep 14, 2023
jeandemanged
approved these changes
Sep 14, 2023
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.
excellent, thank you!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request is based on #2613 on suggest a modification of the API following discussion with @annetill .
VoltageAngleLimit has now a mandatory name, and optionnals low and high limit to abstract direction of flow.
Does this PR already have an issue describing the problem?
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change or deprecate an API?
Other information: