Skip to content

Commit 210b58d

Browse files
include SCRX9 and GFM DLL model in OpenIPSL
This is initial commit for adding DLL controller into OpenIPSL. Need to verify with professor Luigi about the package placement. If the placement is good I will go ahead include some documentation for both SCRX9 and GFM. Currently the controller is place under OpenIPSL/Electrical/Control/IEEE_CIGRE; The tests are placed under OpenIPSL/Tests/Controls/IEEE_CIGRE. All the tests are verified working on my laptop. Co-Authored-By: Luigi Vanfretti <7248948+lvanfretti@users.noreply.github.com>
1 parent a115273 commit 210b58d

10 files changed

Lines changed: 2613 additions & 3 deletions

File tree

OpenIPSL/Electrical/Controls/CGMES/ES/ExcSEXS.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
within OpenIPSL.Electrical.Controls.CGMES.ES;
1+
within OpenIPSL.Electrical.Controls.CGMES.ES;
22
model ExcSEXS "CGMES Simplified Excitation System Model"
33
extends OpenIPSL.Electrical.Controls.PSSE.ES.BaseClasses.BaseExciter;
44
parameter Real T_AT_B=0.1 "Ta/Tb - gain reduction ratio of lag-lead element";

OpenIPSL/Electrical/Controls/IEEE_CIGRE.mo

Lines changed: 1115 additions & 0 deletions
Large diffs are not rendered by default.

OpenIPSL/Electrical/Controls/IEEE_CIGRE.new-mo

Lines changed: 1115 additions & 0 deletions
Large diffs are not rendered by default.

OpenIPSL/Electrical/Controls/PSSE/TG/WEHGOV.mo

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ equation
147147
extent={{-74,148},{76,52}},
148148
textColor={28,108,200},
149149
textString="WEHGOV
150-
"), Text(
151-
extent={{-62,68},{-4,52}},
150+
"), Text( extent={{-62,68},{-4,52}},
152151
textColor={28,108,200},
153152
textString="SPEED"),
154153
Text(

OpenIPSL/Electrical/Controls/package.order

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ CGMES
22
PSAT
33
PSSE
44
Simulink
5+
IEEE_CIGRE
150 KB
Binary file not shown.
116 KB
Binary file not shown.

OpenIPSL/Tests/Controls/IEEE_CIGRE.mo

Lines changed: 379 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CGMES
22
PSAT
33
PSSE
4+
IEEE_CIGRE

OpenIPSL/list.dat

480 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)