modelACLine_L

Test model for a single phase inductive line

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

Information

This example demonstrates how to use a purely inductive line model 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 inductance of the line.

The remaining three loads R1, R2, and R3 are resistive loads. Each load is connected to the source with different configurations, however 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.InductanceLbase10/2/Modelica.Constants.pi/60Base value for the line inductances

Components

TypeNameDefaultDescription
Sources.FixedVoltageEVoltage source
Loads.ImpedanceR1Resistive load 1
Loads.ImpedanceR2Resistive load 2
Loads.ImpedanceR3Resistive load 3
Loads.Impedanceload_scShort circuit
TwoPortInductanceLline_scInductive line connected to the short circuit
TwoPortInductanceLline_1Inductive line connected to load 1
TwoPortInductanceLline_2aInductive line connected to load 2
TwoPortInductanceLline_2bInductive line connected to load 2
TwoPortInductanceLline_3Inductive line connected to load 3
TwoPortInductanceLline_3bInductive line connected to load 3

Revisions

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