Buildings.Electrical.AC.Interfaces

Package that contains some useful interfaces

Information

This package contains interfaces that are used by the models in the Buildings.Electrical.AC package.

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

Package Content

Name Description
Buildings.Electrical.AC.Interfaces.PowerOutput PowerOutput Connector with real power, reactive power and power factor

Buildings.Electrical.AC.Interfaces.PowerOutput Buildings.Electrical.AC.Interfaces.PowerOutput

Connector with real power, reactive power and power factor

Buildings.Electrical.AC.Interfaces.PowerOutput

Information

This connector contains multiple quantities that can be used to monitor the power consumption of a generic AC systems.

Contents

TypeNameDescription
output PowerrealReal power [W]
output ReactivePowerapparentApparent power [var]
output AnglephiPhase shift [rad]
output RealcosPhiPower factor

Modelica definition

connector PowerOutput "Connector with real power, reactive power and power factor" output Modelica.SIunits.Power real "Real power"; output Modelica.SIunits.ReactivePower apparent "Apparent power"; output Modelica.SIunits.Angle phi "Phase shift"; output Real cosPhi "Power factor"; end PowerOutput;