Skip to content

Commit

Permalink
moved the modifier zeroInductor.i0(nominal=10) from Modelica/Magnetic…
Browse files Browse the repository at this point in the history
…/FundamentalWave/BasicMachines/Components/SymmetricPolyphaseWinding 7to Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_YD
  • Loading branch information
AHaumer committed Oct 22, 2024
1 parent a1871e9 commit 633ad62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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,
i0(nominal=10)) 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

0 comments on commit 633ad62

Please sign in to comment.