modelTestSensors
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Test polyphase quasiRMS and power sensors: A sinusoidal source feeds a load consisting of resistor and inductor.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | m | 3 | Number of phases |
| SI.Voltage | VRMS | 100 | Nominal RMS voltage per phase |
| SI.Frequency | f | 50 | Frequency |
| SI.Resistance | R | 1/sqrt(2) | Load resistance |
| SI.Inductance | L | 1/sqrt(2)/(2*pi*f) | Load inductance |
| SI.Impedance | Z | sqrt(R^2 + (2*pi*f*L)^2) | Load impedance |
| SI.Current | IRMS | VRMS/Z | Steady state RMS current |
| SI.ActivePower | P | 3*R*IRMS^2 | Total active power |
| SI.ReactivePower | Q | 3*(2*pi*f*L)*IRMS^2 | Total reactive power |
| SI.ApparentPower | S | 3*Z*IRMS^2 | Total apparent power |