Skip to content

Commit

Permalink
Rework phase tap changer with 0 xMin test using a small network inste…
Browse files Browse the repository at this point in the history
…ad of a modified CGMES conformity one

Signed-off-by: Romain Courtier <[email protected]>
  • Loading branch information
rcourtier committed Nov 13, 2024
1 parent 54fc8a6 commit 3908086
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 2,359 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,25 +97,6 @@ public static GridModelReferenceResources microGridBaseCaseGeographicalRegionInB
new ResourceSet(base, CGMES_3_MICRO_GRID_EQ_BD));
}

public static GridModelReferenceResources microGridBaseCasePhaseTapChangerXMin() {
String base = CGMES_3_MODIFIED_TEST_MODELS
+ "/MicroGrid/phaseTapChangerXMin/";
return new GridModelReferenceResources(
"MicroGrid-phaseTapChanger-xMin",
null,
new ResourceSet(base, CGMES_3_MICRO_GRID_BE_EQ),
new ResourceSet(CGMES_3_MICRO_GRID_BASE,
CGMES_3_MICRO_GRID_ASSEMBLED_DL,
CGMES_3_MICRO_GRID_ASSEMBLED_SV,
CGMES_3_MICRO_GRID_BE_GL,
CGMES_3_MICRO_GRID_BE_SSH,
CGMES_3_MICRO_GRID_NL_EQ,
CGMES_3_MICRO_GRID_NL_GL,
CGMES_3_MICRO_GRID_NL_SSH,
CGMES_3_MICRO_GRID_ASSEMBLED_TP),
new ResourceSet(CGMES_3_MICRO_GRID_BASE, CGMES_3_MICRO_GRID_EQ_BD));
}

public static GridModelReferenceResources microGridBaseCaseAllTypesOfLoads() {
String base = CGMES_3_MODIFIED_TEST_MODELS
+ "/MicroGrid/allTypesOfLoads/";
Expand Down
Loading

0 comments on commit 3908086

Please sign in to comment.