modelCurrentQuasiRMSSensor
Continuous quasi current 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 current system, by averaging the phase RMS current phasors i.
I = sum({abs(i[k]) for k in 1:m})/m
See also
ReferenceSensor, FrequencySensor, PotentialSensor, VoltageSensor, VoltageQuasiRMSSensor, CurrentSensor, 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 | I | 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) | ||
| QuasiStatic.SinglePhase.Sensors.CurrentSensor[m] | currentSensor | ||
| 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 |