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

TypeNameDefaultDescription
Sources.FixedVoltageEVoltage source
Loads.ImpedanceR1Resistive load 1
Loads.ImpedanceR2Resistive load 2
Loads.ImpedanceR3Resistive load 3
Lineline_1Cable that connects to load 1
Lineline_2aCable that connects to load 2
Lineline_2bCable that connects to load 2
Lineline_3aCable that connects to load 3
Lineline_3bCable that connects to load 3

Revisions

  • October 8, 2014, by Marco Bonvini:
    Created model and documentation.