Interfaces of magnetic network components
This package contains connectors for the magnetic domain and partial models for lumped magnetic network components.
Extends from Modelica.Icons.InterfacesPackage (Icon for packages containing interfaces).
Name | Description |
---|---|
MagneticPort | Quasi-static magnetic port |
PositiveMagneticPort | Positive quasi-static magnetic port |
NegativeMagneticPort | Negative quasi-static magnetic port |
PartialTwoPortsElementary | Partial component with two magnetic ports p and n for textual programming |
PartialTwoPorts | Partial component with magnetic potential difference between two magnetic ports p and n and magnetic flux Phi from p to n |
PartialFixedShape | Base class for flux tubes with fixed shape during simulation; linear or non-linear material characteristics |
PartialLeakage | Base class for leakage flux tubes with position-independent permeance and hence no force generation; mu_r=1 |
AbsoluteSensor | Partial potential sensor |
RelativeSensor | Partial magnetic voltage or flux sensor |
Source | Partial magnetic voltage or flux source |
Quasi-static magnetic port
Base definition of complex quasi-static magnetic port.
The potential variable is the complex magnetic potential difference V_m
and the flow variable
is the complex magnetic flux Phi
.
PositiveMagneticPort, NegativeMagneticPort, Magnetic.FluxTubes.Interfaces.MagneticPort
Name | Description |
---|---|
V_m | Complex magnetic potential at the port |
Phi | Complex magnetic flux flowing into the port |
Positive quasi-static magnetic port
The positive magnetic port is based on the MagneticPort. Additionally the reference angle is specified in the connector. The time derivative of the reference angle is the actual angular frequency of the quasi-static magnetic potential and flux. The symbol is also designed such way to look different than the NegativeMagneticPort.
MagneticPort, NegativeMagneticPort, Magnetic.FluxTubes.Interfaces.PositiveMagneticPort
Extends from Modelica.Magnetic.QuasiStatic.FundamentalWave.Interfaces.MagneticPort (Quasi-static magnetic port of fundamental wave machines).
Name | Description |
---|---|
V_m | Complex magnetic potential at the port |
Phi | Complex magnetic flux flowing into the port |
reference | Reference |
Negative quasi-static magnetic port
The negative magnetic port is based on the MagneticPort. Additionally the reference angle is specified in the connector. The time derivative of the reference angle is the actual angular frequency of the quasi-static magnetic potential and flux. The symbol is also designed such way to look different than the PositiveMagneticPort.
MagneticPort, PositiveMagneticPort, Magnetic.FluxTubes.Interfaces.NegativeMagneticPort
Extends from Modelica.Magnetic.QuasiStatic.FundamentalWave.Interfaces.MagneticPort (Quasi-static magnetic port of fundamental wave machines).
Name | Description |
---|---|
V_m | Complex magnetic potential at the port |
Phi | Complex magnetic flux flowing into the port |
reference | Reference |
Partial component with two magnetic ports p and n for textual programming
Partial model of a flux tube component with two magnetic ports:
the positive port connector port_p
, and the negative port
connector port_n
. The total magnetic potential difference
V_m
and the flux flowing into the positive port,
Phi
are also defined in this model.
Name | Description |
---|---|
port_p | Positive quasi-static magnetic port |
port_n | Negative quasi-static magnetic port |
Partial component with magnetic potential difference between two magnetic ports p and n and magnetic flux Phi from p to n
It is assumed that the magnetic flux flowing into port_p
is identical to the flux flowing out of port_n
.
Extends from FluxTubes.Interfaces.PartialTwoPortsElementary (Partial component with two magnetic ports p and n for textual programming).
Name | Description |
---|---|
port_p | Positive quasi-static magnetic port |
port_n | Negative quasi-static magnetic port |
Base class for flux tubes with fixed shape during simulation; linear or non-linear material characteristics
Please refer to the description of the subpackage Shapes.FixedShape for utilisation of this partial model.
Extends from FluxTubes.Interfaces.PartialTwoPorts (Partial component with magnetic potential difference between two magnetic ports p and n and magnetic flux Phi from p to n).
Name | Description |
---|---|
mu_rConst | Constant relative permeability [1] |
Name | Description |
---|---|
port_p | Positive quasi-static magnetic port |
port_n | Negative quasi-static magnetic port |
Base class for leakage flux tubes with position-independent permeance and hence no force generation; mu_r=1
Please refer to the description of the subpackage Shapes.Leakage for utilisation of this partial model.
Extends from FluxTubes.Interfaces.PartialTwoPorts (Partial component with magnetic potential difference between two magnetic ports p and n and magnetic flux Phi from p to n).
Name | Description |
---|---|
port_p | Positive quasi-static magnetic port |
port_n | Negative quasi-static magnetic port |
Partial potential sensor
The absolute sensor partial model provides a single PositiveMagneticPort to measure the complex magnetic potential. Additionally this model contains a base icon and a definition of the angular frequency.
Extends from Modelica.Icons.RotationalSensor (Icon representing a round measurement device).
Name | Description |
---|---|
port | Quasi-static magnetic port |
Partial magnetic voltage or flux sensor
The relative sensor partial model relies on the PartialTwoPorts to measure the complex magnetic voltage, flux or power. Additionally this model contains a base icon and a definition of the angular frequency.
Extends from Modelica.Icons.RotationalSensor (Icon representing a round measurement device), FluxTubes.Interfaces.PartialTwoPorts (Partial component with magnetic potential difference between two magnetic ports p and n and magnetic flux Phi from p to n).
Name | Description |
---|---|
port_p | Positive quasi-static magnetic port |
port_n | Negative quasi-static magnetic port |
y |
Partial magnetic voltage or flux source
The source model provides a positive and negative magnetic port. Additionally this model contains a base icon and a definition of the angular frequency.
Name | Description |
---|---|
port_p | Positive magnetic port |
port_n | Negative magnetic port |