Package Modelica.​Electrical.​QuasiStationary.​MultiPhase.​Examples
Test examples

Information

Examples to demonstrate the usage of quasistationary electric components.

Extends from Modelica.​Icons.​ExamplesPackage (Icon for packages containing runnable examples).

Package Contents

NameDescription
BalancingDeltaBalancing an unsymmetrical delta-connected load
BalancingStarBalancing an unsymmetrical star-connected load
TestSensors 
UnsymmetricalLoadUnsymmetrical threephase load

Model Modelica.​Electrical.​QuasiStationary.​MultiPhase.​Examples.​BalancingStar
Balancing an unsymmetrical star-connected load

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

Extends from Modelica.​Icons.​Example (Icon for runnable examples).

Parameters

TypeNameDefaultDescription
VoltageV100Source Voltage
Frequencyf50Source frequency
ResistanceR10Load resistance
InductanceLR * sqrt(3) / (2 * Modelica.Constants.pi * f)Load inductance
CapacitanceC(R * sqrt(3)) ^ (-1) / (2 * Modelica.Constants.pi * f)Load capacitance

Model Modelica.​Electrical.​QuasiStationary.​MultiPhase.​Examples.​BalancingDelta
Balancing an unsymmetrical delta-connected load

Information

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

Extends from Modelica.​Icons.​Example (Icon for runnable examples).

Parameters

TypeNameDefaultDescription
Integerm3Number of phases
VoltageV_LL100Source voltage line-to-line
Frequencyf50Source frequency
ResistanceR10Load resistance
InductanceLR * sqrt(3) / (2 * Modelica.Constants.pi * f)Load inductance
CapacitanceC(R * sqrt(3)) ^ (-1) / (2 * Modelica.Constants.pi * f)Load capacitance

Model Modelica.​Electrical.​QuasiStationary.​MultiPhase.​Examples.​UnsymmetricalLoad
Unsymmetrical threephase load

Information

This example shows an unsymmetrical load, in the upper with neutral connection (the singlephase current sensor measures the neutral current) and in the lower without neutral connection (the singlephase voltage sensor measures the neutral displacement).

Extends from Modelica.​Icons.​Example (Icon for runnable examples).


Model Modelica.​Electrical.​QuasiStationary.​MultiPhase.​Examples.​TestSensors
Icon for runnable examples

Information

Test quasistationary multiphase sensors: A sinusoidal source feeds a load consisting of resistor and inductor.

Extends from Modelica.​Icons.​Example (Icon for runnable examples).

Parameters

TypeNameDefaultDescription
VoltageVRMS100Nominal RMS voltage per phase
Frequencyf50Frequency
ResistanceRsqrt(2) ^ (-1)Load resistance
InductanceLsqrt(2) ^ (-1) / (2 * pi * f)Load inductance
final ImpedanceZsqrt(R ^ 2 + (2 * pi * f * L) ^ 2)Load impedance
final CurrentIRMSVRMS / ZSteady state RMS current
final ActivePowerP3 * R * IRMS ^ 2Total active power
final ReactivePowerQ3 * (2 * pi * f * L) * IRMS ^ 2Total reactive power
final ApparentPowerS3 * Z * IRMS ^ 2Total apparent power

Generated 2018-12-12 12:10:32 EST by MapleSim.