Buildings.Electrical.AC.ThreePhasesUnbalanced.Sensors
Package with sensor models for three-phase unbalanced AC systems
Information
This package contains models that represent different types of three phases unbalanced AC/AC sensors.
Extends from Modelica.Icons.SensorsPackage (Icon for packages containing sensors).
Package Content
Name | Description |
---|---|
GeneralizedSensor | Sensor for power, voltage and current (3 wire system, no neutral cable) |
GeneralizedSensor_N | Sensor for power, voltage and current (4 wire system, with neutral cable) |
ProbeDelta | Model of a probe that measures voltage magnitude and angle (Delta configuration) |
ProbeWye | Model of a probe that measures voltage magnitude and angle (Wye configuration) |
ProbeWye_N | Model of a probe that measures voltage magnitude and angle (Wye configuration) witn neutral cable connection |
Examples | Package with example models |
BaseClasses | Package that contains base classes |
Buildings.Electrical.AC.ThreePhasesUnbalanced.Sensors.GeneralizedSensor
Sensor for power, voltage and current (3 wire system, no neutral cable)
Information
Ideal sensor that measures power, voltage and current in a three-phase unbalanced system without a neutral cable. The two components of the power S are the active and reactive power for each phase.
Connectors
Type | Name | Description |
---|---|---|
Terminal_n | terminal_n | Electrical connector side N |
Terminal_p | terminal_p | Electrical connector side P |
output RealOutput | V[3] | Voltage [V] |
output RealOutput | I[3] | Current [A] |
output RealOutput | S[3, Buildings.Electrical.PhaseSystems.OnePhase.n] | Phase powers [W] |
Modelica definition
Buildings.Electrical.AC.ThreePhasesUnbalanced.Sensors.GeneralizedSensor_N
Sensor for power, voltage and current (4 wire system, with neutral cable)
Information
Ideal sensor that measures power, voltage and current in a three-phase unbalanced system with neutral cable. The two components of the power S are the active and reactive power for each phase.
Connectors
Type | Name | Description |
---|---|---|
Terminal4_n | terminal_n | Electrical connector side N |
Terminal4_p | terminal_p | Electrical connector side P |
output RealOutput | V[4] | Voltage [V] |
output RealOutput | I[4] | Current [A] |
output RealOutput | S[4, Buildings.Electrical.PhaseSystems.OnePhase.n] | Phase powers [W] |
Modelica definition
Buildings.Electrical.AC.ThreePhasesUnbalanced.Sensors.ProbeDelta
Model of a probe that measures voltage magnitude and angle (Delta configuration)
Information
This model represents a probe that measures the RMS voltage and the angle of the voltage phasors at a given point. The probes are connected in the Wye (Y) grounded configuration.
Extends from Buildings.Electrical.AC.ThreePhasesUnbalanced.Sensors.BaseClasses.GeneralizedProbe (Partial model of a generalized three-phase probe).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Voltage | V_nominal | RMS Nominal voltage (V_nominal >= 0) [V] | |
Boolean | perUnit | true | This flag display voltage in p.u. |
Connectors
Type | Name | Description |
---|---|---|
output RealOutput | V[3] | Voltage in per unit [1] |
output RealOutput | theta[3] | Angle [rad] |
Terminal_n | term | Electrical connector |
Modelica definition
Buildings.Electrical.AC.ThreePhasesUnbalanced.Sensors.ProbeWye
Model of a probe that measures voltage magnitude and angle (Wye configuration)
Information
This model represents a probe that measures the RMS voltage and the angle of the voltage phasors at a given point. The probes are connected in the Wye (Y) grounded configuration.
Extends from Buildings.Electrical.AC.ThreePhasesUnbalanced.Sensors.BaseClasses.GeneralizedProbe (Partial model of a generalized three-phase probe).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Voltage | V_nominal | RMS Nominal voltage (V_nominal >= 0) [V] | |
Boolean | perUnit | true | This flag display voltage in p.u. |
Connectors
Type | Name | Description |
---|---|---|
output RealOutput | V[3] | Voltage in per unit [1] |
output RealOutput | theta[3] | Angle [rad] |
Terminal_n | term | Electrical connector |
Modelica definition
Buildings.Electrical.AC.ThreePhasesUnbalanced.Sensors.ProbeWye_N
Model of a probe that measures voltage magnitude and angle (Wye configuration) witn neutral cable connection
Information
This model represents a probe that measures the RMS voltage and the angle of the voltage phasors at a given point. The probes are connected in the Wye (Y) grounded configuration.
Extends from Buildings.Electrical.AC.ThreePhasesUnbalanced.Sensors.BaseClasses.GeneralizedProbe (Partial model of a generalized three-phase probe).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Voltage | V_nominal | RMS Nominal voltage (V_nominal >= 0) [V] | |
Boolean | perUnit | true | This flag display voltage in p.u. |
Connectors
Type | Name | Description |
---|---|---|
output RealOutput | V[3] | Voltage in per unit [1] |
output RealOutput | theta[3] | Angle [rad] |
Terminal4_n | term | Electrical connector |