Overhead Line Constants

From Open Electrical
Jump to navigation Jump to search
Figure 1. Circuit representation of a multi-conductor line segment


Figure 2. Three-phase, single-circuit tower line (image courtesy of Wikipedia)

Consider the three-phase, single circuit tower line in Figure 2, which shows three phase conductors and an earth wire. A segmental length of this multi-conductor system can be represented by the equivalent circuit in Figure 1 above.

We can see that in a multi-conductor system, there is mutual coupling between the phase conductors (a, b and c), represented by the shunt inductances and capacitances. Note that there could also be resistive coupling between phases, but this is not shown in Figure 2 since resistive coupling is normally assumed to be negligible in overhead lines (i.e. shunt conductances G = 0).

This equivalent circuit can be represented as two matrices (where n is the number of conductors in the system), one representing the series impedance and the other representing the shunt admittance .

For example, the four conductor system in Figure 2 has the series impedance matrix:

And the shunt admittance matrix:

Elements in the series impedance and shunt admittance matrices are complex quantities of the form: and .

For most types of analyses, we can assume that the elements in the series impedance and shunt admittance matrices are constant terms without introducing too much error. These matrices are commonly called the overhead line constants and are calculated based on the overhead line conductor properties and cross-sectional geometry.

Assumptions

The following assumptions are made to simplify the line constants calculations:

  • There is uniform current distribution in the conductor, thus conductor stranding is not taken into account
  • The earth is flat along the length of the transmission line, i.e. earth curvature not allowed for
  • Uniform soil conditions along the length of the transmission line, i.e. constant soil resistivity

Series Impedance Matrix

The lengths and angles referred to in the calculations below are all based on the geometry of two aerial conductors i and k shown in Figure 3.

Figure 3. Geometry of two aerial conductors

Self Impedance Terms

The self impedance of an aerial conductor is calculated as follows:

where is the internal resistance of the conductor (/km)

is the internal reactance of the conductor (/km)
is the geometrical reactance (/km)
and are the Carson earth correction factors (/km) - see separate section below

When skin effect is not taken into account, the internal resistance is simply the DC resistance of the conductor .

The internal reactance of the conductor depends on the type of conductor used, e.g. solid conductor (AAAC) vs a tubular conductor, where there is a non-conducting reinforcing material in the centre of the conductor (ACSR).

The reactance of a solid conductor (in /km) is calculated as follows:

where is the permeability of free space ( H/m)

The reactance of a tubular / hollow core conductor (in /km) is calculated as follows:

where is the nominal angular frequency of the system (rad/s)

is the inner radius of the tubular conductor (m)
is the outer radius of the tubular conductor (m)

The geometrical reactance (in /km) can be calculated as follows:

where is the radius of the conductor (m)

is the height of the conductor above ground level (m)

Mutual Impedance Terms

The mutual impedance between any two aerial conductors is calculated as follows:

where is the geometrical reactance between conductors i and k (/km)

and are the Carson earth correction factors (/km) - see separate section below

The geometrical reactance between conductors i and k (in /km) can be calculated as follows:

where is the distance between conductor i and conductor k (m)

is the distance between conductor i and the image of conductor k in the ground (m)

Carson Earth Correction Factors

Because the earth/ground is a conducting medium, it has an effect on the magnetic field produced by the current flowing in an aerial conductor. During unbalanced operation or in single-phase earth return (SWER) systems, the earth also acts as a conductor for currents to return to the source.

The Carson earth correction factors are infinite series (with terms that repeat in groups of four):

where

with , and alternating in groups of 4, i.e. for i=1,2,3,4, for i=5,6,7,8, for i=9,10,11,12 and so on
with
is the soil resistivity ()
for self impedance terms and for mutual impedance terms

Note that this formulation is only valid if .

Shunt Admittance Matrix

The self potential terms of the shunt admittance matrix are calculated as follows:

where is the radius of the conductor (m)

is the height of the conductor above ground level (m)
is the permittivity of free space ( F/m)

The mutual potential terms of the shunt admittance matrix are calculated as follows:

where is the distance between conductor i and conductor k (m)

is the distance between conductor i and the image of conductor k in the ground (m)

Kron Reduction

Assuming that the voltage in the earth conductors are zero (i.e. earth is the reference voltage), the earth conductors in the primitive series impedance and shunt admittance matrices can be eliminated by means of a Kron Reduction.

Code

Refer to this Github project for an open-source Python implementation of a line constants calculation routine.