Skip to content

Commit

Permalink
Bump powsybl-core to 6.6.0 + powsybl-open-loadflow to 1.14.0 (#174)
Browse files Browse the repository at this point in the history
* Bump powsybl-open-loadflow to 1.14.0 + add new report messages on slack bus distribution
* Bump powsybl-core to 6.6.0
* Adapt unit tests to DC LF reporting change

Signed-off-by: Olivier Perrin <olivier.perrin@rte-france.com>
  • Loading branch information
olperr1 authored Dec 16, 2024
1 parent 8b00ffe commit 8907386
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
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

0 comments on commit 8907386

Please sign in to comment.