-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Flow decomposition] Fix net position computation with dangling lines (…
…#134) * Fix net positions in flow decomposition for dangling lines --------- Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
- Loading branch information
Showing
4 changed files
with
122 additions
and
45 deletions.
There are no files selected for viewing
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
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
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
20 changes: 20 additions & 0 deletions
20
...om/powsybl/flow_decomposition/NETWORK_SINGLE_LOAD_TWO_GENERATORS_WITH_UNBOUNDED_XNODE.uct
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
##C 2007.05.01 | ||
This is a test network with only two branches. | ||
Each branch is linking a generator with a central load. | ||
Used to validate: | ||
- Basic network importer | ||
- XNEC automatic selection | ||
- GLSK automatic generation | ||
- Zone automatic extraction | ||
##N | ||
##ZFR | ||
FGEN1 11 GEN 0 3 400.00 0.00000 0.00000 -100.00 0.00000 1000.00 -1000.0 1000.00 -1000.0 | ||
##ZBE | ||
BGEN2 11 GEN 0 2 400.00 0.00000 0.00000 -100.00 0.00000 1000.00 -1000.0 1000.00 -1000.0 | ||
BLOAD 11 LOAD 0 0 100.000 0.00000 0.00000 0.00000 | ||
##ZXX | ||
X 11 XNODE 0 0 100.000 0.00000 0.00000 0.00000 1000.00 -1000.0 1000.00 -1000.0 | ||
##L | ||
FGEN1 11 BLOAD 11 1 0 1.0000 0.0500 0.000000 480 LINE | ||
BLOAD 11 BGEN2 11 1 0 1.0000 0.0500 0.000000 480 LINE | ||
BLOAD 11 X 11 1 0 1.0000 0.0500 0.000000 480 LINE |