Modelica.Magnetic.FundamentalWave.Examples.Components

Examples of components of the FundamentalWave library

Information

Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).

Package Content

Name Description
Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses EddyCurrentLosses Comparison of equivalent circuits of eddy current loss models
Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance SinglePhaseInductance Single-phase inductance
Modelica.Magnetic.FundamentalWave.Examples.Components.PolyphaseInductance PolyphaseInductance Polyphase inductance

Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses

Comparison of equivalent circuits of eddy current loss models

Information

In this example the eddy current losses are implemented in two different ways. Compare the loss dissipation powerb_e.power and powerb_m.power of the two models indicated by power meters.

Extends from Modelica.Icons.Example (Icon for runnable examples).

Parameters

NameDescription
mNumber of phases
RResistance of leader cables [Ohm]
GcLoss conductance [S]
R_mReluctance of the magnetic circuit [H-1]
NNumber of turns

Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance

Single-phase inductance

Information

This example compares an electric single-phase inductor with an equivalent fundamental wave reluctance circuit. The phase inductance L and the magnetic fundamental wave reluctance R_m are related by:

R_m = effectiveTurns^2 / L

The two currents

show the same waveforms and thus prove the equivalence of the two different modelling approaches.

Extends from Modelica.Icons.Example (Icon for runnable examples).

Parameters

NameDescription
fSupply frequency [Hz]
VRMSRMS supply voltage [V]
RLeader cable resistance [Ohm]
LLoad inductance [H]
effectiveTurnsEffective number of turns

Modelica.Magnetic.FundamentalWave.Examples.Components.PolyphaseInductance Modelica.Magnetic.FundamentalWave.Examples.Components.PolyphaseInductance

Polyphase inductance

Information

This example compares an electric polyphase inductor with equivalent fundamental wave reluctance circuits, one with reluctances individual for each phase (s) and the other with a common reluctance for all phases (m). The phase inductance L and the magnetic fundamental wave reluctance R_m for reluctances individual to the phases (s) and for a reluctance common to all phases (m) are related by:

R_ms = effectiveTurns^2 / L
R_mm = effectiveTurns^2 / L * m / 2

The currents

show the same waveforms and thus prove the equivalence of the different modelling approaches. Note that the number of initial equations (which depends on the number of phases m, too) depends on either individual or common implementation of the reluctance.

Extends from Modelica.Icons.Example (Icon for runnable examples).

Parameters

NameDescription
mNumber of phases
fSupply frequency [Hz]
VRMSRMS supply voltage [V]
RLeader cable resistance [Ohm]
effectiveTurnsEffective number of turns
LLoad inductance [H]
Automatically generated Tue Feb 24 16:59:23 2026.