You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Real T_w(start=T_w);//=1.25 "Water time constant, s";
77
76
parameterReal q0(fixed=false);
78
77
//=Pm0/(A_t*h0)+q_NL "water flow initial value";
79
78
parameterReal g0(fixed=false);
@@ -153,7 +152,11 @@ equation
153
152
extent={{-100,160},{100,100}},
154
153
lineColor={28,108,200},
155
154
textString="HYGOV")}),
156
-
Documentation(info="<html> This is a hydro turbine-governor model.
155
+
Documentation(info="<html>
156
+
<p> This is a hydro turbine-governor model. </p>
157
+
<p> If compared to the original PSSE implementation one will notice that the initial water head value, <code>h0</code>, is declared as a parameter.
158
+
This allows the user to modify it, if required, in order to perform adequate studies.
159
+
The user should leave it in its default value (<code>1</code>) if they do not have any information on water head value, or if they do not wish to modify the parameter.</p>
0 commit comments