Examples of components of the FundamentalWave library
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
| Name | Description |
|---|---|
| Comparison of equivalent circuits of eddy current loss models | |
| Single-phase inductance | |
| Polyphase inductance |
Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLossesComparison of equivalent circuits of eddy current loss models
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).
| Name | Description |
|---|---|
| m | Number of phases |
| R | Resistance of leader cables [Ohm] |
| Gc | Loss conductance [S] |
| R_m | Reluctance of the magnetic circuit [H-1] |
| N | Number of turns |
Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductanceSingle-phase inductance
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
resistor_e.iresistor_m.ishow the same waveforms and thus prove the equivalence of the two different modelling approaches.
Extends from Modelica.Icons.Example (Icon for runnable examples).
| Name | Description |
|---|---|
| f | Supply frequency [Hz] |
| VRMS | RMS supply voltage [V] |
| R | Leader cable resistance [Ohm] |
| L | Load inductance [H] |
| effectiveTurns | Effective number of turns |
Modelica.Magnetic.FundamentalWave.Examples.Components.PolyphaseInductancePolyphase inductance
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
resistor_e.i[1]resistor_s.i[1]resistor_m.i[1]
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).
| Name | Description |
|---|---|
| m | Number of phases |
| f | Supply frequency [Hz] |
| VRMS | RMS supply voltage [V] |
| R | Leader cable resistance [Ohm] |
| effectiveTurns | Effective number of turns |
| L | Load inductance [H] |