Interfaces for electrical multiphase models
This package contains connectors and interfaces (partial models) for electrical multiphase components, based on Modelica.Electrical.Analog.
Extends from Modelica.Icons.InterfacesPackage (Icon for packages containing interfaces).
Name | Description |
---|---|
Plug | Plug with m pins for an electric component |
PositivePlug | Positive plug with m pins |
NegativePlug | Negative plug with m pins |
ConditionalHeatPort | Partial model to include conditional HeatPorts in order to describe the power loss via a thermal network |
TwoPlug | Component with one m-phase electric port |
OnePort | Component with two electrical plugs and currents from plug_p to plug_n |
FourPlug | Component with two m-phase electric ports |
TwoPort | Component with two m-phase electric ports, including currents |
Plug with m pins for an electric component
Connectors PositivePlug and NegativePlug are nearly identical.
The only difference is that the icons are different in order
to identify more easily the plugs of a component.
Usually, connector PositivePlug is used for the positive and
connector NegativePlug for the negative plug of an electrical component.
Connector Plug is a composite connector containing m Pins (Modelica.Electrical.Analog.Interfaces.Pin).
Name | Description |
---|---|
m | Number of phases |
Name | Description |
---|---|
m | Number of phases |
pin[m] |
Positive plug with m pins
Connectors PositivePlug and NegativePlug are nearly identical.
The only difference is that the icons are different in order
to identify more easily the plugs of a component.
Usually, connector PositivePlug is used for the positive and
connector NegativePlug for the negative plug of an electrical component.
Connector Plug is a composite connector containing m Pins (Modelica.Electrical.Analog.Interfaces.Pin).
Extends from Plug (Plug with m pins for an electric component).
Name | Description |
---|---|
m | Number of phases |
Name | Description |
---|---|
m | Number of phases |
pin[m] |
Negative plug with m pins
Connectors PositivePlug and NegativePlug are nearly identical.
The only difference is that the icons are different in order
to identify more easily the plugs of a component.
Usually, connector PositivePlug is used for the positive and
connector NegativePlug for the negative plug of an electrical component.
Connector Plug is a composite connector containing m Pins (Modelica.Electrical.Analog.Interfaces.Pin).
Extends from Plug (Plug with m pins for an electric component).
Name | Description |
---|---|
m | Number of phases |
Name | Description |
---|---|
m | Number of phases |
pin[m] |
Partial model to include conditional HeatPorts in order to describe the power loss via a thermal network
This partial model provides conditional heat ports for the connection to a thermal network.
Name | Description |
---|---|
mh | Number of heatPorts=number of phases |
useHeatPort | =true, if all heat ports are enabled |
T[mh] | Fixed device temperatures if useHeatPort = false [K] |
Name | Description |
---|---|
heatPort[mh] | Conditional heat ports |
Component with one m-phase electric port
Superclass of elements which have two electrical plugs: the positive plug connector plug_p, and the negative plug connector plug_n. The currents flowing into plug_p are provided explicitly as currents i[m].
Name | Description |
---|---|
m | Number of phases |
Name | Description |
---|---|
plug_p | |
plug_n |
Component with two electrical plugs and currents from plug_p to plug_n
Superclass of elements which have two electrical plugs: the positive plug connector plug_p, and the negative plug connector plug_n. The currents flowing into plug_p are provided explicitly as currents i[m]. It is assumed that the currents flowing into plug_p are identical to the currents flowing out of plug_n.
Extends from TwoPlug (Component with one m-phase electric port).
Name | Description |
---|---|
m | Number of phases |
Name | Description |
---|---|
plug_p | |
plug_n |
Component with two m-phase electric ports
Superclass of elements which have four electrical plugs.
Name | Description |
---|---|
m | Number of phases |
Name | Description |
---|---|
plug_p1 | |
plug_p2 | |
plug_n1 | |
plug_n2 |
Component with two m-phase electric ports, including currents
Superclass of elements which have four electrical plugs. It is assumed that the currents flowing into plug_p1 are identical to the currents flowing out of plug_n1, and that the currents flowing into plug_p2 are identical to the currents flowing out of plug_n2.
Extends from FourPlug (Component with two m-phase electric ports).
Name | Description |
---|---|
m | Number of phases |
Name | Description |
---|---|
plug_p1 | |
plug_p2 | |
plug_n1 | |
plug_n2 |