Skip to content

Commit 21c6e06

Browse files
committed
Fixing minor issues
The following are a list of issues that were corrected: 1- Added missing description string to two parameters: M_b, and Gtstc. 2- Removed the icon aspect ration to OpenIPSL/Tests/BaseClasses/SMIBAddOn.mo. 3- Eliminated all vendor annotations present in the examples found under the Tests\Renewables\PSSE folder.
1 parent 6bddea8 commit 21c6e06

6 files changed

Lines changed: 6 additions & 18 deletions

File tree

OpenIPSL/Electrical/Renewables/PSSE/AddOnBlocks.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ package AddOnBlocks
33
"This package contains additional add ons that can be added to the original renewable models."
44
model IrradianceToPower "PV Array Power Output from Irradiance."
55

6-
parameter Modelica.Units.SI.ApparentPower M_b = 100000000;
6+
parameter Modelica.Units.SI.ApparentPower M_b = 100000000 "Equipment apparent power";
77
parameter Modelica.Units.SI.ActivePower Ypv = 1000 "Rated capacity of the PV array";
88
parameter Modelica.Units.SI.Temperature Tcstc = 25 "PV cell temperature under standard test conditions";
99
parameter Real fpv = 0.9 "PV derating factor";
1010
parameter Real ap = -0.48 "Temperature coefficient of power";
11-
parameter Modelica.Units.SI.RadiantEnergyFluenceRate Gtstc = 1000;
11+
parameter Modelica.Units.SI.RadiantEnergyFluenceRate Gtstc = 1000 "Radiant energy fluence rate of PV array";
1212

1313

1414

OpenIPSL/Tests/BaseClasses/SMIBAddOn.mo

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,4 @@ equation
6161
connect(realExpression1.y, voltageSourceReImInput.vRe) annotation (Line(
6262
points={{109,20},{104,20},{104,12},{106,12},{106,4},{98,4}}, color={0,0,
6363
127}));
64-
annotation (Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,
65-
-100},{120,100}})), Diagram(
66-
coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,
67-
100}})));
6864
end SMIBAddOn;

OpenIPSL/Tests/Renewable/PSSE/BESSPlant.mo

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ equation
6161
connect(pwCurrent.ii, bESS.branch_ii) annotation (Line(points={{-14,-6.6},{
6262
-14,-20},{-56,-20},{-56,-10}}, color={0,0,127}));
6363
annotation (experiment(
64-
StopTime=5,
65-
__Dymola_NumberOfIntervals=5000,
66-
__Dymola_Algorithm="Dassl"), Documentation(
64+
StopTime=5), Documentation(
6765
info="<html>
6866
<p>
6967
Simulate for 5 seconds.

OpenIPSL/Tests/Renewable/PSSE/PVPlant.mo

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ equation
3232
connect(pwCurrent.ii, pV.branch_ii) annotation (Line(points={{-14,-6.6},{-14,
3333
-20},{-56,-20},{-56,-10}}, color={0,0,127}));
3434
annotation (experiment(
35-
StopTime=5,
36-
__Dymola_NumberOfIntervals=5000,
37-
__Dymola_Algorithm="Dassl"), Documentation(info="<html>
35+
StopTime=5), Documentation(info="<html>
3836
<p>
3937
Simulate for 5 seconds.
4038
</p>

OpenIPSL/Tests/Renewable/PSSE/PVPlantSolarIrradiance.mo

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@ equation
141141
connect(limiter.y, add.u2) annotation (Line(points={{-63.4,-24},{-54,-24},{
142142
-54,-8},{-66,-8},{-66,0.4},{-57.2,0.4}}, color={0,0,127}));
143143
annotation (experiment(
144-
StopTime=86400,
145-
__Dymola_NumberOfIntervals=5000,
146-
__Dymola_Algorithm="Dassl"), Documentation(info="<html>
144+
StopTime=86400), Documentation(info="<html>
147145
<p>
148146
Simulate for 5 seconds.
149147
</p>

OpenIPSL/Tests/Renewable/PSSE/WindPlant.mo

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ equation
8989
connect(pwCurrent.ii, wind.branch_ii) annotation (Line(points={{-14,-6.6},{
9090
-14,-20},{-56,-20},{-56,-10}}, color={0,0,127}));
9191
annotation (experiment(
92-
StopTime=5,
93-
__Dymola_NumberOfIntervals=5000,
94-
__Dymola_Algorithm="Dassl"), Documentation(
92+
StopTime=5), Documentation(
9593
info="<html>
9694
<p>
9795
Simulate for 5 seconds.

0 commit comments

Comments
 (0)