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
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 an equivalent fundamental wave reluctance circuit.
The phase inductance L and the magnetic fundamental wave reluctance R_m are related by:
R_m = m * effectiveTurns^2 / 2 / L
The two currents
resistor_e.i[1]resistor_m.i[1]show 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 |
|---|---|
| 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] |