modelACLine
Test model for a three-phase unbalanced commercial cable without neutral
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example demonstrates how to use a cable model without neutral line to connect a source to a load.
The model has three resistive loads R1, R2, and R3.
Each load is connected to the source with different configurations,
but the equivalent resistance between each load and the source is the same.
Since the equivalent resistances are the same, each load draws the same current.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Sources.FixedVoltage | E | Voltage source | |
| Loads.Impedance | R1 | Resistive load 1 | |
| Loads.Impedance | R2 | Resistive load 2 | |
| Loads.Impedance | R3 | Resistive load 3 | |
| Line | line_1 | Cable that connects to load 1 | |
| Line | line_2a | Cable that connects to load 2 | |
| Line | line_2b | Cable that connects to load 2 | |
| Line | line_3a | Cable that connects to load 3 | |
| Line | line_3b | Cable that connects to load 3 |
Revisions
-
October 8, 2014, by Marco Bonvini:
Created model and documentation.