Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces
Package with interfaces for three-phase unbalanced AC models
Information
This package contains connectors that are used by the models in the Buildings.Electrical.AC.ThreePhasesUnbalanced package. The connectors extends the basic connectors Buildings.Electrical.Interfaces.Terminal and define a new graphical icon in order to be distinguished by connectors of other electrical systems (e.g. DC systems).
Extends from Modelica.Icons.InterfacesPackage (Icon for packages containing interfaces).
Package Content
Name | Description |
---|---|
Adapter3to3 | Adapter from 3 single phase connectors to a connector with 3 phases |
Connection3to3Ground_n | Adapter between Terminal4 (3 phases and ground) and Terminal3 N |
Connection3to3Ground_p | Adapter between Terminal4 (3 phases and ground) and Terminal3 P |
Connection3to4_n | Adapter between Terminal4 and Terminal3 N |
Connection3to4_p | Adapter between Terminal4 and Terminal3 P |
Terminal4_n | Terminal N for AC three-phase unbalanced systems (neutral cable) |
Terminal4_p | Terminal P for AC three-phase unbalanced systems (neutral cable) |
Terminal_n | Terminal N for AC three-phase unbalanced systems (no neutral cable) |
Terminal_p | Terminal P for AC three-phase unbalanced systems (no neutral cable) |
TwoPort | Partial model interface for a two port component without neutral cable |
TwoPort_N | Partial model interface for a two port component with neutral cable |
WyeToDelta | This model represent a connection between wye to delta |
WyeToWyeGround | This model represent a connection between wye to wye grounded |
Examples | Package with example models |
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.Adapter3to3
Adapter from 3 single phase connectors to a connector with 3 phases
Information
Adapter that connect 3 single phase connectors with a connector that has 3 phases.
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Connectors
Type | Name | Description |
---|---|---|
Terminal | terminals[3] | Generalized terminal |
Terminal_p | terminal | Connector with 3 lines |
Modelica definition
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.Connection3to3Ground_n
Adapter between Terminal4 (3 phases and ground) and Terminal3 N
Information
Adapter between electric connectors type n for AC three-phase unbalanced systems. This adapter connects a connector without neutral cable to a connector without neutral cable.
Connectors
Type | Name | Description |
---|---|---|
Terminal_n | terminal4 | Connector for side with neutral |
Terminal_n | ground4 | Connector for neutral |
Terminal_n | terminal3 | Connector without neutral |
Modelica definition
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.Connection3to3Ground_p
Adapter between Terminal4 (3 phases and ground) and Terminal3 P
Information
Adapter between electric connectors type p for AC three-phase unbalanced systems. This adapter connects a connector without neutral cable to a connector without neutral cable.
Connectors
Type | Name | Description |
---|---|---|
Terminal_p | terminal4 | Connector with neutral |
Terminal_p | ground4 | Connector for neutral |
Terminal_p | terminal3 | Connector without neutral |
Modelica definition
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.Connection3to4_n
Adapter between Terminal4 and Terminal3 N
Information
Adapter between electric connectors type n for AC three-phase unbalanced systems. This adapter connects a connector without neutral cable with a one that has it
Connectors
Type | Name | Description |
---|---|---|
Terminal4_n | terminal4 | Connector with neutral |
Terminal_n | terminal3 | Connector without neutral |
Modelica definition
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.Connection3to4_p
Adapter between Terminal4 and Terminal3 P
Information
Adapter between electric connectors type p for AC three-phase unbalanced systems. This adapter connects two connectors without and without a neutral cable.
Connectors
Type | Name | Description |
---|---|---|
Terminal4_p | terminal4 | Connector with neutral |
Terminal_p | terminal3 | Connector without neutral |
Modelica definition
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.Terminal4_n
Terminal N for AC three-phase unbalanced systems (neutral cable)
Information
Electric connector type n for AC three-phase unbalanced systems with neutral cable connection.
Contents
Type | Name | Description |
---|---|---|
Terminal_n | phase[4] |
Modelica definition
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.Terminal4_p
Terminal P for AC three-phase unbalanced systems (neutral cable)
Information
Electric connector type p for AC three-phase unbalanced systems with neutral cable connection.
Contents
Type | Name | Description |
---|---|---|
Terminal_p | phase[4] | Terminal with 3 phases and neutral cable |
Modelica definition
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.Terminal_n
Terminal N for AC three-phase unbalanced systems (no neutral cable)
Information
Electric connector type n for AC three-phase unbalanced systems.
Contents
Type | Name | Description |
---|---|---|
Terminal_n | phase[3] |
Modelica definition
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.Terminal_p
Terminal P for AC three-phase unbalanced systems (no neutral cable)
Information
Electric connector type p for AC three-phase unbalanced systems.
Contents
Type | Name | Description |
---|---|---|
Terminal_p | phase[3] |
Modelica definition
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.TwoPort
Partial model interface for a two port component without neutral cable
Information
Interface model for an AC three-phase unbalanced component with two ports and without neutral cable.
Connectors
Type | Name | Description |
---|---|---|
Terminal_p | terminal_p | Electric terminal side p |
Terminal_n | terminal_n | Electric terminal side n |
Modelica definition
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.TwoPort_N
Partial model interface for a two port component with neutral cable
Information
Interface model for an AC three-phase unbalanced component with two ports and with neutral cable.
Connectors
Type | Name | Description |
---|---|---|
Terminal4_p | terminal_p | Electric terminal side p |
Terminal4_n | terminal_n | Electric terminal side n |
Modelica definition
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.WyeToDelta
This model represent a connection between wye to delta
Information
Adapter from Wye (Y) to Delta (D) connector. A three-phase unbalanced connector has three AC single phase connectors. Each AC single phase connector contains the phase voltage, which is measured between the phase and the neutral. This model converts the phase voltage to the line voltage, measured between the phases.
The image below show how the phasors are computed when converting from Y to D.
Connectors
Type | Name | Description |
---|---|---|
Terminal_n | wye | Terminal Y |
Terminal_n | delta | Terminal D |
Modelica definition
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.WyeToWyeGround
This model represent a connection between wye to wye grounded
Information
Adapter from wye (Y) to wye grounded (Yg) connector. A three-phase unbalanced connector has three AC single phase connectors. Each AC single phase connector contains a the phase voltage, which is measured between the phase and the neutral. This model assures that the voltage of the neutral cable is equal to zero.
Connectors
Type | Name | Description |
---|---|---|
Terminal_n | wye | Terminal Y |
Terminal_n | wyeg | Terminal Y with ground connection |