-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Le Courtois Florent
committed
Oct 5, 2021
1 parent
d874f8b
commit 489f5b0
Showing
7 changed files
with
164 additions
and
16 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
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
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,46 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<dyn:dynamicModelsArchitecture xmlns:dyn="http://www.rte-france.com/dynawo"> | ||
<dyn:macroConnector id="GEN_NETWORK_CONNECTOR"> | ||
<dyn:connect var1="generator_terminal" var2="@STATIC_ID@@NODE@_ACPIN"/> | ||
<dyn:connect var1="generator_switchOffSignal1" var2="@STATIC_ID@@NODE@_switchOff"/> | ||
</dyn:macroConnector> | ||
<dyn:macroConnector id="GEN_SIGNALN_CONNECTOR"> | ||
<dyn:connect var1="generator_N" var2="signalN_N"/> | ||
</dyn:macroConnector> | ||
<dyn:macroConnector id="LOAD_NETWORK_CONNECTOR"> | ||
<dyn:connect var1="Ui_value" var2="@STATIC_ID@@NODE@_ACPIN_V_im"/> | ||
<dyn:connect var1="Ur_value" var2="@STATIC_ID@@NODE@_ACPIN_V_re"/> | ||
<dyn:connect var1="Ii_value" var2="@STATIC_ID@@NODE@_ACPIN_i_im"/> | ||
<dyn:connect var1="Ir_value" var2="@STATIC_ID@@NODE@_ACPIN_i_re"/> | ||
<dyn:connect var1="switchOff1_value" var2="@STATIC_ID@@NODE@_switchOff_value"/> | ||
</dyn:macroConnector> | ||
<dyn:macroConnector id="StaticVarCompensatorMacroConnector"> | ||
<dyn:connect var1="SVarC_terminal" var2="@STATIC_ID@@NODE@_ACPIN"/> | ||
</dyn:macroConnector> | ||
<dyn:macroStaticReference id="GeneratorStaticRef"> | ||
<dyn:staticRef var="generator_PGenPu" staticVar="p"/> | ||
<dyn:staticRef var="generator_QGenPu" staticVar="q"/> | ||
<dyn:staticRef var="generator_state" staticVar="state"/> | ||
</dyn:macroStaticReference> | ||
<dyn:macroStaticReference id="LoadRef"> | ||
<dyn:staticRef var="PPu_value" staticVar="p"/> | ||
<dyn:staticRef var="QPu_value" staticVar="q"/> | ||
<dyn:staticRef var="state_value" staticVar="state"/> | ||
</dyn:macroStaticReference> | ||
<dyn:macroStaticReference id="StaticVarCompensatorStaticRef"> | ||
<dyn:staticRef var="SVarC_PInjPu" staticVar="p"/> | ||
<dyn:staticRef var="SVarC_QInjPu" staticVar="q"/> | ||
<dyn:staticRef var="SVarC_modeHandling_mode_value" staticVar="regulatingMode"/> | ||
<dyn:staticRef var="SVarC_state" staticVar="state"/> | ||
</dyn:macroStaticReference> | ||
<dyn:blackBoxModel id="Model_Signal_N" lib="SignalN"/> | ||
<dyn:blackBoxModel id="ShuntRegulation_1" lib="DYNModelCentralizedShuntsSectionControl" parFile="TestDydShunts.par" parId="ShuntRegulation_1"/> | ||
<dyn:blackBoxModel id="ShuntRegulation_3" lib="DYNModelCentralizedShuntsSectionControl" parFile="TestDydShunts.par" parId="ShuntRegulation_3"/> | ||
<dyn:connect id1="ShuntRegulation_1" var1="UMonitoredPu_value" id2="NETWORK" var2="1"/> | ||
<dyn:connect id1="ShuntRegulation_1" var1="section_0_value" id2="NETWORK" var2="1.2"/> | ||
<dyn:connect id1="ShuntRegulation_1" var1="section_1_value" id2="NETWORK" var2="1.1"/> | ||
<dyn:connect id1="ShuntRegulation_3" var1="UMonitoredPu_value" id2="NETWORK" var2="3"/> | ||
<dyn:connect id1="ShuntRegulation_3" var1="section_0_value" id2="NETWORK" var2="3.2"/> | ||
<dyn:connect id1="ShuntRegulation_3" var1="section_1_value" id2="NETWORK" var2="3.1"/> | ||
<dyn:connect id1="Model_Signal_N" var1="signalN_thetaRef" id2="NETWORK" var2="Slack_phi"/> | ||
</dyn:dynamicModelsArchitecture> |