modelACLine_RL_N

Test model for a three-phase unbalanced inductive-resistive line with neutral cable

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

Information

This example demonstrates how to use a resistive-inductive line model with neutral cable to connect a source to a load.

The model has two loads load_sc_1 and load_sc_2 representing short circuits R=0. The current that flows through the load depends on the impedance of the line.

Each load is connected to the source with different configurations, but the equivalent impedance between each load and the source is the same. Since the equivalent impedances are the same, each load draw the same current.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.ResistanceRbase3*10Base value for the line resistance
Modelica.Units.SI.InductanceLbaseRbase/2/Modelica.Constants.pi/60Base value for the line inductance

Components

TypeNameDefaultDescription
Sources.FixedVoltage_NEVoltage source
Loads.Impedance_Nload_sc_1Short circuit 1
Loads.Impedance_Nload_sc_2Short circuit 2
Lines.TwoPortRL_NRL_2Resistive-Inductive line connected to short circuit 2
Lines.TwoPortResistance_NR_1Resistance line connected to short circuit 1
Lines.TwoPortInductance_NL_1Inductance line connected to short circuit 1

Revisions

  • March 20, 2015, by Michael Wetter:
    Removed dynamic load model as this caused divergence. (Dassault SR00259003.)
  • March 19, 2015, by Marco Bonvini:
    Added initial conditions for the dynamic load model.
  • January 14, 2015, by Marco Bonvini:
    Created model and documentation.