11within OpenIPSL.Electrical.Controls.PSSE.TG;
2- model WEHGOV "Woodward Electric Hydro Governor Model"
2+ model WEHGOV "Woodward Electric Hydro Governor Model [PSSE-MODELS] "
33 //Governor Parameters
44 parameter Types.ApparentPower S_b= 100e6 "System base" ;
55 parameter Types.ApparentPower M_b= 100e6 "System base" ;
@@ -62,8 +62,7 @@ model WEHGOV "Woodward Electric Hydro Governor Model"
6262 Pmech4= Pmech4,
6363 Pmech5= Pmech5,
6464 Pmech6= Pmech6,
65- D_TURB= D_TURB)
66- annotation (Placement(transformation(extent={{32,-20},{72,20}})));
65+ D_TURB= D_TURB) annotation (Placement(transformation(extent={{32,-20},{72,20}})));
6766
6867 BaseClasses.WEHGOV.Governor Governor(
6968 S_b= S_b,
@@ -101,8 +100,7 @@ model WEHGOV "Woodward Electric Hydro Governor Model"
101100 Pmech3= Pmech3,
102101 Pmech4= Pmech4,
103102 Pmech5= Pmech5,
104- Pmech6= Pmech6)
105- annotation (Placement(transformation(extent={{-56,-20},{-16,20}})));
103+ Pmech6= Pmech6) annotation (Placement(transformation(extent={{-56,-20},{-16,20}})));
106104
107105 Modelica.Blocks.Sources.Constant P_ref(k= Pref) annotation (Placement(transformation(origin={-78,30}, extent = {{-10, -10}, {10, 10}})));
108106 Modelica.Blocks.Interfaces.RealInput SPEED
@@ -143,7 +141,7 @@ equation
143141 connect (Governor.PMECH0, Turbine.PMECH0) annotation (Line(points={{-60,-6},{
144142 -68,-6},{-68,-24},{18,-24},{18,-16},{28,-16}},
145143 color={0,0,127}));
146- annotation (Icon(coordinateSystem(preserveAspectRatio=false), graphics={
144+ annotation (Icon(graphics={
147145 Rectangle(extent={{-100,100},{100,-100}}, lineColor={28,108,200}),
148146 Text(
149147 extent={{-74,148},{76,52}},
@@ -160,9 +158,8 @@ equation
160158 Text(
161159 extent={{-64,-52},{-6,-68}},
162160 textColor={28,108,200},
163- textString="PELEC" )}), Diagram(
164- coordinateSystem(preserveAspectRatio=false)),
165- Documentation(info="<html>
161+ textString="PELEC" )}),
162+ Documentation(revisions="<html>
166163<table cellspacing=\" 1\" cellpadding=\" 1\" border=\" 1\"><tr>
167164<td><p>Reference</p></td>
168165<td><p>Woodward Electric Hydro Governor Model (PSS/E Manual)</p></td>
@@ -177,7 +174,7 @@ equation
177174</tr>
178175<tr>
179176<td><p>Contact</p></td>
180- <td><p><a href=\" mailto:luigiv@kth.se \">luigiv@kth.se </a></p></td>
177+ <td><p>see <a href=\" modelica://OpenIPSL.UsersGuide.Contact \">UsersGuide.Contact </a></p></td>
181178</tr>
182179</table>
183180</html>" ));
0 commit comments