Skip to content

Commit 07ccd56

Browse files
committed
Remove multiple blank lines
1 parent b89f572 commit 07ccd56

8 files changed

Lines changed: 0 additions & 16 deletions

File tree

OpenIPSL/Electrical/Renewables/PSSE/ElectricalController/BaseClasses/CurrentLimitLogicREECA.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ if Ipre is less than 0:
134134
else:
135135
Ipost = sqrt(Ipre);
136136
137-
138137
if Pqflag = true:
139138
Ipmax = min(VDL2_out, Imax);
140139
Ipmin = 0;

OpenIPSL/Electrical/Renewables/PSSE/ElectricalController/BaseClasses/package.mo

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ within OpenIPSL.Electrical.Renewables.PSSE.ElectricalController;
22
package BaseClasses "Base classes for renewable energy electrical control models"
33
extends Modelica.Icons.BasesPackage;
44

5-
6-
7-
8-
9-
10-
11-
125
annotation (Documentation(info="<html>
136
<p>
147
This package contains the base class of the three different electrical controllers from the sub-package (BaseREECA, BaseREECB, BaseREECC), as well as other logic

OpenIPSL/Electrical/Renewables/PSSE/ElectricalController/package.mo

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
within OpenIPSL.Electrical.Renewables.PSSE;
22
package ElectricalController "Renewable Electrical Controllers"
33

4-
5-
6-
74
annotation (Documentation(info="<html>
85
<p>
96
This package contains components that model the different electrical controller components of the WECC-based renewable energy sources.

OpenIPSL/Electrical/Renewables/PSSE/InverterInterface/BaseClasses/package.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ within OpenIPSL.Electrical.Renewables.PSSE.InverterInterface;
22
package BaseClasses "Base classes for renewable energy generator/converter models from PSSE"
33
extends Modelica.Icons.BasesPackage;
44

5-
65
annotation (Documentation(info="<html>
76
<p>
87
This package contains the base class (BaseREGC) component used in the REGCA1 component, as well as the Low Voltage Active Current Management (LVACM)

OpenIPSL/Electrical/Renewables/PSSE/InverterInterface/package.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
within OpenIPSL.Electrical.Renewables.PSSE;
22
package InverterInterface "Renewable Inverter Interface"
33

4-
54
annotation (Documentation(info="<html>
65
<p>
76
This package contains components that model the inverter interface of the WECC-based renewable energy sources.

OpenIPSL/Electrical/Renewables/PSSE/PlantController/package.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
within OpenIPSL.Electrical.Renewables.PSSE;
22
package PlantController "Renewable Plant Controllers"
33

4-
54
annotation (Documentation(info="<html>
65
<p>
76
This package contains components that model the plant controller of the WECC-based renewable energy sources.

OpenIPSL/Electrical/Renewables/PSSE/Wind.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ extends OpenIPSL.Electrical.Essentials.pfComponent(
6060
annotation (Placement(transformation(extent={{-140,-20},{-100,20}}),
6161
iconTransformation(extent={{-140,-20},{-100,20}})));
6262

63-
6463
replaceable WindDriveTrain.BaseClasses.BaseWTDT DriveTrain annotation (
6564
choicesAllMatching=true, Placement(transformation(extent={{-72,-80},{-52,
6665
-60}})));

OpenIPSL/Electrical/Renewables/PSSE/WindDriveTrain/package.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
within OpenIPSL.Electrical.Renewables.PSSE;
22
package WindDriveTrain "Drive train for wind turbines"
33

4-
54
annotation (Documentation(info="<html>
65
<p>
76
This package contains components that model the wind drive train component of wind turbines for the WECC-based renewable energy sources.

0 commit comments

Comments
 (0)