modelVoltageQuasiRMSSensor
Continuous quasi voltage RMS sensor for polyphase system
Extends from Modelica.Electrical.QuasiStatic.Polyphase.Interfaces.RelativeSensorElementary (Elementary partial voltage / current sensor).
Information
This sensor determines the continuous quasi RMS
value of a polyphase voltage system, by averaging the phase RMS voltage phasors v.
V = sum({abs(v[k]) for k in 1:m})/m
See also
ReferenceSensor, FrequencySensor, PotentialSensor, VoltageSensor, VoltageQuasiRMSSensor, CurrentSensor, CurrentQuasiRMSSensor, PowerSensor, MultiSensor
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | m (from TwoPlugElementary) | 3 | Number of phases |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| PositivePlug | plug_p (from TwoPlugElementary) | Positive quasi-static polyphase plug | |
| NegativePlug | plug_n (from TwoPlugElementary) | Negative quasi-static polyphase plug | |
| Modelica.Blocks.Interfaces.RealOutput | V | Continuous quasi average RMS of current |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.AngularVelocity | omega (from TwoPlugElementary) | Angular velocity of reference frame | |
| Basic.PlugToPins_p | plugToPins_p (from TwoPlugElementary) | ||
| Basic.PlugToPins_n | plugToPins_n (from TwoPlugElementary) | ||
| SinglePhase.Sensors.VoltageSensor[m] | voltageSensor | ||
| QuasiStatic.Polyphase.Blocks.QuasiRMS | quasiRMS | ||
| SI.ComplexVoltage[m] | v | plug_p.pin.v - plug_n.pin.v | Complex voltage |
| SI.ComplexCurrent[m] | i | plug_p.pin.i | Complex current |