Skip to content

Commit 945838b

Browse files
committed
Revert changes already done in OpenIPSL#347
Revert changes to Renewables (already done in OpenIPSL#347)
1 parent b0bc9c2 commit 945838b

File tree

11 files changed

+7
-179
lines changed

11 files changed

+7
-179
lines changed

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/Electrical/Controls/PSSE/ES/BaseClasses/PID_No_Windup.mo

Lines changed: 0 additions & 80 deletions
This file was deleted.

OpenIPSL/Electrical/Controls/PSSE/ES/BaseClasses/PI_No_Windup.mo

Lines changed: 0 additions & 55 deletions
This file was deleted.

OpenIPSL/Electrical/Controls/PSSE/ES/BaseClasses/package.order

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ RectifierCommutationVoltageDrop
99
calculate_dc_exciter_params
1010
RotatingExciterBase
1111
invFEX
12-
PID_No_Windup
13-
PI_No_Windup

OpenIPSL/Electrical/Controls/PSSE/VC/IEEEVC.mo

Lines changed: 0 additions & 34 deletions
This file was deleted.

OpenIPSL/Electrical/Controls/PSSE/VC/package.mo

Lines changed: 0 additions & 4 deletions
This file was deleted.

OpenIPSL/Electrical/Controls/PSSE/VC/package.order

Lines changed: 0 additions & 1 deletion
This file was deleted.

OpenIPSL/Electrical/Renewables/PSSE/BESS.mo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
within OpenIPSL.Electrical.Renewables.PSSE;
22
model BESS "Framework for a battery energy storage system plant including controllers"
3+
parameter Types.ApparentPower M_b=RenewableGenerator.SysData.S_b "Machine base power" annotation(Dialog(group= "Power flow data"));
34
extends OpenIPSL.Electrical.Essentials.pfComponent(
45
final enablefn=true,
56
final enableV_b=false,

OpenIPSL/Electrical/Renewables/PSSE/PV.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
within OpenIPSL.Electrical.Renewables.PSSE;
22
model PV "Framework for a photovoltaic plant including controllers"
3-
parameter Modelica.Units.SI.ApparentPower M_b "Machine base" annotation (Dialog(group= "Power flow data"));
3+
parameter Types.ApparentPower M_b=RenewableGenerator.SysData.S_b "Machine base power" annotation(Dialog(group= "Power flow data"));
44
extends OpenIPSL.Electrical.Essentials.pfComponent(
55
final enablefn=false,
66
final enableV_b=false,

0 commit comments

Comments
 (0)