Skip to content
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

Bump powsybl-core to 6.6.0 + powsybl-open-loadflow to 1.14.0 #174

Merged
merged 3 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
Network balance: active generation=4000.0 MW, active load=4000.0 MW, reactive generation=0.0 MVar, reactive load=0.0 MVar
Angle reference bus: VOLTAGE_LEVEL_BE_0
Slack bus: VOLTAGE_LEVEL_BE_0
DC load flow completed (status=true)
Slack bus active power (-0.0 MW) distributed in 0 distribution iteration(s)
DC load flow completed (solverSuccess=true, outerloopStatus=STABLE)
+ Checking load flow status
Network CC0 SC0 Load flow complete with status 'CONVERGED'
+ Mismatch
Expand All @@ -25,7 +26,8 @@
Network balance: active generation=4000.0 MW, active load=4000.0 MW, reactive generation=0.0 MVar, reactive load=0.0 MVar
Angle reference bus: VOLTAGE_LEVEL_BE_0
Slack bus: VOLTAGE_LEVEL_BE_0
DC load flow completed (status=true)
Slack bus active power (-1.7763568394002505E-13 MW) distributed in 0 distribution iteration(s)
DC load flow completed (solverSuccess=true, outerloopStatus=STABLE)
+ Checking load flow status
Network CC0 SC0 Load flow complete with status 'CONVERGED'
+ Mismatch
Expand Down
15 changes: 10 additions & 5 deletions balances-adjustment/src/test/resources/unbalancedNetworkReport.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
Network balance: active generation=4000.0 MW, active load=4000.0 MW, reactive generation=0.0 MVar, reactive load=0.0 MVar
Angle reference bus: VOLTAGE_LEVEL_BE_0
Slack bus: VOLTAGE_LEVEL_BE_0
DC load flow completed (status=true)
Slack bus active power (-0.0 MW) distributed in 0 distribution iteration(s)
DC load flow completed (solverSuccess=true, outerloopStatus=STABLE)
+ Checking load flow status
Network CC0 SC0 Load flow complete with status 'CONVERGED'
+ Mismatch
Expand All @@ -25,7 +26,8 @@
Network balance: active generation=3940.0 MW, active load=4040.0 MW, reactive generation=0.0 MVar, reactive load=0.0 MVar
Angle reference bus: VOLTAGE_LEVEL_BE_0
Slack bus: VOLTAGE_LEVEL_BE_0
DC load flow completed (status=true)
Slack bus active power (100.0 MW) distributed in 1 distribution iteration(s)
DC load flow completed (solverSuccess=true, outerloopStatus=STABLE)
+ Checking load flow status
Network CC0 SC0 Load flow complete with status 'CONVERGED'
+ Mismatch
Expand All @@ -42,7 +44,8 @@
Network balance: active generation=3880.0 MW, active load=4080.0 MW, reactive generation=0.0 MVar, reactive load=0.0 MVar
Angle reference bus: VOLTAGE_LEVEL_BE_0
Slack bus: VOLTAGE_LEVEL_BE_0
DC load flow completed (status=true)
Slack bus active power (200.0 MW) distributed in 1 distribution iteration(s)
DC load flow completed (solverSuccess=true, outerloopStatus=STABLE)
+ Checking load flow status
Network CC0 SC0 Load flow complete with status 'CONVERGED'
+ Mismatch
Expand All @@ -59,7 +62,8 @@
Network balance: active generation=3820.0 MW, active load=4120.0 MW, reactive generation=0.0 MVar, reactive load=0.0 MVar
Angle reference bus: VOLTAGE_LEVEL_BE_0
Slack bus: VOLTAGE_LEVEL_BE_0
DC load flow completed (status=true)
Slack bus active power (300.0 MW) distributed in 1 distribution iteration(s)
DC load flow completed (solverSuccess=true, outerloopStatus=STABLE)
+ Checking load flow status
Network CC0 SC0 Load flow complete with status 'CONVERGED'
+ Mismatch
Expand All @@ -76,7 +80,8 @@
Network balance: active generation=3760.0 MW, active load=4160.0 MW, reactive generation=0.0 MVar, reactive load=0.0 MVar
Angle reference bus: VOLTAGE_LEVEL_BE_0
Slack bus: VOLTAGE_LEVEL_BE_0
DC load flow completed (status=true)
Slack bus active power (399.99999999999983 MW) distributed in 1 distribution iteration(s)
DC load flow completed (solverSuccess=true, outerloopStatus=STABLE)
+ Checking load flow status
Network CC0 SC0 Load flow complete with status 'CONVERGED'
+ Mismatch
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@

<properties>
<java.version>17</java.version>
<powsyblcore.version>6.5.0</powsyblcore.version>
<powsyblopenloadflow.version>1.13.0</powsyblopenloadflow.version>
<powsyblcore.version>6.6.0</powsyblcore.version>
<powsyblopenloadflow.version>1.14.0</powsyblopenloadflow.version>
<sonar.coverage.jacoco.xmlReportPaths>
../distribution-entsoe/target/site/jacoco-aggregate/jacoco.xml,
../../distribution-entsoe/target/site/jacoco-aggregate/jacoco.xml,
Expand Down
Loading