modelTwoPortMatrixRL_N

Model of an RL line parameterized with impedance matrices and neutral line

Extends from Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.TwoPort_N (Partial model interface for a two port component with neutral cable).

Information

Resistive-inductive model that connects two AC three-phase unbalanced interfaces with neutral line. This model can be used to represent a cable in a three-phase unbalanced AC system. The voltage between the ports is

image

where Vi{p,n} is the voltage phasor at the connector p or n of the i-th phase, while Iip the current phasor entering from the connector p of the i-th phase.

The model is parameterized with an impedance matrix Z. The matrix is symmetric thus just the upper triangular part of it has to be defined.

Note

The fourth line is the neutral one.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.Impedance[2]Z11Element [1,1] of impedance matrix
Modelica.Units.SI.Impedance[2]Z12Element [1,2] of impedance matrix
Modelica.Units.SI.Impedance[2]Z13Element [1,3] of impedance matrix
Modelica.Units.SI.Impedance[2]Z14Element [1,4] of impedance matrix
Modelica.Units.SI.Impedance[2]Z22Element [2,2] of impedance matrix
Modelica.Units.SI.Impedance[2]Z23Element [2,3] of impedance matrix
Modelica.Units.SI.Impedance[2]Z24Element [2,4] of impedance matrix
Modelica.Units.SI.Impedance[2]Z33Element [3,3] of impedance matrix
Modelica.Units.SI.Impedance[2]Z34Element [3,4] of impedance matrix
Modelica.Units.SI.Impedance[2]Z44Element [4,4] of impedance matrix
Modelica.Units.SI.ImpedanceZ21Z12Element [2,1] of impedance matrix
Modelica.Units.SI.ImpedanceZ31Z13Element [3,1] of impedance matrix
Modelica.Units.SI.ImpedanceZ32Z23Element [3,1] of impedance matrix
Modelica.Units.SI.ImpedanceZ41Z14Element [4,1] of impedance matrix
Modelica.Units.SI.ImpedanceZ42Z24Element [4,2] of impedance matrix
Modelica.Units.SI.ImpedanceZ43Z34Element [4,3] of impedance matrix
Nominal conditions
Modelica.Units.SI.VoltageV_nominalNominal voltage (V_nominal >= 0)

Connectors

TypeNameDefaultDescription
Terminal4_pterminal_p (from TwoPort_N)Electric terminal side p
Terminal4_nterminal_n (from TwoPort_N)Electric terminal side n

Components

TypeNameDefaultDescription
Modelica.Units.SI.Current[2]i1terminal_n.phase[1].iCurrent in line 1
Modelica.Units.SI.Current[2]i2terminal_n.phase[2].iCurrent in line 2
Modelica.Units.SI.Current[2]i3terminal_n.phase[3].iCurrent in line 3
Modelica.Units.SI.Current[2]i4terminal_n.phase[4].iCurrent in line 4 (neutral)
Modelica.Units.SI.Voltage[2]v1_nterminal_n.phase[1].vVoltage in line 1 at connector N
Modelica.Units.SI.Voltage[2]v2_nterminal_n.phase[2].vVoltage in line 2 at connector N
Modelica.Units.SI.Voltage[2]v3_nterminal_n.phase[3].vVoltage in line 3 at connector N
Modelica.Units.SI.Voltage[2]v4_nterminal_n.phase[4].vVoltage in line 4 (neutral) at connector N
Modelica.Units.SI.Voltage[2]v1_pterminal_p.phase[1].vVoltage in line 1 at connector P
Modelica.Units.SI.Voltage[2]v2_pterminal_p.phase[2].vVoltage in line 2 at connector P
Modelica.Units.SI.Voltage[2]v3_pterminal_p.phase[3].vVoltage in line 3 at connector P
Modelica.Units.SI.Voltage[2]v4_pterminal_p.phase[4].vVoltage in line 4 (neutral) at connector P

Contents

NameDescription
productAC1pprotectedProduct between complex quantities

Revisions

  • April 5, 2023, by Michael Wetter:
    Set nominal attribute for voltage at terminal.
  • November 28, 2016, by Michael Wetter:
    Made current and voltage public to allow setting start values.
    This is for #584.
  • November 28, 2016, by Michael Wetter:
    Removed zero start value for currents i1, i2 and i3. Setting a zero start value led Dymola 2017 on Linux to find a different solution for Buildings.Electrical.AC.ThreePhasesUnbalanced.Validation.IEEETests.Test4NodesFeeder.BalancedStepDown.YD. Also, the current is typically non-zero and zero is anyway the default start value, hence there is no need to set it.
    This is for #584.
  • January 14, 2015, by Marco Bonvini:
    Created model and documantation.