Skip to content

Commit

Permalink
MSL 4.1.0 Regressions: set FundamentalWave..SymmetricPolyphaseWinding…
Browse files Browse the repository at this point in the history
….ZeroInductor.i0(nominal=10) to avoid timeout during regression test
  • Loading branch information
AHaumer committed Oct 21, 2024
1 parent 8e7876b commit e6c0adf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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,
i0(nominal=10)) 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 @@ -112,8 +112,9 @@ equation
points={{40,20},{50,20}}));
annotation (experiment(
StopTime=2.5,
Interval=1E-4,
Tolerance=1e-06), Documentation(
Interval=0.0001,
Tolerance=1e-06,
__Dymola_Algorithm="Dassl"), 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 e6c0adf

Please sign in to comment.