11within OpenIPSL.Electrical.Controls.PSSE.ES;
2- model AC7B "AC7B Excitation System [IEEE2016] "
2+ model AC7B "IEEE 421.5 2016 AC7B Excitation System"
33 extends OpenIPSL.Electrical.Controls.PSSE.ES.BaseClasses.BaseExciter;
44 import OpenIPSL.Electrical.Controls.PSSE.ES.BaseClasses.invFEX;
55 import OpenIPSL.NonElectrical.Functions.SE;
66 parameter Types.Time T_R "Filter time constant (s)" ;
7- parameter Types.PerUnit K_PR "Voltage regulator proportional gain" ;
8- parameter Types.PerUnit K_IR "Voltage regulator integral gain" ;
9- parameter Types.PerUnit K_DR "Voltage regulator derivative gain" ;
7+ parameter Types.PerUnit K_PR "Voltage regulator proportional gain (pu) " ;
8+ parameter Types.PerUnit K_IR "Voltage regulator integral gain (pu) " ;
9+ parameter Types.PerUnit K_DR "Voltage regulator derivative gain (pu) " ;
1010 parameter Types.Time T_DR "Lag time constant (s)" ;
11- parameter Types.PerUnit V_RMIN "Minimum voltage regulator output" ;
12- parameter Types.PerUnit V_RMAX "Maximum voltage regulator output" ;
13- parameter Types.PerUnit K_PA "Voltage regulator proportional gain" ;
14- parameter Types.PerUnit K_IA "Voltage regulator integral gain" ;
15- parameter Types.PerUnit VA_MIN "Minimum voltage regulator output" ;
16- parameter Types.PerUnit VA_MAX "Maximum voltage regulator output" ;
17- parameter Types.PerUnit K_P "Potential circuit gain coefficient" ;
18- parameter Types.PerUnit K_L "Exciter field voltage lower limit parameter" ;
11+ parameter Types.PerUnit V_RMIN "Minimum voltage regulator output (pu) " ;
12+ parameter Types.PerUnit V_RMAX "Maximum voltage regulator output (pu) " ;
13+ parameter Types.PerUnit K_PA "Voltage regulator proportional gain (pu) " ;
14+ parameter Types.PerUnit K_IA "Voltage regulator integral gain(pu) " ;
15+ parameter Types.PerUnit VA_MIN "Minimum voltage regulator output (pu) " ;
16+ parameter Types.PerUnit VA_MAX "Maximum voltage regulator output (pu) " ;
17+ parameter Types.PerUnit K_P "Potential circuit gain coefficient (pu) " ;
18+ parameter Types.PerUnit K_L "Exciter field voltage lower limit parameter (pu) " ;
1919 parameter Types.Time T_E "Exciter time constant, integration rate associated with exciter
2020 control (s)" ;
21- parameter Types.PerUnit K_C "Rectifier loading factor proportional to commutating reactance" ;
21+ parameter Types.PerUnit K_C "Rectifier loading factor proportional to commutating reactance(pu) " ;
2222 parameter Types.PerUnit K_D "Demagnetizing factor, a function of exciter alternator
23- reactances" ;
24- parameter Types.PerUnit K_E "Exciter constant related to self-excited field" ;
25- parameter Types.PerUnit K_F1 "Excitation control system stabilizer gain" ;
26- parameter Types.PerUnit K_F2 "Excitation control system stabilizer gain" ;
27- parameter Types.PerUnit K_F3 "Excitation control system stabilizer gain" ;
23+ reactances(pu) " ;
24+ parameter Types.PerUnit K_E "Exciter constant related to self-excited field(pu) " ;
25+ parameter Types.PerUnit K_F1 "Excitation control system stabilizer gain(pu) " ;
26+ parameter Types.PerUnit K_F2 "Excitation control system stabilizer gain(pu) " ;
27+ parameter Types.PerUnit K_F3 "Excitation control system stabilizer gain(pu) " ;
2828 parameter Types.Time T_F3 "Excitation control system stabilizer time constant (s)" ;
29- parameter Types.PerUnit VE_MIN "Minimum exciter voltage output" ;
30- parameter Types.PerUnit VFEMAX "Exciter field current limit reference" ;
29+ parameter Types.PerUnit VE_MIN "Minimum exciter voltage output(pu) " ;
30+ parameter Types.PerUnit VFEMAX "Exciter field current limit reference(pu) " ;
3131 parameter Types.PerUnit E_1 "Exciter alternator output voltages back of commutating
32- reactance at which saturation is defined" ;
33- parameter Types.PerUnit S_EE_1 "Exciter saturation function value at the corresponding exciter
34- voltage, E1, back of commutating reactance" ;
32+ reactance at which saturation is defined (pu) " ;
33+ parameter Types.PerUnit S_EE_1 "Exciter saturation function value at the corresponding exciter
34+ voltage, E1, back of commutating reactance (pu) " ;
3535 parameter Types.PerUnit E_2 "Exciter alternator output voltages back of commutating
36- reactance at which saturation is defined" ;
36+ reactance at which saturation is defined (pu) " ;
3737 parameter Types.PerUnit S_EE_2 "Exciter saturation function value at the corresponding exciter
38- voltage, E2, back of commutating reactance" ;
38+ voltage, E2, back of commutating reactance(pu) " ;
3939
4040 Modelica.Blocks.Continuous.Derivative imDerivativeLag(
4141 k= K_F3,
@@ -122,12 +122,12 @@ reactances";
122122 rotation=90,
123123 origin={-72,70})));
124124 NonElectrical.Continuous.PID_No_Windup pID_No_Windup(
125- K_IR= K_IR,
126- K_DR= K_DR,
127- T_DR= T_DR,
125+ K_P= K_PR,
126+ K_I= K_IR,
127+ K_D= K_DR,
128+ T_D= T_DR,
128129 V_RMAX= V_RMAX,
129130 V_RMIN= V_RMIN,
130- K_PR= K_PR,
131131 y_start_int= y_start_int_PID)
132132 annotation (Placement(transformation(extent={{-56,92},{-10,130}})));
133133 Modelica.Blocks.Nonlinear.VariableLimiter variableLimiter annotation (
@@ -281,11 +281,12 @@ equation
281281 connect (add3.y, pID_No_Windup.u) annotation (Line(points={{-72,81},{-72,111},{
282282 -60.6,111}}, color={0,0,127}));
283283 annotation (Diagram(coordinateSystem(extent={{-200,-200},{200,160}})),
284- Icon(graphics={ Text(
284+ Icon(coordinateSystem(extent={{-100,-100},{100,100}}), graphics={
285+ Text(
285286 extent={{-96,-60},{-26,-80}},
286287 lineColor={28,108,200},
287288 textString="
288-
289+
289290 " ), Text(
290291 extent={{-104,90},{-22,70}},
291292 lineColor={28,108,200},
@@ -294,7 +295,7 @@ equation
294295 extent={{-74,140},{70,98}},
295296 textColor={28,108,200},
296297 textString="AC7B" )}),
297- Documentation(revisions ="<html>
298+ Documentation(info ="<html>
298299<table cellspacing=\" 1\" cellpadding=\" 1\" border=\" 1\"><tr>
299300<td><p>Reference</p></td>
300301<td><p>IEEE 421.5 2016 AC7B Excitation System (PSS/E Manual)</p></td>
@@ -309,8 +310,9 @@ equation
309310</tr>
310311<tr>
311312<td><p>Contact</p></td>
312- <td><p>see <a href=\" modelica://OpenIPSL.UsersGuide.Contact \">UsersGuide.Contact </a></p></td>
313+ <td><p><a href=\" mailto:luigiv@kth.se \">luigiv@kth.se </a></p></td>
313314</tr>
314315</table>
315- </html>" ));
316+ </html>" ),
317+ conversion(noneFromVersion="" ));
316318end AC7B;
0 commit comments