WOLFRAM SYSTEM MODELER
BalancingStarBalancing an unsymmetrical star-connected load |
SystemModel["Modelica.Electrical.QuasiStatic.Polyphase.Examples.BalancingStar"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
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
V |
Value: 100 Type: Voltage (V) Description: Source Voltage |
---|---|
f |
Value: 50 Type: Frequency (Hz) Description: Source frequency |
R |
Value: 10 Type: Resistance (Ω) Description: Load resistance |
L |
Value: R * sqrt(3) / (2 * Modelica.Constants.pi * f) Type: Inductance (H) Description: Load inductance |
C |
Value: 1 / (R * sqrt(3)) / (2 * Modelica.Constants.pi * f) Type: Capacitance (F) Description: Load capacitance |
i |
Default Value: {resistor.i, inductor.i, capacitor.i} Type: ComplexCurrent[m] Description: Phase currents |
---|
i |
Type: ComplexCurrent[m] Description: Phase currents |
|
---|---|---|
voltageSource |
Type: VoltageSource Description: Constant polyphase AC voltage |
|
star |
Type: Star Description: Star connection |
|
ground |
Type: Ground Description: Electrical ground |
|
plugToPin_p1 |
Type: PlugToPin_p Description: Connect one (positive) pin |
|
plugToPin_p2 |
Type: PlugToPin_p Description: Connect one (positive) pin |
|
plugToPin_p3 |
Type: PlugToPin_p Description: Connect one (positive) pin |
|
powerSensor |
Type: PowerSensor Description: Power sensor |
|
currentSensor |
Type: CurrentSensor Description: Current Sensor |
|
resistor |
Type: Resistor Description: Single-phase linear resistor |
|
capacitor |
Type: Capacitor Description: Single-phase linear capacitor |
|
inductor |
Type: Inductor Description: Single-phase linear inductor |
|
star2 |
Type: Star Description: Star connection |
|
plugToPin_n1 |
Type: PlugToPin_n Description: Connect one (negative) pin |
|
plugToPin_n2 |
Type: PlugToPin_n Description: Connect one (negative) pin |
|
plugToPin_n3 |
Type: PlugToPin_n Description: Connect one (negative) pin |
|
currentSensor0 |
Type: CurrentSensor Description: Current sensor |
|
complexToPolar |
Type: ComplexToPolar[m] Description: Converts complex to polar representation |