modelBalancingStar
Balancing an unsymmetrical star-connected load
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
For the unsymmetrical load (resistor, capacitor and inductor) the parameters inductance L and capacitance C are chosen such way that the neutral current (see currentSensor0) is zero.
P.Vaske, Berechnung von Drehstromschaltungen (German, Calculation of polyphase circuits), Teubner 1973, page 42, example 18
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | m | 3 | Number of phases |
| SI.Voltage | V | 100 | Source Voltage |
| SI.Frequency | f | 50 | Source frequency |
| SI.Resistance | R | 10 | Load resistance |
| SI.Inductance | L | (R*sqrt(3))/(2*Modelica.Constants.pi*f) | Load inductance |
| SI.Capacitance | C | 1/(R*sqrt(3))/(2*Modelica.Constants.pi*f) | Load capacitance |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.ComplexCurrent[m] | i | {resistor.i, inductor.i, capacitor.i} | Phase currents |
| QuasiStatic.Polyphase.Sources.VoltageSource | voltageSource | ||
| QuasiStatic.Polyphase.Basic.Star | star | ||
| QuasiStatic.SinglePhase.Basic.Ground | ground | ||
| QuasiStatic.Polyphase.Basic.PlugToPin_p | plugToPin_p1 | ||
| QuasiStatic.Polyphase.Basic.PlugToPin_p | plugToPin_p2 | ||
| QuasiStatic.Polyphase.Basic.PlugToPin_p | plugToPin_p3 | ||
| QuasiStatic.Polyphase.Sensors.PowerSensor | powerSensor | ||
| QuasiStatic.Polyphase.Sensors.CurrentSensor | currentSensor | ||
| QuasiStatic.SinglePhase.Basic.Resistor | resistor | ||
| QuasiStatic.SinglePhase.Basic.Capacitor | capacitor | ||
| QuasiStatic.SinglePhase.Basic.Inductor | inductor | ||
| QuasiStatic.Polyphase.Basic.Star | star2 | ||
| QuasiStatic.Polyphase.Basic.PlugToPin_n | plugToPin_n1 | ||
| QuasiStatic.Polyphase.Basic.PlugToPin_n | plugToPin_n2 | ||
| QuasiStatic.Polyphase.Basic.PlugToPin_n | plugToPin_n3 | ||
| QuasiStatic.SinglePhase.Sensors.CurrentSensor | currentSensor0 | ||
| Modelica.ComplexBlocks.ComplexMath.ComplexToPolar[m] | complexToPolar |