Skip to content

Commit 9cf7ec3

Browse files
committed
Revert dummy changes
1 parent 00e70d6 commit 9cf7ec3

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

OpenIPSL/Data/PowerPlant/GenerationGroup/Generator1.mo

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ equation
130130
fillPattern=FillPattern.Solid,
131131
textString="%name"),
132132
Line(points={{-60,-20},{-20,20},{20,-20},{60,20}},
133-
color={28,108,200}),Ellipse(extent={{-100,-100},{100,100}}, lineColor=
133+
color={28,108,200}),Ellipse(extent={{-100,-100},{100,100}}, lineColor
134+
=
134135
{28,108,200})}),
135136
Documentation(info="<html>
136137
<p>Generation group for the example that uses the IEEE421.5-based data set.</p>

OpenIPSL/Data/PowerPlant/GenerationGroup/Generator2.mo

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ equation
127127
fillPattern=FillPattern.Solid,
128128
textString="%name"),
129129
Line(points={{-60,-20},{-20,20},{20,-20},{60,20}},
130-
color={28,108,200}),Ellipse(extent={{-100,-100},{100,100}}, lineColor=
130+
color={28,108,200}),Ellipse(extent={{-100,-100},{100,100}}, lineColor
131+
=
131132
{28,108,200})}),
132133
Documentation(info="<html>
133134
<p>Generation Group for the example that uses the Anderson-based data set.</p>

OpenIPSL/Tests/Controls/PSSE/ES/SEXS.mo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ model SEXS "SMIB system to test functionality of SEXS model"
3636
annotation (Placement(transformation(extent={{-60,-60},{-80,-40}})));
3737
Modelica.Blocks.Sources.Constant zero(k=0) annotation (Placement(transformation(extent={{6,-6},{-6,6}}, origin={-34,-80})));
3838
equation
39-
connect(gENROU.PMECH, gENROU.PMECH0) annotation (Line(points={{-92,12},{-100,
40-
12},{-100,30},{-40,30},{-40,10},{-46,10}}, color={0,0,127}));
39+
connect(gENROU.PMECH, gENROU.PMECH0) annotation (Line(points={{-92,10},{-100,10},{-100,30},{-40,30},{-40,10},{-46,10}},
40+
color={0,0,127}));
4141
connect(gENROU.EFD0, sEXS.EFD0) annotation (Line(points={{-46,-10},{-38,-10},{-38,-54},{-59,-54}},
4242
color={0,0,127}));
4343
connect(gENROU.ETERM, sEXS.ECOMP) annotation (Line(points={{-46,-6},{-34,-6},{-34,-50},{-59,-50}},
4444
color={0,0,127}));
4545
connect(sEXS.VOEL, zero.y) annotation (Line(points={{-70,-61},{-70,-80},{-40.6,-80}}, color={0,0,127}));
4646
connect(sEXS.VOTHSG, zero.y) annotation (Line(points={{-59,-46},{-54,-46},{-54,-80},{-40.6,-80}}, color={0,0,127}));
4747
connect(sEXS.VUEL, zero.y) annotation (Line(points={{-66,-61},{-66,-80},{-40.6,-80}}, color={0,0,127}));
48-
connect(sEXS.EFD, gENROU.EFD) annotation (Line(points={{-81,-50},{-100,-50},{
49-
-100,-12},{-92,-12}}, color={0,0,127}));
48+
connect(sEXS.EFD, gENROU.EFD) annotation (Line(points={{-81,-50},{-100,-50},{-100,-10},{-92,-10}},
49+
color={0,0,127}));
5050
connect(gENROU.p, GEN1.p)
5151
annotation (Line(points={{-48,0},{-30,0}}, color={0,0,255}));
5252
connect(gENROU.XADIFD, sEXS.XADIFD) annotation (Line(points={{-46,-18},{-42,-18},{-42,-68},{-78,-68},{-78,-61}}, color={0,0,127}));

0 commit comments

Comments
 (0)