Skip to content

Commit ecb037f

Browse files
committed
Correct unit and remove superfluous comment
1 parent b8e1a4c commit ecb037f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • OpenIPSL/Electrical/Wind/PSSE/WT4G

OpenIPSL/Electrical/Wind/PSSE/WT4G/WT4E1.mo

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ model WT4E1 "Electrical Control for Type 4 Wind Generator"
2222
parameter Types.PerUnit dPMX "Max limit in power PI controller";
2323
parameter Types.PerUnit dPMN "Min limit in power PI controller";
2424
parameter Types.Time T_Power "Power filter time constant";
25-
parameter Types.PerUnit KQI "MVAR/Voltage gain";
26-
//should be 0.1 in PSSE
25+
parameter Types.PerUnit KQI "Mvar/Voltage gain";
2726
parameter Types.PerUnit VMINCL=0.9 "Min voltage limit";
2827
parameter Types.PerUnit VMAXCL=1.1 "Max voltage limit";
2928
parameter Types.PerUnit KVI=120 "Voltage/Mvar gain";
@@ -33,7 +32,6 @@ model WT4E1 "Electrical Control for Type 4 Wind Generator"
3332
parameter Types.PerUnit Iphl=1.11 "Hard active current limit";
3433
parameter Types.PerUnit Iqhl=1.11 "Hard reactive current limit";
3534
parameter Boolean PSSEMATCH annotation (choices(choice=false "Use Integrator in Wind Control", choice=true "Ignore Integrator in Wind Control"));
36-
//parameter Real Qord "Mvar order from Mvar emulator";
3735
Modelica.Blocks.Interfaces.RealInput P(start=p0) annotation (Placement(
3836
transformation(extent={{-210,-10},{-190,10}}), iconTransformation(
3937
extent={{-20,-20},{20,20}},

0 commit comments

Comments
 (0)