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 |
---|---|
ConditionalHeatPort | Partial model to include conditional HeatPorts in order to describe the power loss via a thermal network |
FourPlug | Component with two polyphase electrical ports |
NegativePlug | Negative polyphase electrical plug with m pins |
OnePort | Component with two electrical plugs and currents from plug_p to plug_n |
Plug | Polyphase electrical plug with m pins |
PositivePlug | Positive polyphase electrical plug with m pins |
TwoPlug | Component with one polyphase electrical port |
TwoPort | Component with two polyphase electrical ports, including currents |
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).
Type | Name | Description |
---|---|---|
parameter Integer | m | Number of phases |
Pin | pin[m] | Pins of the plug |
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 Modelica.Electrical.MultiPhase.Interfaces.Plug
(Polyphase electrical plug with m pins).
Type | Name | Description |
---|---|---|
parameter Integer | m | Number of phases |
Pin | pin[m] | Pins of the plug |
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 Modelica.Electrical.MultiPhase.Interfaces.Plug
(Polyphase electrical plug with m pins).
Type | Name | Description |
---|---|---|
parameter Integer | m | Number of phases |
Pin | pin[m] | Pins of the plug |
This partial model provides conditional heat ports for the connection to a thermal network.
Type | Name | Default | Description |
---|---|---|---|
Integer | mh | 3 | Number of heatPorts=number of phases |
Boolean | useHeatPort | false | =true, if all heat ports are enabled |
Temperature | T[mh] | fill(293.15, mh) | Fixed device temperatures if useHeatPort = false |
Type | Name | Description |
---|---|---|
HeatPort_a | heatPort[mh] | Conditional heat ports |
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].
Type | Name | Default | Description |
---|---|---|---|
Integer | m | 3 | Number of phases |
Type | Name | Description |
---|---|---|
PositivePlug | plug_p | Positive polyphase electrical plug with m pins |
NegativePlug | plug_n | Negative polyphase electrical plug with m pins |
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 Modelica.Electrical.MultiPhase.Interfaces.TwoPlug
(Component with one polyphase electrical port).
Type | Name | Default | Description |
---|---|---|---|
Integer | m | 3 | Number of phases |
Type | Name | Description |
---|---|---|
PositivePlug | plug_p | Positive polyphase electrical plug with m pins |
NegativePlug | plug_n | Negative polyphase electrical plug with m pins |
Superclass of elements which have four electrical plugs.
Type | Name | Default | Description |
---|---|---|---|
Integer | m | 3 | Number of phases |
Type | Name | Description |
---|---|---|
PositivePlug | plug_p1 | Positive electrical polyphase plug of port 1 with m pins |
PositivePlug | plug_p2 | Positive electrical polyphase plug of port 2 with m pins |
NegativePlug | plug_n1 | Negative electrical polyphase plug of port 1 with m pins |
NegativePlug | plug_n2 | Negative electrical polyphase plug of port 2 with m pins |
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 Modelica.Electrical.MultiPhase.Interfaces.FourPlug
(Component with two polyphase electrical ports).
Type | Name | Default | Description |
---|---|---|---|
Integer | m | 3 | Number of phases |
Type | Name | Description |
---|---|---|
PositivePlug | plug_p1 | Positive electrical polyphase plug of port 1 with m pins |
PositivePlug | plug_p2 | Positive electrical polyphase plug of port 2 with m pins |
NegativePlug | plug_n1 | Negative electrical polyphase plug of port 1 with m pins |
NegativePlug | plug_n2 | Negative electrical polyphase plug of port 2 with m pins |
Generated 2018-12-12 12:10:17 EST by MapleSim.