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
| Type | Name | Default | Description |
|---|---|---|---|
| Sources.FixedVoltage | E | Voltage source | |
| Loads.Impedance | sc_load1 | Short circuit load | |
| Lines.TwoPortMatrixRLC | Rline_1 | RL line that connects to load 1 | |
| Lines.TwoPortMatrixRLC | Rline_2 | RL line that connects to load 2 |
Revisions
-
October 8, 2014, by Marco Bonvini:
Created model and documentation.