Skip to content

Commit 7bc29a0

Browse files
authored
Merge pull request #4486 from AHaumer/FundamentalWaveZeroInductor
MSL 4.1.0 Regressions: set FundamentalWave..SymmetricPolyphaseWinding.ZeroInductor.i0
2 parents 8e7876b + 633ad62 commit 7bc29a0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Diff for: Modelica/Magnetic/FundamentalWave/BasicMachines/Components/SymmetricPolyphaseWinding.mo

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ model SymmetricPolyphaseWinding
7676
final Lsigma=(1 - ratioCommonLeakage)*Lsigma)
7777
"Symmetric winding"
7878
annotation (Placement(transformation(extent={{-10,-20},{10,0}})));
79-
Modelica.Electrical.Polyphase.Basic.ZeroInductor zeroInductor(final m=m, final Lzero=Lzero) if
80-
mBase<>2 "Zero sequence inductance of winding"
79+
Modelica.Electrical.Polyphase.Basic.ZeroInductor zeroInductor(final m=m, final Lzero=Lzero)
80+
if mBase<>2 "Zero sequence inductance of winding"
8181
annotation (Placement(transformation(
8282
origin={-70,-30},
8383
extent={{10,-10},{-10,10}},

Diff for: Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_YD.mo

+4-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ model IMC_YD
3737
TsOperational=293.15,
3838
effectiveStatorTurns=aimcData.effectiveStatorTurns,
3939
alpha20r=aimcData.alpha20r,
40-
TrOperational=293.15)
40+
TrOperational=293.15,
41+
stator(zeroInductor(i0(nominal=10))))
4142
annotation (Placement(transformation(extent={{20,10},{40,30}})));
4243
Modelica.Electrical.Machines.Sensors.CurrentQuasiRMSSensor currentQuasiRMSSensor
4344
annotation (Placement(transformation(
@@ -112,8 +113,8 @@ equation
112113
points={{40,20},{50,20}}));
113114
annotation (experiment(
114115
StopTime=2.5,
115-
Interval=1E-4,
116-
Tolerance=1e-06), Documentation(
116+
Interval=0.0001,
117+
Tolerance=1e-06), Documentation(
117118
info="<html>
118119
<p>At start time tStart three-phase voltage is supplied to the induction machine with squirrel cage,
119120
first star-connected, then delta-connected; the machine starts from standstill,

0 commit comments

Comments
 (0)