Modelica.Magnetic.FluxTubes.BaseClasses

Base classes of flux tube components

Information

Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).

Package Content

Name Description
Modelica.Magnetic.FluxTubes.BaseClasses.FixedShape FixedShape Base class for flux tubes with fixed shape during simulation; linear or non-linear material characteristics
Modelica.Magnetic.FluxTubes.BaseClasses.Force Force Base class for flux tubes with reluctance force generation; constant permeability
Modelica.Magnetic.FluxTubes.BaseClasses.Leakage Leakage Base class for leakage flux tubes with position-independent permeance and hence no force generation; mu_r=1
Modelica.Magnetic.FluxTubes.BaseClasses.Generic Generic Partial Tellinen hysteresis model
Modelica.Magnetic.FluxTubes.BaseClasses.GenericHysteresis GenericHysteresis Partial hysteresis model
Modelica.Magnetic.FluxTubes.BaseClasses.GenericHysteresisTellinen GenericHysteresisTellinen Partial Tellinen hysteresis model

Modelica.Magnetic.FluxTubes.BaseClasses.FixedShape Modelica.Magnetic.FluxTubes.BaseClasses.FixedShape

Base class for flux tubes with fixed shape during simulation; linear or non-linear material characteristics

Information

Please refer to the description of the sub-package Shapes.FixedShape for utilisation of this partial model.

Extends from Interfaces.TwoPort (Interface component including flux balance equation).

Parameters

NameDescription
Initialization
PhiMagnetic flux from port_p to port_n [Wb]
Material
nonLinearPermeability= true, if non-linear rel. permeability is used, otherwise constant rel. permeability
mu_rConstConstant relative permeability; used if nonLinearPermeability = false [1]
materialFerromagnetic material characteristics; used if nonLinearPermeability = true

Connectors

NameDescription
port_pPositive magnetic port
port_nNegative magnetic port

Modelica.Magnetic.FluxTubes.BaseClasses.Force Modelica.Magnetic.FluxTubes.BaseClasses.Force

Base class for flux tubes with reluctance force generation; constant permeability

Information

Please refer to the description of the sub-package Shapes.Force for utilisation of this partial model.

Extends from Interfaces.TwoPort (Interface component including flux balance equation).

Parameters

NameDescription
useSupport= true, if support flange enabled, otherwise implicitly grounded
mu_rRelative magnetic permeability [1]
dlBydxDerivative of flux tube's varying dimension with respect to armature position; set to +1 or -1
Initialization
PhiMagnetic flux from port_p to port_n [Wb]

Connectors

NameDescription
port_pPositive magnetic port
port_nNegative magnetic port
flangeGenerated reluctance force at armature position
supportSupport/housing of component

Modelica.Magnetic.FluxTubes.BaseClasses.Leakage Modelica.Magnetic.FluxTubes.BaseClasses.Leakage

Base class for leakage flux tubes with position-independent permeance and hence no force generation; mu_r=1

Information

Please refer to the description of the sub-package Shapes.Leakage for utilisation of this partial model.

Extends from Interfaces.TwoPort (Interface component including flux balance equation), Modelica.Magnetic.FluxTubes.Icons.Reluctance (Icon for reluctance / permeance components).

Parameters

NameDescription
Initialization
PhiMagnetic flux from port_p to port_n [Wb]

Connectors

NameDescription
port_pPositive magnetic port
port_nNegative magnetic port

Modelica.Magnetic.FluxTubes.BaseClasses.Generic Modelica.Magnetic.FluxTubes.BaseClasses.Generic

Partial Tellinen hysteresis model

Information

Extends from Interfaces.TwoPort (Interface component including flux balance equation), Modelica.Magnetic.FluxTubes.Icons.Reluctance (Icon for reluctance / permeance components).

Parameters

NameDescription
Initialization
PhiMagnetic flux from port_p to port_n [Wb]
Fixed geometry
lLength in direction of flux [m]
AArea of cross section [m2]

Connectors

NameDescription
port_pPositive magnetic port
port_nNegative magnetic port

Modelica.Magnetic.FluxTubes.BaseClasses.GenericHysteresis Modelica.Magnetic.FluxTubes.BaseClasses.GenericHysteresis

Partial hysteresis model

Information

Extends from BaseClasses.Generic (Partial Tellinen hysteresis model), Interfaces.ConditionalHeatPort (Partial model to include a conditional HeatPort in order to describe the power loss via a thermal network).

Parameters

NameDescription
Initialization
PhiMagnetic flux from port_p to port_n [Wb]
Fixed geometry
lLength in direction of flux [m]
AArea of cross section [m2]
Losses and heat
HeatPort
useHeatPort= true, if HeatPort is enabled
TFixed device temperature if useHeatPort = false [K]
Eddy currents
includeEddyCurrents= true, if eddy current losses are enabled
sigmaConductivity of core material [S/m]
dThickness of lamination [m]

Connectors

NameDescription
port_pPositive magnetic port
port_nNegative magnetic port
heatPort 

Modelica.Magnetic.FluxTubes.BaseClasses.GenericHysteresisTellinen Modelica.Magnetic.FluxTubes.BaseClasses.GenericHysteresisTellinen

Partial Tellinen hysteresis model

Information

A reluctance with the Tellinen hysteresis model. The major hysteresis loop is defined by the hyperbolic tangent function.

The Tellinen Hysteresis Model

The Tellinen hysteresis model is a simple model to describe the magnetic hysteresis behavior of ferromagnetic materials. It only uses the rising (hystR) and falling (hystF) branch of the major hysteresis loop and their derivatives der(hystR) and der(hystF). See Fig. 1 and the following equations for a short description of the Tellinen hysteresis model.

diffHyst = hystF - hystR;
dhR = hystF - b;
dhF = b - hystR;

if the magnetic field intensity increases (der(h)>0)

der(b) = dhR/diffHyst * der(hystR);

if the magnetic field intensity decreases (der(h)<0)

der(b) = dhF/diffHyst * der(hystF);

Fig. 1: Description of the Tellinen hysteresis model.

Extends from BaseClasses.GenericHysteresis (Partial hysteresis model).

Parameters

NameDescription
Initialization
PhiMagnetic flux from port_p to port_n [Wb]
HMagnetic field strength [A/m]
MagRelRelative magnetization at initialization (-1..1) [1]
derHstat[A/(m.s)]
Fixed geometry
lLength in direction of flux [m]
AArea of cross section [m2]
Losses and heat
HeatPort
useHeatPort= true, if HeatPort is enabled
Eddy currents
includeEddyCurrents= true, if eddy current losses are enabled
sigmaConductivity of core material [S/m]
dThickness of lamination [m]

Connectors

NameDescription
port_pPositive magnetic port
port_nNegative magnetic port
heatPort 
Automatically generated Thu Oct 1 16:07:49 2020.