modelACLineMatrix_RL_N

Test model for a three-phase unbalanced inductive-resistive line with neutral cable specified by a Z matrix

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

Information

This example demonstrates how to use an inductive resistive line model with neutral line to connect a source to a load. The model is parameterized using the impedance matrix Z.

The model has three loads. The loads represent a short circuit R=0. The current that flows through the load depends on the resistance of the line.

Components

TypeNameDefaultDescription
Sources.FixedVoltage_NEVoltage source
Loads.Impedance_Nsc_load1Short circuit load
Loads.Impedance_Nsc_load2Short circuit load
Loads.Impedance_Nsc_load3Short circuit load
Lines.TwoPortMatrixRL_NRline_1RL line that connects to load 1
Lines.TwoPortMatrixRL_NRline_2aRL line that connects to load 2
Lines.TwoPortMatrixRL_NRline_2bRL line that connects to load 2
Lines.TwoPortMatrixRL_NRline_3aRL line that connects to load 3
Lines.TwoPortMatrixRL_NRline_3bRL line that connects to load 3

Revisions

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