modelACLineMatrix_RL_N
Test model for a three-phase unbalanced inductive-resistive line with neutral cable 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 with neutral line 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_N | E | Voltage source | |
| Loads.Impedance_N | sc_load1 | Short circuit load | |
| Loads.Impedance_N | sc_load2 | Short circuit load | |
| Loads.Impedance_N | sc_load3 | Short circuit load | |
| Lines.TwoPortMatrixRL_N | Rline_1 | RL line that connects to load 1 | |
| Lines.TwoPortMatrixRL_N | Rline_2a | RL line that connects to load 2 | |
| Lines.TwoPortMatrixRL_N | Rline_2b | RL line that connects to load 2 | |
| Lines.TwoPortMatrixRL_N | Rline_3a | RL line that connects to load 3 | |
| Lines.TwoPortMatrixRL_N | Rline_3b | RL line that connects to load 3 |
Revisions
-
January 14, 2015, by Marco Bonvini:
Created model and documentation.