modelACLine_L_N

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

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

Information

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

The model has four different loads. The load sc_load represents a short circuit R=0. The current that flows through the load depends on the resistance of the line.

The remaining three loads L1, L2, and L3 are inductive loads. 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 draws the same current.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.InductanceLbase10/2/Modelica.Constants.pi/60Base value for the line inductances

Components

TypeNameDefaultDescription
Sources.FixedVoltage_NEVoltage source
Loads.Impedance_NL1Inductive load 1
Loads.Impedance_NL2Inductive load 2
Loads.Impedance_NL3Inductive load 3
Loads.Impedance_Nsc_loadShort circuit load
Lines.TwoPortInductance_NLline_scInductive line that connects to the short circuit
Lines.TwoPortInductance_NRline_1Inductive line that connects to load 1
Lines.TwoPortInductance_NRline_2aInductive line that connects to load 2
Lines.TwoPortInductance_NRline_2bInductive line that connects to load 2
Lines.TwoPortInductance_NRline_3aInductive line that connects to load 3
Lines.TwoPortInductance_NRline_3bInductive line that connects to load 3

Revisions

  • January 14, 2015, by Marco Bonvini:
    Created model and documentation.