|
1 | 1 | within OpenIPSL.Electrical.Solar.PowerFactory.WECC.PVD1; |
2 | | -model Controller |
| 2 | +model Controller "Plan Control" |
3 | 3 | parameter Types.PerUnit Imax=1.1 "Maximum allowable total converter current"; |
4 | 4 | parameter Boolean PqFlag "Priority on current limit flag: 1=P prio.; 0 = Q prio."; |
5 | 5 | parameter Types.Time Tg=0.02 "Inverter current regulator time constat"; |
@@ -53,9 +53,9 @@ model Controller |
53 | 53 | 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}}))); |
54 | 54 | 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}}))); |
55 | 55 | 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"; |
59 | 59 | Modelica.Blocks.Math.Product product1 annotation (Placement(transformation(origin={150,90}, extent={{-10,-10},{10,10}}))); |
60 | 60 | Modelica.Blocks.Math.Product product annotation (Placement(transformation(origin={70,150}, extent={{-10,-10},{10,10}}))); |
61 | 61 | OpenIPSL.Electrical.Solar.PowerFactory.WECC.PVD1.GenerationTripping frequency_tripping( |
|
0 commit comments