modelGenericFluxTube
Flux tube with fixed cross-section, fixed length and linear material characteristics
Extends from BaseClasses.FixedShape (Base class for flux tubes with fixed shape during simulation), Modelica.Magnetic.QuasiStatic.FluxTubes.Icons.Reluctance (Icon for reluctance / permeance components).
Information
The generic flux tube models the reluctance with constant
area of cross section, and length, l
the magnetic reluctance by:
-
,
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.RelativePermeability | mu_rConst (from FixedShape) | 1 | Constant relative permeability |
| Fixed geometry | |||
| SI.Length | l | 0.01 | Length in direction of flux |
| SI.CrossSection | area | 0.0001 | Area of cross section |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| FluxTubes.Interfaces.PositiveMagneticPort | port_p (from TwoPortElementary) | Positive quasi-static magnetic port | |
| FluxTubes.Interfaces.NegativeMagneticPort | port_n (from TwoPortElementary) | Negative quasi-static magnetic port |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.ComplexMagneticPotentialDifference | V_m (from TwoPortElementary) | Magnetic potential difference of both ports | |
| SI.MagneticPotentialDifference | abs_V_m (from TwoPortElementary) | Modelica.ComplexMath.abs(V_m) | Magnitude of complex magnetic potential difference |
| SI.Angle | arg_V_m (from TwoPortElementary) | Modelica.ComplexMath.arg(V_m) | Argument of complex magnetic potential difference |
| SI.ComplexMagneticFlux | Phi (from TwoPortElementary) | Magnetic flux from port_p to port_n | |
| SI.MagneticFlux | abs_Phi (from TwoPortElementary) | Modelica.ComplexMath.abs(Phi) | Magnitude of complex magnetic flux |
| SI.Angle | arg_Phi (from TwoPortElementary) | Modelica.ComplexMath.arg(Phi) | Argument of complex magnetic flux |
| SI.AngularVelocity | omega (from TwoPortElementary) | ||
| SI.Reluctance | R_m (from FixedShape) | Magnetic reluctance | |
| SI.Permeance | G_m (from FixedShape) | Magnetic permeance | |
| SI.ComplexMagneticFluxDensity | B (from FixedShape) | Magnetic flux density (normal component) | |
| SI.MagneticFluxDensity | abs_B (from FixedShape) | Modelica.ComplexMath.abs(B) | Magnitude of complex magnetic flux density |
| SI.Angle | arg_B (from FixedShape) | Modelica.ComplexMath.arg(B) | Argument of complex magnetic flux density |
| SI.CrossSection | A (from FixedShape) | Area of cross section penetrated by magnetic flux | |
| SI.ComplexMagneticFieldStrength | H (from FixedShape) | Magnetic field strength (normal component) | |
| SI.MagneticFieldStrength | abs_H (from FixedShape) | Modelica.ComplexMath.abs(H) | Magnitude of complex magnetic field strength |
| SI.Angle | arg_H (from FixedShape) | Modelica.ComplexMath.arg(H) | Argument of complex magnetic field strength |
| SI.RelativePermeability | mu_r (from FixedShape) | Relative magnetic permeability |
Revisions
Version 3.2.2, 2014-01-15 (Christian Kral)
- Added GenericFluxTube