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 |
TwoPortElementary | Two magnetic ports for graphical modeling |
TwoPort | Two magnetic ports for textual modeling |
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 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 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 |
Two magnetic ports for graphical modeling
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 |
Two magnetic ports for textual modeling
It is assumed that the magnetic flux flowing into port_p
is identical to the flux flowing out of port_n
.
Extends from TwoPortElementary (Two magnetic ports for graphical modeling).
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.RoundSensor (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 TwoPort 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.RoundSensor (Icon representing a round measurement device), TwoPort (Two magnetic ports for textual modeling).
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 |