Skip to content

Commit

Permalink
Merge pull request #4486 from AHaumer/FundamentalWaveZeroInductor
Browse files Browse the repository at this point in the history
MSL 4.1.0 Regressions: set FundamentalWave..SymmetricPolyphaseWinding.ZeroInductor.i0
  • Loading branch information
AHaumer authored Oct 23, 2024
2 parents 8e7876b + 633ad62 commit 7bc29a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ model SymmetricPolyphaseWinding
final Lsigma=(1 - ratioCommonLeakage)*Lsigma)
"Symmetric winding"
annotation (Placement(transformation(extent={{-10,-20},{10,0}})));
Modelica.Electrical.Polyphase.Basic.ZeroInductor zeroInductor(final m=m, final Lzero=Lzero) if
mBase<>2 "Zero sequence inductance of winding"
Modelica.Electrical.Polyphase.Basic.ZeroInductor zeroInductor(final m=m, final Lzero=Lzero)
if mBase<>2 "Zero sequence inductance of winding"
annotation (Placement(transformation(
origin={-70,-30},
extent={{10,-10},{-10,10}},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ model IMC_YD
TsOperational=293.15,
effectiveStatorTurns=aimcData.effectiveStatorTurns,
alpha20r=aimcData.alpha20r,
TrOperational=293.15)
TrOperational=293.15,
stator(zeroInductor(i0(nominal=10))))
annotation (Placement(transformation(extent={{20,10},{40,30}})));
Modelica.Electrical.Machines.Sensors.CurrentQuasiRMSSensor currentQuasiRMSSensor
annotation (Placement(transformation(
Expand Down Expand Up @@ -112,8 +113,8 @@ equation
points={{40,20},{50,20}}));
annotation (experiment(
StopTime=2.5,
Interval=1E-4,
Tolerance=1e-06), Documentation(
Interval=0.0001,
Tolerance=1e-06), Documentation(
info="<html>
<p>At start time tStart three-phase voltage is supplied to the induction machine with squirrel cage,
first star-connected, then delta-connected; the machine starts from standstill,
Expand Down

0 comments on commit 7bc29a0

Please sign in to comment.