Skip to content

Commit c4a9333

Browse files
committed
Adds missing description strings.
1 parent 1329cd6 commit c4a9333

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

OpenIPSL/Electrical/Solar/PowerFactory/WECC/PVD1/Controller.mo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
within OpenIPSL.Electrical.Solar.PowerFactory.WECC.PVD1;
2-
model Controller
2+
model Controller "Plan Control"
33
parameter Types.PerUnit Imax=1.1 "Maximum allowable total converter current";
44
parameter Boolean PqFlag "Priority on current limit flag: 1=P prio.; 0 = Q prio.";
55
parameter Types.Time Tg=0.02 "Inverter current regulator time constat";
@@ -53,9 +53,9 @@ model Controller
5353
Modelica.Blocks.Interfaces.RealOutput Ip annotation (Placement(transformation(origin={210,90}, extent={{-10,-10},{10,10}}), iconTransformation(origin={110,60}, extent={{-10,-10},{10,10}})));
5454
Modelica.Blocks.Interfaces.RealOutput Iq annotation (Placement(transformation(origin={210,-70}, extent={{-10,-10},{10,10}}), iconTransformation(origin={110,-60}, extent={{-10,-10},{10,10}})));
5555
Modelica.Blocks.Math.Add add4 annotation (Placement(transformation(origin={-50,50}, extent={{-10,-10},{10,10}})));
56-
parameter Types.PerUnit Qref;
57-
parameter Types.PerUnit Pref;
58-
parameter Types.PerUnit u_0;
56+
parameter Types.PerUnit Qref "Reactive power refrence";
57+
parameter Types.PerUnit Pref "Reactive power refrence";
58+
parameter Types.PerUnit u_0 "Initial voltage";
5959
Modelica.Blocks.Math.Product product1 annotation (Placement(transformation(origin={150,90}, extent={{-10,-10},{10,10}})));
6060
Modelica.Blocks.Math.Product product annotation (Placement(transformation(origin={70,150}, extent={{-10,-10},{10,10}})));
6161
OpenIPSL.Electrical.Solar.PowerFactory.WECC.PVD1.GenerationTripping frequency_tripping(

OpenIPSL/Electrical/Solar/PowerFactory/WECC/PVD1/GenerationTripping.mo

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
within OpenIPSL.Electrical.Solar.PowerFactory.WECC.PVD1;
2-
model GenerationTripping
3-
parameter Real Lv0;
4-
parameter Real Lv1;
5-
parameter Real Lv2;
6-
parameter Real Lv3;
7-
parameter Real recov;
2+
model GenerationTripping "Calculating the tripping response"
3+
parameter Real Lv0 "Tripping repose curve point 0";
4+
parameter Real Lv1 "Tripping repose curve point 1";
5+
parameter Real Lv2 "Tripping repose curve point 2";
6+
parameter Real Lv3 "Tripping repose curve point 3";
7+
parameter Real recov "Revovery amount for reconnection";
88
parameter Real Tfilter=1e-2 "Best to set about the time step value for fixed-step solvers";
99
Modelica.Blocks.Interfaces.RealInput u annotation (Placement(transformation(extent={{-140,-20},{-100,20}})));
1010
Modelica.Blocks.Interfaces.RealOutput TrpLow annotation (Placement(transformation(origin={110,50}, extent={{-10,-10},{10,10}})));

OpenIPSL/Electrical/Solar/PowerFactory/WECC/PVD1/PlantPVD1.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
within OpenIPSL.Electrical.Solar.PowerFactory.WECC.PVD1;
2-
model PlantPVD1
2+
model PlantPVD1 "Simple representation of the basic control of a PV system"
33
extends OpenIPSL.Electrical.Essentials.pfComponent(
44
final enabledisplayPF=false,
55
final enablefn=true,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
within OpenIPSL.Electrical.Solar.PowerFactory.WECC;
2-
package PVD1
2+
package PVD1 "Distributed PV Model"
33
extends Modelica.Icons.Package;
44

55
end PVD1;

0 commit comments

Comments
 (0)