Interfaces for electrical polyphase models
This package contains connectors and interfaces (partial models) for electrical polyphase components, based on Modelica.Electrical.Analog.
Extends from Modelica.Icons.InterfacesPackage (Icon for packages containing interfaces).
| Name | Description |
|---|---|
| Polyphase electrical plug with m pins | |
| Positive polyphase electrical plug with m pins | |
| Negative polyphase electrical plug with m pins | |
| Partial model to include conditional HeatPorts in order to describe the power loss via a thermal network | |
| Component with one polyphase electrical port | |
| Component with two electrical plugs and currents from plug_p to plug_n | |
| Component with two polyphase electrical ports | |
| Component with two polyphase electrical ports, including currents |
Polyphase electrical 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).
| Name | Description |
|---|---|
| m | Number of phases |
| Name | Description |
|---|---|
| m | Number of phases |
| pin[m] | Pins of the plug |
Modelica.Electrical.Polyphase.Interfaces.PositivePlugPositive polyphase electrical 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 (Polyphase electrical plug with m pins).
| Name | Description |
|---|---|
| m | Number of phases |
| Name | Description |
|---|---|
| m | Number of phases |
| pin[m] | Pins of the plug |
Modelica.Electrical.Polyphase.Interfaces.NegativePlugNegative polyphase electrical 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 (Polyphase electrical plug with m pins).
| Name | Description |
|---|---|
| m | Number of phases |
| Name | Description |
|---|---|
| m | Number of phases |
| pin[m] | Pins of the plug |
Modelica.Electrical.Polyphase.Interfaces.ConditionalHeatPortPartial 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 |
Modelica.Electrical.Polyphase.Interfaces.TwoPlugComponent with one polyphase electrical 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 | Positive polyphase electrical plug with m pins |
| plug_n | Negative polyphase electrical plug with m pins |
Modelica.Electrical.Polyphase.Interfaces.OnePortComponent 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 polyphase electrical port).
| Name | Description |
|---|---|
| m | Number of phases |
| Name | Description |
|---|---|
| plug_p | Positive polyphase electrical plug with m pins |
| plug_n | Negative polyphase electrical plug with m pins |
Modelica.Electrical.Polyphase.Interfaces.FourPlugComponent with two polyphase electrical ports
Superclass of elements which have four electrical plugs.
| Name | Description |
|---|---|
| m | Number of phases |
| Name | Description |
|---|---|
| plug_p1 | Positive electrical polyphase plug of port 1 with m pins |
| plug_p2 | Positive electrical polyphase plug of port 2 with m pins |
| plug_n1 | Negative electrical polyphase plug of port 1 with m pins |
| plug_n2 | Negative electrical polyphase plug of port 2 with m pins |
Modelica.Electrical.Polyphase.Interfaces.TwoPortComponent with two polyphase electrical 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 polyphase electrical ports).
| Name | Description |
|---|---|
| m | Number of phases |
| Name | Description |
|---|---|
| plug_p1 | Positive electrical polyphase plug of port 1 with m pins |
| plug_p2 | Positive electrical polyphase plug of port 2 with m pins |
| plug_n1 | Negative electrical polyphase plug of port 1 with m pins |
| plug_n2 | Negative electrical polyphase plug of port 2 with m pins |