modelACLine_R

Test model for single phase resistive lines

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

Information

This example demonstrates how to use a resistive line model to connect a source to a load.

The model has four different loads. The load sc_load represents a short circuit R=0. The current that flows through the load depends on the resistance of the line.

The remaining three loads R1, R2, and R3 are resistive loads. Each load is connected to the source with different configurations. However, 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
ThreePhasesBalanced.Sources.FixedVoltageEVoltage source
ThreePhasesBalanced.Loads.ImpedanceR1Resistive load 1
ThreePhasesBalanced.Loads.ImpedanceR2Resistive load 2
ThreePhasesBalanced.Loads.ImpedanceR3Resistive load 3
ThreePhasesBalanced.Loads.Impedancesc_loadShort circuit load
ThreePhasesBalanced.Lines.TwoPortResistanceRline_scResistive line that connects to the short circuit
ThreePhasesBalanced.Lines.TwoPortResistanceRline_1Resistive line that connects to load 1
ThreePhasesBalanced.Lines.TwoPortResistanceRline_2aResistive line that connects to load 2
ThreePhasesBalanced.Lines.TwoPortResistanceRline_2bResistive line that connects to load 2
ThreePhasesBalanced.Lines.TwoPortResistanceRline_3aResistive line that connects to load 3
ThreePhasesBalanced.Lines.TwoPortResistanceRline_3bResistive line that connects to load 3

Revisions

  • September 22, 2014, by Marco Bonvini:
    Documentation and example revised.