modelACLine_N

Test model for a three-phase unbalanced commercial cable with neutral

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

This example demonstrates how to use a cable line model with neutral 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.FixedVoltage_NEVoltage source
Loads.Impedance_NR1Resistive load 1
Loads.Impedance_NR2Resistive load 2
Loads.Impedance_NR3Resistive load 3
Line_Nline_1Cable that connects to load 1
Line_Nline_2aCable that connects to load 2
Line_Nline_2bCable that connects to load 2
Line_Nline_3aCable that connects to load 3
Line_Nline_3bCable that connects to load 3

Revisions

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