Skip to content

Commit a125df3

Browse files
committed
pu/sec is not PerUnit but TimeAging
1 parent a75e252 commit a125df3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • OpenIPSL/Electrical/Controls/PSSE/TG

OpenIPSL/Electrical/Controls/PSSE/TG/WPIDHY.mo

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ model WPIDHY "Woodward PID Hydro (WPIDHY) Governor [PSSE-MODELS]"
1414
"Governor high frequency cutoff time constant";
1515
parameter Types.Time T_W=2.3 "Water inertia time constant, sec";
1616
parameter Types.Time T_B=0.1 "Gate servo time constant";
17-
parameter Types.PerUnit VELMX=0.1
18-
"Max gate opening velocity, pu/sec";
19-
parameter Types.PerUnit VELMN=-0.1320
20-
"Min gate opening velocity, pu/sec";
17+
parameter Types.TimeAging VELMX=0.1
18+
"Max gate opening velocity";
19+
parameter Types.TimeAging VELMN=-0.1320
20+
"Min gate opening velocity";
2121
parameter Types.PerUnit GATMX=1
2222
"Maximum gate velocity, pu of mwcap";
2323
parameter Types.PerUnit GATMN=0
@@ -35,15 +35,15 @@ model WPIDHY "Woodward PID Hydro (WPIDHY) Governor [PSSE-MODELS]"
3535
parameter Types.PerUnit P2=0.75 "Power at gate opening G2, pu";
3636
parameter Types.PerUnit P3=1 "Power at full opened gate, pu";
3737
Modelica.Blocks.Interfaces.RealInput SPEED
38-
"Machine speed deviation from nominal (pu)"
38+
"Machine speed deviation from nominal [pu]"
3939
annotation (Placement(transformation(origin = {-120, 60}, extent = {{-20, -20}, {20, 20}}), iconTransformation(extent={{-100,20},
4040
{-60,60}})));
4141
Modelica.Blocks.Interfaces.RealInput PELEC
42-
"Machine electrical power (pu)"
42+
"Machine electrical power [pu]"
4343
annotation (Placement(transformation(origin={-120,-60}, extent={{-20,-20},
4444
{20,20}}), iconTransformation(extent={{-100,
4545
-80},{-60,-40}})));
46-
Modelica.Blocks.Interfaces.RealOutput PMECH "Turbine mechanical power (pu)" annotation (
46+
Modelica.Blocks.Interfaces.RealOutput PMECH "Turbine mechanical power [pu]" annotation (
4747
Placement(transformation(origin = {110, 0}, extent = {{-10, -10}, {10, 10}}), iconTransformation(extent = {{100, -10}, {120, 10}})));
4848
Modelica.Blocks.Math.Add add1(k1=-1)
4949
annotation (Placement(transformation(extent={{-76,-64},{-56,-44}})));

0 commit comments

Comments
 (0)