WOLFRAM SYSTEM MODELER
BalancingDeltaBalancing an unsymmetrical delta-connected load |
SystemModel["Modelica.Electrical.QuasiStatic.Polyphase.Examples.BalancingDelta"]
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 magnitudes of the three-phase currents (see currentSensor12, currentSensor23, currentSensor31) are equal.
P.Vaske, Berechnung von Drehstromschaltungen (German, Calculation of polyphase circuits), Teubner 1973, page 43, example 23
m |
Value: 3 Type: Integer Description: Number of phases |
---|---|
V_LL |
Value: 100 Type: Voltage (V) Description: Source voltage line-to-line |
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 |
|
currentSensor12 |
Type: CurrentSensor Description: Current sensor |
|
currentSensor23 |
Type: CurrentSensor Description: Current sensor |
|
currentSensor31 |
Type: CurrentSensor Description: Current sensor |
|
complexToPolar |
Type: ComplexToPolar[m] Description: Converts complex to polar representation |