modelACLineMatrix_RLC

Test model for a three-phase unbalanced RLC line specified by Z and B matrices

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

Information

This example demonstrates how to use a RLC line model to connect a source to a load. The model is parameterized using the impedance matrix Z and the admittance matrix B.

The example shows two configurations to test a zero and non-zero matrix B. In the second case the impedance matrix Z has been set to zero. Therefore, the line model does not have a load connected to it.

Components

TypeNameDefaultDescription
Sources.FixedVoltageEVoltage source
Loads.Impedancesc_load1Short circuit load
Lines.TwoPortMatrixRLCRline_1RL line that connects to load 1
Lines.TwoPortMatrixRLCRline_2RL line that connects to load 2

Revisions

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