Main Content

Three-Phase PI Section Line

Implement three-phase transmission line section with lumped parameters

Library

Simscape / Electrical / Specialized Power Systems / Power Grid Elements

  • Three-Phase PI Section Line block

Description

The Three-Phase PI Section Line block implements a balanced three-phase transmission line model with parameters lumped in a PI section.

Contrary to the Distributed Parameters Line model where the resistance, inductance, and capacitance are uniformly distributed along the line, the Three-Phase PI Section Line block lumps the line parameters in a single PI section as shown in the figure below.

The line parameters R, L, and C are specified as positive- and zero-sequence parameters that take into account the inductive and capacitive couplings between the three phase conductors, as well as the ground parameters. This method of specifying line parameters assumes that the three phases are balanced.

The self and mutual resistances (Rs, Rm), self and mutual inductances (Ls, Lm) of the three coupled inductors, as well as phase capacitances Cp and ground capacitances Cg, are deduced from the positive- and zero-sequence RLC parameters as follows.

Let us assume the following line parameters:

r1, r0Positive- and zero-sequence resistances per unit length (Ω/km)
l1, l0Positive- and zero-sequence inductances per unit length (H/km)
c1, c0Positive- and zero-sequence capacitances per unit length (F/km)
fFrequency (Hz)
lsecLine section length (km)

The total positive- and zero-sequence RLC parameters including hyperbolic corrections are first evaluated:

R1=r1lseckr1L1=l1lseckl1C1=c1lseckc1R0=r0lseckr0L0=l0lseckl0C0=c0lseckc0

where

kr1, kl1, kc1, kr0, kl0, kc0 — positive-sequence and zero-sequence hyperbolic correction factors

Note

See the PI Section Line block reference page for an explanation on how to compute RLC parameters taking into account hyperbolic corrections.

The Powergui block provides a graphical tool for the calculation of resistance, inductance, and capacitance per unit length based on the line geometry and the conductor characteristics. See the power_lineparam reference page to learn how to use this tool.

For a short line section (approximately lsec < 50 km), these correction factors are negligible (close to unity). However, for long lines, these hyperbolic corrections must be taken into account in order to get an exact line model at the specified frequency.

The RLC line section parameters are then computed as follows:

Rs=(2R1+R0)/3Ls=(2L1+L0)/3Rm=(R0R1)/3Lm=(L0L1)/3Cp=C1Cg=3C1C0/(C1C0)

Parameters

Frequency used for rlc specification

The frequency used for specification of per unit length rlc line parameters, in hertz (Hz). This is usually the nominal system frequency (50 Hz or 60 Hz). Default is 60.

Positive- and zero-sequence resistances

The positive- and zero-sequence resistances in ohms/kilometer (Ω/km). Default is [ 0.01273 0.3864].

Positive- and zero-sequence inductances

The positive- and zero-sequence inductances in henries/kilometer (H/km). The zero-sequence inductance cannot be zero, because it would result in an invalid propagation speed computation. Default is [ 0.9337e-3 4.1264e-3].

Positive- and zero-sequence capacitances

The positive- and zero-sequence capacitances in farads/kilometer (F/km). The zero-sequence capacitance cannot be zero, because it would result in an invalid propagation speed computation. Default is [12.74e-9 7.751e-9].

Line section length

The line section length in kilometers (km). Default is 100.

Examples

The power_triphaseline example illustrates voltage transients at the receiving end of a 200-km line when only phase A is energized. Voltages obtained with two line models are compared: 1) the Distributed Parameters Line block and 2) a PI line model using two Three-Phase PI Section Line blocks.

Version History

Introduced before R2006a