modelACLineMatrix_RL

Test model for a three-phase unbalanced inductive-resistive line 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 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.FixedVoltageEVoltage source
Loads.Impedancesc_load1Short circuit load
Loads.Impedancesc_load2Short circuit load
Loads.Impedancesc_load3Short circuit load
Lines.TwoPortMatrixRLRline_1RL line that connects to load 1
Lines.TwoPortMatrixRLRline_2aRL line that connects to load 2
Lines.TwoPortMatrixRLRline_2bRL line that connects to load 2
Lines.TwoPortMatrixRLRline_3aRL line that connects to load 3
Lines.TwoPortMatrixRLRline_3bRL line that connects to load 3

Revisions

  • October 8, 2014, by Marco Bonvini:
    Created model and documentation.