modelACLine_RL

Test model for a three-phase unbalanced inductive-resistive line

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

Information

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

The model has three loads load_sc_1, load_sc_2, and load_sc_3 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.

Note: The line model RL_3 is the same as RL_2 but it uses dynamic phasors.

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.FixedVoltageEVoltage source
Loads.Impedanceload_sc_1Short circuit 1
Loads.Impedanceload_sc_2Short circuit 2
Lines.TwoPortRLRL_2Resistive-Inductive line connected to short circuit 2
Lines.TwoPortResistanceR_1Resistance line connected to short circuit 1
Lines.TwoPortInductanceL_1Inductance line connected to short circuit 1
Lines.TwoPortRLRL_3Dynamic resistive-inductive line connected to short circuit 3
Loads.Impedanceload_sc_3Short circuit 3

Revisions

  • August 24, 2014, by Marco Bonvini:
    Documentation and example revised.