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 |
---|---|
PowerOutput | Connector with real power, reactive power and power factor |
Buildings.Electrical.AC.Interfaces.PowerOutput
Connector with real power, reactive power and power factor
Information
This connector contains multiple quantities that can be used to monitor the power consumption of a generic AC systems.Contents
Type | Name | Description |
---|---|---|
output Power | real | Real power [W] |
output ReactivePower | apparent | Apparent power [var] |
output Angle | phi | Phase shift [rad] |
output Real | cosPhi | Power factor |
Modelica definition
connector PowerOutput
"Connector with real power, reactive power and power factor"
output Modelica.Units.SI.Power real "Real power";
output Modelica.Units.SI.ReactivePower apparent "Apparent power";
output Modelica.Units.SI.Angle phi "Phase shift";
output Real cosPhi "Power factor";
end PowerOutput;