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