modelACLineMatrix_RLC_N

Test model for a three-phase unbalanced RLC line with neutral cable 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 with neutral line 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.FixedVoltage_NEVoltage source
Loads.Impedance_Nsc_load1Short circuit load
Lines.TwoPortMatrixRLC_NRline_1RL line that connects to load 1
Lines.TwoPortMatrixRLC_NRline_2RL line that connects to load 2

Revisions

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