Skip to content

Commit

Permalink
Revert changes already done in OpenIPSL#347
Browse files Browse the repository at this point in the history
Revert changes to Renewables (already done in OpenIPSL#347)
  • Loading branch information
dietmarw committed Nov 14, 2024
1 parent b0bc9c2 commit 945838b
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 179 deletions.
3 changes: 2 additions & 1 deletion OpenIPSL/Data/PowerPlant/GenerationGroup/Generator1.mo
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ equation
fillPattern=FillPattern.Solid,
textString="%name"),
Line(points={{-60,-20},{-20,20},{20,-20},{60,20}},
color={28,108,200}),Ellipse(extent={{-100,-100},{100,100}}, lineColor=
color={28,108,200}),Ellipse(extent={{-100,-100},{100,100}}, lineColor
=
{28,108,200})}),
Documentation(info="<html>
<p>Generation group for the example that uses the IEEE421.5-based data set.</p>
Expand Down
3 changes: 2 additions & 1 deletion OpenIPSL/Data/PowerPlant/GenerationGroup/Generator2.mo
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ equation
fillPattern=FillPattern.Solid,
textString="%name"),
Line(points={{-60,-20},{-20,20},{20,-20},{60,20}},
color={28,108,200}),Ellipse(extent={{-100,-100},{100,100}}, lineColor=
color={28,108,200}),Ellipse(extent={{-100,-100},{100,100}}, lineColor
=
{28,108,200})}),
Documentation(info="<html>
<p>Generation Group for the example that uses the Anderson-based data set.</p>
Expand Down
80 changes: 0 additions & 80 deletions OpenIPSL/Electrical/Controls/PSSE/ES/BaseClasses/PID_No_Windup.mo

This file was deleted.

55 changes: 0 additions & 55 deletions OpenIPSL/Electrical/Controls/PSSE/ES/BaseClasses/PI_No_Windup.mo

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ RectifierCommutationVoltageDrop
calculate_dc_exciter_params
RotatingExciterBase
invFEX
PID_No_Windup
PI_No_Windup
34 changes: 0 additions & 34 deletions OpenIPSL/Electrical/Controls/PSSE/VC/IEEEVC.mo

This file was deleted.

4 changes: 0 additions & 4 deletions OpenIPSL/Electrical/Controls/PSSE/VC/package.mo

This file was deleted.

1 change: 0 additions & 1 deletion OpenIPSL/Electrical/Controls/PSSE/VC/package.order

This file was deleted.

1 change: 1 addition & 0 deletions OpenIPSL/Electrical/Renewables/PSSE/BESS.mo
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
within OpenIPSL.Electrical.Renewables.PSSE;
model BESS "Framework for a battery energy storage system plant including controllers"
parameter Types.ApparentPower M_b=RenewableGenerator.SysData.S_b "Machine base power" annotation(Dialog(group= "Power flow data"));
extends OpenIPSL.Electrical.Essentials.pfComponent(
final enablefn=true,
final enableV_b=false,
Expand Down
2 changes: 1 addition & 1 deletion OpenIPSL/Electrical/Renewables/PSSE/PV.mo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
within OpenIPSL.Electrical.Renewables.PSSE;
model PV "Framework for a photovoltaic plant including controllers"
parameter Modelica.Units.SI.ApparentPower M_b "Machine base" annotation (Dialog(group= "Power flow data"));
parameter Types.ApparentPower M_b=RenewableGenerator.SysData.S_b "Machine base power" annotation(Dialog(group= "Power flow data"));
extends OpenIPSL.Electrical.Essentials.pfComponent(
final enablefn=false,
final enableV_b=false,
Expand Down
1 change: 1 addition & 0 deletions OpenIPSL/Electrical/Renewables/PSSE/Wind.mo
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
within OpenIPSL.Electrical.Renewables.PSSE;
model Wind "Framework for a wind plant including controllers"
parameter Types.ApparentPower M_b=RenewableGenerator.SysData.S_b "Machine base power" annotation(Dialog(group= "Power flow data"));
extends OpenIPSL.Electrical.Essentials.pfComponent(
final enablefn=false,
final enableV_b=false,
Expand Down

0 comments on commit 945838b

Please sign in to comment.