Modelica.Electrical.MultiPhase.Interfaces

Interfaces for electrical multiphase models

Information

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).

Package Content

Name Description
Modelica.Electrical.MultiPhase.Interfaces.Plug Plug Polyphase electrical plug with m pins
Modelica.Electrical.MultiPhase.Interfaces.PositivePlug PositivePlug Positive polyphase electrical plug with m pins
Modelica.Electrical.MultiPhase.Interfaces.NegativePlug NegativePlug Negative polyphase electrical plug with m pins
Modelica.Electrical.MultiPhase.Interfaces.ConditionalHeatPort ConditionalHeatPort Partial model to include conditional HeatPorts in order to describe the power loss via a thermal network
Modelica.Electrical.MultiPhase.Interfaces.TwoPlug TwoPlug Component with one polyphase electrical port
Modelica.Electrical.MultiPhase.Interfaces.OnePort OnePort Component with two electrical plugs and currents from plug_p to plug_n
Modelica.Electrical.MultiPhase.Interfaces.FourPlug FourPlug Component with two polyphase electrical ports
Modelica.Electrical.MultiPhase.Interfaces.TwoPort TwoPort Component with two polyphase electrical ports, including currents

Modelica.Electrical.MultiPhase.Interfaces.Plug

Polyphase electrical plug with m pins

Information

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).

Parameters

NameDescription
mNumber of phases

Contents

NameDescription
mNumber of phases
pin[m]Pins of the plug

Modelica.Electrical.MultiPhase.Interfaces.PositivePlug Modelica.Electrical.MultiPhase.Interfaces.PositivePlug

Positive polyphase electrical plug with m pins

Information

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).

Parameters

NameDescription
mNumber of phases

Contents

NameDescription
mNumber of phases
pin[m]Pins of the plug

Modelica.Electrical.MultiPhase.Interfaces.NegativePlug Modelica.Electrical.MultiPhase.Interfaces.NegativePlug

Negative polyphase electrical plug with m pins

Information

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).

Parameters

NameDescription
mNumber of phases

Contents

NameDescription
mNumber of phases
pin[m]Pins of the plug

Modelica.Electrical.MultiPhase.Interfaces.ConditionalHeatPort Modelica.Electrical.MultiPhase.Interfaces.ConditionalHeatPort

Partial model to include conditional HeatPorts in order to describe the power loss via a thermal network

Information

This partial model provides conditional heat ports for the connection to a thermal network.

Parameters

NameDescription
mhNumber of heatPorts=number of phases
useHeatPort=true, if all heat ports are enabled
T[mh]Fixed device temperatures if useHeatPort = false [K]

Connectors

NameDescription
heatPort[mh]Conditional heat ports

Modelica.Electrical.MultiPhase.Interfaces.TwoPlug Modelica.Electrical.MultiPhase.Interfaces.TwoPlug

Component with one polyphase electrical port

Information

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].

Parameters

NameDescription
mNumber of phases

Connectors

NameDescription
plug_pPositive polyphase electrical plug with m pins
plug_nNegative polyphase electrical plug with m pins

Modelica.Electrical.MultiPhase.Interfaces.OnePort Modelica.Electrical.MultiPhase.Interfaces.OnePort

Component with two electrical plugs and currents from plug_p to plug_n

Information

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).

Parameters

NameDescription
mNumber of phases

Connectors

NameDescription
plug_pPositive polyphase electrical plug with m pins
plug_nNegative polyphase electrical plug with m pins

Modelica.Electrical.MultiPhase.Interfaces.FourPlug Modelica.Electrical.MultiPhase.Interfaces.FourPlug

Component with two polyphase electrical ports

Information

Superclass of elements which have four electrical plugs.

Parameters

NameDescription
mNumber of phases

Connectors

NameDescription
plug_p1Positive electrical polyphase plug of port 1 with m pins
plug_p2Positive electrical polyphase plug of port 2 with m pins
plug_n1Negative electrical polyphase plug of port 1 with m pins
plug_n2Negative electrical polyphase plug of port 2 with m pins

Modelica.Electrical.MultiPhase.Interfaces.TwoPort Modelica.Electrical.MultiPhase.Interfaces.TwoPort

Component with two polyphase electrical ports, including currents

Information

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).

Parameters

NameDescription
mNumber of phases

Connectors

NameDescription
plug_p1Positive electrical polyphase plug of port 1 with m pins
plug_p2Positive electrical polyphase plug of port 2 with m pins
plug_n1Negative electrical polyphase plug of port 1 with m pins
plug_n2Negative electrical polyphase plug of port 2 with m pins
Automatically generated Thu Dec 19 17:19:58 2019.