Buildings.Electrical.AC.ThreePhasesBalanced.Interfaces

Package interfaces for three-phase balanced AC systems

Information

This package contains connectors that are used by the models in the Buildings.Electrical.AC.ThreePhasesBalanced package. The connectors extends the basic connectors Buildings.Electrical.Interfaces.Terminal and define a new graphical icon in order to be distinguishable from connectors of other electrical systems (e.g. DC systems).

Extends from Modelica.Icons.InterfacesPackage (Icon for packages containing interfaces).

Package Content

Name Description
Buildings.Electrical.AC.ThreePhasesBalanced.Interfaces.Terminal_n Terminal_n AC three-phase balanced terminal ('negative')
Buildings.Electrical.AC.ThreePhasesBalanced.Interfaces.Terminal_p Terminal_p AC three-phase balanced terminal ('positive')

Buildings.Electrical.AC.ThreePhasesBalanced.Interfaces.Terminal_n Buildings.Electrical.AC.ThreePhasesBalanced.Interfaces.Terminal_n

AC three-phase balanced terminal ('negative')

Buildings.Electrical.AC.ThreePhasesBalanced.Interfaces.Terminal_n

Information

Electric connector with a vector of negative pins.

Extends from Buildings.Electrical.Interfaces.Terminal (Generalized electric terminal).

Parameters

TypeNameDefaultDescription
replaceable package PhaseSystemPartialPhaseSystemPhase system
Initialization
Currenti.start[PhaseSystem.n]0Current vector [A]

Contents

TypeNameDescription
replaceable package PhaseSystemPhase system
Voltagev[PhaseSystem.n]Voltage vector [V]
flow Currenti[PhaseSystem.n]Current vector [A]
ReferenceAngletheta[PhaseSystem.m]Optional vector of phase angles [rad]

Modelica definition

connector Terminal_n "AC three-phase balanced terminal ('negative')" extends Buildings.Electrical.Interfaces.Terminal( redeclare replaceable package PhaseSystem = PhaseSystems.OnePhase); end Terminal_n;

Buildings.Electrical.AC.ThreePhasesBalanced.Interfaces.Terminal_p Buildings.Electrical.AC.ThreePhasesBalanced.Interfaces.Terminal_p

AC three-phase balanced terminal ('positive')

Buildings.Electrical.AC.ThreePhasesBalanced.Interfaces.Terminal_p

Information

Electric connector with a vector of positive pins.

Extends from Buildings.Electrical.Interfaces.Terminal (Generalized electric terminal).

Parameters

TypeNameDefaultDescription
replaceable package PhaseSystemPartialPhaseSystemPhase system
Initialization
Currenti.start[PhaseSystem.n]0Current vector [A]

Contents

TypeNameDescription
replaceable package PhaseSystemPhase system
Voltagev[PhaseSystem.n]Voltage vector [V]
flow Currenti[PhaseSystem.n]Current vector [A]
ReferenceAngletheta[PhaseSystem.m]Optional vector of phase angles [rad]

Modelica definition

connector Terminal_p "AC three-phase balanced terminal ('positive')" extends Buildings.Electrical.Interfaces.Terminal( redeclare replaceable package PhaseSystem = PhaseSystems.OnePhase); end Terminal_p;