-
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
DC Area Interchange Control OuterLoop #1123
Merged
Merged
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
vmouradian
changed the base branch from
feature/dc_multiple_outerloops
to
main
November 18, 2024 14:04
vmouradian
changed the base branch from
main
to
feature/dc_multiple_outerloops
November 18, 2024 14:15
7 tasks
...main/java/com/powsybl/openloadflow/lf/outerloop/AbstractAreaInterchangeControlOuterLoop.java
Show resolved
Hide resolved
Can you add something in the doc that says that Area Interchange control works in DC and AC ? |
src/main/java/com/powsybl/openloadflow/ac/AcOuterLoopContext.java
Outdated
Show resolved
Hide resolved
src/main/java/com/powsybl/openloadflow/ac/AcOuterLoopContext.java
Outdated
Show resolved
Hide resolved
src/main/java/com/powsybl/openloadflow/ac/outerloop/AcActivePowerDistributionOuterLoop.java
Outdated
Show resolved
Hide resolved
vmouradian
force-pushed
the
feature/dc-aic-outer-loop
branch
from
November 19, 2024 17:49
4830f6d
to
42658e2
Compare
m-guibert
reviewed
Nov 20, 2024
src/main/java/com/powsybl/openloadflow/ac/outerloop/AcAreaInterchangeControlOuterLoop.java
Show resolved
Hide resolved
src/main/java/com/powsybl/openloadflow/dc/DcAreaInterchangeControlControlOuterLoop.java
Show resolved
Hide resolved
...main/java/com/powsybl/openloadflow/lf/outerloop/AbstractAreaInterchangeControlOuterLoop.java
Outdated
Show resolved
Hide resolved
src/test/java/com/powsybl/openloadflow/ac/AreaInterchangeControlTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: vmouradian <valentin.mouradian@artelys.com>
Signed-off-by: vmouradian <valentin.mouradian@artelys.com>
Signed-off-by: vmouradian <valentin.mouradian@artelys.com>
Signed-off-by: vmouradian <valentin.mouradian@artelys.com>
Signed-off-by: vmouradian <valentin.mouradian@artelys.com>
Signed-off-by: vmouradian <valentin.mouradian@artelys.com>
Signed-off-by: vmouradian <valentin.mouradian@artelys.com>
vmouradian
force-pushed
the
feature/dc-aic-outer-loop
branch
from
November 21, 2024 15:48
ff33b66
to
2353626
Compare
Signed-off-by: vmouradian <valentin.mouradian@artelys.com>
Signed-off-by: vmouradian <valentin.mouradian@artelys.com>
Signed-off-by: vmouradian <valentin.mouradian@artelys.com>
Signed-off-by: vmouradian <valentin.mouradian@artelys.com>
vidaldid-rte
approved these changes
Nov 28, 2024
# Conflicts: # src/main/java/com/powsybl/openloadflow/OpenLoadFlowParameters.java
m-guibert
reviewed
Dec 2, 2024
src/main/java/com/powsybl/openloadflow/OpenLoadFlowParameters.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Damien Jeandemange <damien.jeandemange@artelys.com>
jeandemanged
approved these changes
Dec 2, 2024
Quality Gate passedIssues Measures |
jeandemanged
changed the title
DC area interchange control outerloop
DC Area Interchange Control OuterLoop
Dec 3, 2024
7 tasks
4 tasks
vidaldid-rte
pushed a commit
that referenced
this pull request
Dec 11, 2024
Signed-off-by: vmouradian <valentin.mouradian@artelys.com> Signed-off-by: Didier Vidal <didier.vidal_externe@rte-france.com>
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.
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?
Feature
What is the current behavior?
Area interchange control is not supported for DC load flow
What is the new behavior (if this is a feature change)?
Area interchange is supported, via a new DC outerloop, that shares most of the logic with the AC version.
Introduces :
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:
AC AIC OuterLoop was done in #1055