Skip to content

Commit a22a05a

Browse files
committed
Whitespace clean up
1 parent a072f79 commit a22a05a

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

OpenIPSL/Electrical/Solar/PowerFactory/DIgSILENT/Auxiliary/ReactivePowerSupport.mo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ model ReactivePowerSupport "Reactive power support for FRT"
1717
Modelica.Blocks.Nonlinear.Limiter limiter(uMax=iq_max, uMin=iq_min) annotation (Placement(transformation(
1818
origin={182,0},
1919
extent={{-10,-10},{10,10}})));
20-
OpenIPSL.Electrical.Solar.PowerFactory.General.Picdro picdro(Tdrop = if i_EEG then 0 else 0.5, Tpick = 0) annotation (
20+
OpenIPSL.Electrical.Solar.PowerFactory.General.Picdro picdro(Tdrop = if i_EEG then 0 else 0.5, Tpick = 0) annotation (
2121
Placement(transformation(origin = {-30, 0}, extent = {{-10, -10}, {10, 10}})));
22-
Modelica.Blocks.Logical.GreaterEqualThreshold greaterEqualThreshold(threshold = 0) annotation (
22+
Modelica.Blocks.Logical.GreaterEqualThreshold greaterEqualThreshold(threshold = 0) annotation (
2323
Placement(transformation(origin = {-70, 0}, extent = {{-10, -10}, {10, 10}})));
2424
Modelica.Blocks.Math.Abs abs annotation (
2525
Placement(transformation(origin = {-110, 0}, extent = {{-10, -10}, {10, 10}})));
2626
Modelica.Blocks.Nonlinear.DeadZone deadZone(uMax=Deadband, uMin=-Deadband) annotation (Placement(transformation(
2727
origin={-158,0},
2828
extent={{-10,-10},{10,10}})));
29-
Modelica.Blocks.Sources.Constant initial_current(k = i0) annotation (
29+
Modelica.Blocks.Sources.Constant initial_current(k = i0) annotation (
3030
Placement(transformation(origin = {110, -50}, extent = {{-10, -10}, {10, 10}})));
3131
Modelica.Blocks.Math.Add add annotation (
3232
Placement(transformation(origin = {140, 0}, extent = {{-10, -10}, {10, 10}})));

OpenIPSL/Electrical/Solar/PowerFactory/WECC/PVD1/GenerationTripping.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ equation
4646
reinit(umax, Lv2);
4747
end when;
4848
annotation (
49-
Icon(graphics={ Rectangle(fillColor = {255, 255, 255}, fillPattern = FillPattern.Solid, extent = {{-100, 100}, {100, -100}}), Text(origin = {32, 93}, extent = {{-132, 7}, {68, -13}}, textString = "Generation Tripping"), Text(origin = {144, 53}, extent = {{-132, 7}, {-44, -13}}, textString = "TripLow"), Text(origin = {144, -47}, extent = {{-132, 7}, {-44, -13}}, textString = "TripHigh"), Text(origin = {36, 3}, extent = {{-132, 7}, {-44, -13}}, textString = "Input")}));
49+
Icon(graphics={ Rectangle(fillColor = {255, 255, 255}, fillPattern = FillPattern.Solid, extent = {{-100, 100}, {100, -100}}), Text(origin = {32, 93}, extent = {{-132, 7}, {68, -13}}, textString = "Generation Tripping"), Text(origin = {144, 53}, extent = {{-132, 7}, {-44, -13}}, textString = "TripLow"), Text(origin = {144, -47}, extent = {{-132, 7}, {-44, -13}}, textString = "TripHigh"), Text(origin = {36, 3}, extent = {{-132, 7}, {-44, -13}}, textString = "Input")}));
5050
end GenerationTripping;

OpenIPSL/Electrical/Solar/PowerFactory/WECC/PVD1/Plant_PVD1.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ model Plant_PVD1
6464
Placement(transformation(origin = {110, 0}, extent = {{-10, -10}, {10, 10}}), iconTransformation(origin = {110, 0}, extent = {{-10, -10}, {10, 10}})));
6565
OpenIPSL.Electrical.Solar.PowerFactory.WECC.PVD1.Controller pvd1(Ddn = Ddn, Ft0 = Ft0, Ft1 = Ft1, Ft2 = Ft2, Ft3 = Ft3, Imax = Imax, PqFlag = PqFlag, Pref = P_0 / M_b, Qmn = Qmn, Qmx = Qmx, Qref = Q_0 / M_b, Tg = Tg, Vt0 = Vt0, Vt1 = Vt1, Vt2 = Vt2, Vt3 = Vt3, Xc = Xc, dqdv = dqdv, fdbd = fdbd, fr_recov = fr_recov, u_0 = v_0, v0 = v0, v1 = v1, vr_recov = vr_recov) annotation (
6666
Placement(transformation(origin = {2.66454e-15, -2.66454e-15}, extent = {{-20, -20}, {20, 20}})));
67-
OpenIPSL.Electrical.Solar.PowerFactory.General.ElmGenstat static_generator(M_b = M_b, angle_0 = angle_0, pll_connected = false, v_0 = v_0) annotation (
67+
OpenIPSL.Electrical.Solar.PowerFactory.General.ElmGenstat static_generator(M_b = M_b, angle_0 = angle_0, pll_connected = false, v_0 = v_0) annotation (
6868
Placement(transformation(origin = {61.625, -0.2}, extent = {{-17.625, -28.2}, {17.625, 28.2}})));
69-
OpenIPSL.Electrical.Solar.PowerFactory.General.StaVmea measurement(angle_0 = angle_0, fn = fn) annotation (
69+
OpenIPSL.Electrical.Solar.PowerFactory.General.StaVmea measurement(angle_0 = angle_0, fn = fn) annotation (
7070
Placement(transformation(origin = {50, -50}, extent = {{10, -10}, {-10, 10}})));
7171
equation
7272
connect(static_generator.p, p) annotation (

OpenIPSL/Electrical/Solar/PowerFactory/WECC/PVD1/QPPriority.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ equation
4141
connect(Iqmin, IqLimiter.limit2);
4242
connect(Iqmax, IqLimiter.limit1);
4343
annotation (
44-
Icon(graphics={ Rectangle(fillColor = {255, 255, 255}, fillPattern = FillPattern.Solid, extent = {{-100, 100}, {100, -100}}), Text(origin = {20, 100}, extent = {{-120, 0}, {80, -20}}, textString = "PQ Priority"), Text(origin = {44, 60}, extent = {{-120, 0}, {-78, -20}}, textString = "Ipref"), Text(origin = {44, -40}, extent = {{-120, 0}, {-78, -20}}, textString = "Iqref"), Text(origin = {172, 62}, extent = {{-120, 0}, {-78, -20}}, textString = "Ipcmd"), Text(origin = {172, -38}, extent = {{-120, 0}, {-78, -20}}, textString = "Iqcmd")}));
44+
Icon(graphics={ Rectangle(fillColor = {255, 255, 255}, fillPattern = FillPattern.Solid, extent = {{-100, 100}, {100, -100}}), Text(origin = {20, 100}, extent = {{-120, 0}, {80, -20}}, textString = "PQ Priority"), Text(origin = {44, 60}, extent = {{-120, 0}, {-78, -20}}, textString = "Ipref"), Text(origin = {44, -40}, extent = {{-120, 0}, {-78, -20}}, textString = "Iqref"), Text(origin = {172, 62}, extent = {{-120, 0}, {-78, -20}}, textString = "Ipcmd"), Text(origin = {172, -38}, extent = {{-120, 0}, {-78, -20}}, textString = "Iqcmd")}));
4545
end QPPriority;

0 commit comments

Comments
 (0)