Skip to content

Commit 8f18146

Browse files
committed
Remove multispaces
1 parent 1a3f01f commit 8f18146

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

OpenIPSL/Electrical/Sources/SourceBehindImpedance/BaseClasses/baseVoltageSource.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ protected
6363
parameter OpenIPSL.Types.PerUnit ii0=-CoB*(p0*vi0 - q0*vr0)/(vr0^2 + vi0^2) "Initial value of the imaginary part of the current";
6464
parameter OpenIPSL.Types.PerUnit Er0 = vr0 + CoB*R_a*ir0 - CoB*X_d*ii0 "Initial value of the real part of the internal voltage source phasor";
6565
parameter OpenIPSL.Types.PerUnit Ei0 = vi0 + CoB*R_a*ii0 + CoB*X_d*ir0 "Initial value of the imaginary part of the internal voltage source phasor";
66-
parameter OpenIPSL.Types.PerUnit E0 = sqrt(Er0^2+Ei0^2) "Initial value of the internal voltage source phasor magnitude";
66+
parameter OpenIPSL.Types.PerUnit E0 = sqrt(Er0^2+Ei0^2) "Initial value of the internal voltage source phasor magnitude";
6767
parameter OpenIPSL.Types.Angle delta0 = atan2(Ei0, Er0) "Initial value of the internal voltage source phasor angle";
6868
Real Er(start=Er0) "Internal voltage source, real part";
6969
Real Ei(start=Ei0) "Internal voltage source, imaginary part";

OpenIPSL/Electrical/Sources/SourceBehindImpedance/VoltageSources/VSourceIO.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ equation
2222
-94,60},{-120,60}}, color={0,0,127}));
2323
connect(p2R.u_arg, uDEang) annotation (Line(points={{-46.2,-13.6},{-94,-13.6},
2424
{-94,-60},{-120,-60}}, color={0,0,127}));
25-
annotation (Diagram(graphics={ Rectangle(
25+
annotation (Diagram(graphics={ Rectangle(
2626
extent={{52,20},{80,-20}},
2727
lineColor={28,108,200},
2828
fillColor={217,67,180},

OpenIPSL/Electrical/Sources/VoltageSourceReImInput.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ equation
2020
P = -(p.vr*p.ir + p.vi*p.ii)*S_b;
2121
Q = -(p.vr*p.ii - p.vi*p.ir)*S_b;
2222
annotation(Icon(
23-
graphics={ Ellipse(
23+
graphics={ Ellipse(
2424
extent={{-100,100},{100,-100}},
2525
lineColor={0,0,0},
2626
fillColor={213,255,170},
2727
fillPattern=FillPattern.Solid),Line(
2828
points={{-20,20},{-50,40},{-80,0}},
2929
color={0,0,0},
30-
thickness=0.5), Line(
30+
thickness=0.5), Line(
3131
points={{20,-20},{50,-40},{80,0}},
3232
color={0,0,0},
3333
thickness=0.5),Text(

0 commit comments

Comments
 (0)