Parameters Calculation of Underground Cables Using MATLAB
Bin Sun
Hitachi ABB Power Grids, Raleigh, USA.
DOI: 10.4236/jpee.2020.811002   PDF    HTML   XML   1,012 Downloads   3,863 Views   Citations

Abstract

With the development of technology, more and more options are available for insulated cables in power systems. Different cable construction types have different impedance, voltage drop and power losses. In order to efficiently design these cable systems and adequately model them for system analysis, engineers should be able to calculate the parameters of different types of cables. Although the methods of parameters calculation are very mature, few types of software are used to calculate all these parameters for different cables. The objective of this paper is to build a user-friendly software to calculate these parameters with greater flexibility even if the users are not familiar with the methods of estimating the parameters of different types of cables. A program that is used to calculate the parameters of different cross-sections of cables is built by combining the method of estimating these parameters with the graphical user interface (GUI). Using this program, users can input or choose any type of cables, and calculate the parameters they need. In the future, more functions can be added to the program and the code could be switched to python or C# and develop a better GUI (Graphical User Interface).

Share and Cite:

Sun, B. (2020) Parameters Calculation of Underground Cables Using MATLAB. Journal of Power and Energy Engineering, 8, 12-20. doi: 10.4236/jpee.2020.811002.

1. Introduction

Nowadays, more and more cables are used in power systems. To efficiently design these cable systems, engineers should be able to calculate the parameters of different types of cables. Although the methods, which include calculations of impedance matrix, power losses, and voltage drop, are very mature [1] [2], few types of software are used to calculate all these parameters for different cables [3]. There are some other cable data calculators [4] [5], but it’s difficult for users to specify cables’ cross-sections. The objective of this paper is to build a user-friendly software to calculate these parameters with greater flexibility even if the users are not familiar with the methods of estimating the parameters of different types of cables. To complete the program, it’s necessary to know that two different types of cables are commonly used in the distribution system: concentric neutral cable and tape shield cable [1]. Before calculating the parameters of a cable, the composition of cables must be studied first. Generally, there are five levels of different materials. They are a copper conductor, EPR for fixation, insulation EPR, neutral copper conductors, and a jacket for physical protection as shown in Figure 1. However, for different types of cables, there are different conductor configurations.

For a common concentric neutral cable, the layer arrangement is shown in Figure 2. The inner layer is normally an aluminum conductor and the second layer is the EPR insulation. The circles around the insulation layer are several symmetrical copper conductors named neutral line. The outermost layer is a rubber jacket for physical protection. When the conductors are connected with a voltage source, the voltage distribution is shown in Figure 3.

For a standard tape shield cable, the layer arrangement is shown in Figure 4. The inner layer is a copper conductor and the second layer is the EPR insulation. The thin layer around the insulation layer is a copper shield that is normally grounded. The outermost layer is a rubber jacket for physical protection. When the conductors are connected with a voltage source, the voltage distribution is shown in Figure 5.

Figure 1. Common layer arrangement of a tape shield cable.

Figure 2. Cross section of a concentric neutral cable.

Figure 3. Voltage distribution of a concentric neutral cable.

Figure 4. Cross-section of a tape shield cable.

Figure 5. Voltage distribution of a tape shield cable.

2. Method

Carson line method is used to estimate the impedance matrix and calculate the parameters of these two types of cables [1]. For a concentric neutral cable, Equations (1)-(6) below are used to estimate the parameters [1].

Z a a = ( r a + r d ) + j ω k ln ( D e / D s a ) / mile (1)

Z a b = r d + j ω k ln ( D e / D a b ) / mile (2)

GMR = GMR s K R K 1 K f t (3)

R = ( d o d d s ) / 2 = ( d o d d s ) / 2 12 f t (4)

r c n = r s / K Ω / mile (5)

D i j 3 = D n m K R K K (6)

where Dsa is the conductor GMR in ft; De is the earth GMR constant = 2790 ft for average earth; ωk = 0.12134; ra is the resistance of the conductor in Ω/unit length; rd = 0.09528 Ω/mile, is the resistance of Carson line; dod is the nominal diameter of the cable in inches; ds is the diameter of the neutral conductor in inches; GMRs is the geometric mean radius of the neutral conductor in ft; rs is the resistance of neutral conductor in Ω/mile; rd is the earth constant resistance coefficient; K is the number of concentric neutral strands; R is the radius of a circle passing through the center of the concentric neutral strands; rcn is the equivalent resistance of the concentric neutral. These parameters are shown in Figure 6. Equation (1) and (2) are used to calculate self-impedance and mutual impedance separately.

For a tape shield cable, the parameters are shown in Figure 7. All equations are the same except Equations (3) and (5) [1].

GMR shield = ( d s T / 1000 ) / 2 12 in f t (7)

r shield = 7.9385 10 8 P ( Ω m ) d s ( inch ) * T ( m .inch ) (8)

Using the above equations combined with some other basic electrical equations, the impedance matrix of any cross-sections can be calculated. For example, the cross-section is shown in Figure 8.

Using Equation (1) and (2), a 13 × 13 impedance matrix could be developed with the corresponding conductor positions.

In order to simplify, number all the conductors:

Top Row: A1 = “1”, C1 = “2”, B1 = “3”, B2 = “4”, C2 = “5”, A2 = “6”.

Bottom Row: A1 = “7”, C1 = “8”, B1 = “9”, B2 = “10”, C2 = “11”, A2 = “12”.

Ground: G = “13”.

Figure 6. Parameters used in Carson line method for concentric neutral cable.

Figure 7. Parameters used in Carson line method for tape shield cable.

Figure 8. Sample cable arrangement.

The output impedance matrix is as follows:

Z a b c g = [ z 1 , 1 z 1 , 12 z 1 , 13 z 12 , 1 z 12 , 12 z 12 , 13 z 13 , 1 z 13 , 12 z 13 , 13 ] 13 × 13 (9)

Because the 13th row and 13th column correspond to the ground conductor, the ground conductor can be eliminated by the equation:

Z abc = [ z 1 , 1 z 1 , 12 z 12 , 1 z 12 , 12 ] 12 × 12 [ z 1 , 13 z 12 , 13 ] 1 z 13 , 13 [ z 13 , 1 z 13 , 12 ] (10)

This equation is also called Kron Reduction [2].

Now the impedance matrix of the line is calculated. But the loads on the bus that is connected with the ground should be considered too. So the Zabc matrix for the cable bus plus the load is calculated using

Z abc,total = [ z 1 , 1 z 1 , 12 z 12 , 1 z 12 , 12 ] 12 × 12 + [ Z load,1 0 0 Z load,12 ] (11)

Using the total impedance matrix established, the current flowing through the conductors can be calculated using Equation (11).

V input = Z abc,total I (12)

where the current vector (I) has 12 × 1 complex numbers for the 12 conductors. Therefore, the input voltage vector (Vinput), total impedance matrix, and the current vector can be calculated as

I = Z abc,total 1 V i n p u t (13)

where the input voltages are described in Equation (14) if the system is balanced:

V A 1 = V A 2 = V A 3 = V A 4 = V r a t e d 3 0 V B 1 = V B 2 = V B 3 = V B 4 = V r a t e d 3 120 V C 1 = V C 2 = V C 3 = V C 4 = V r a t e d 3 120 V input = [ V A 1 V C 1 V B 1 V B 2 V C 2 V A 2 V A 3 V C 3 V B 3 V B 4 V C 4 V A 4 ] (14)

If there are multiple neutral lines, the conventional method is to reduce them into one equivalent neutral line, which follows Equation (15).

D s = ( D a a D a b D a n ) ( D b a D b b D b n ) ( D n a D n b D n n ) n 2 (15)

where Dij is the distance between neutral i and neutral j. If i = j, Dij means GMR; n means n-strand bundle neutral.

3. Results

Using Carson line method, a software that is used to calculate the parameters of two types of cables for different cross-sections was developed. Using this program, users can input or choose some initial values, and calculate the parameters they need, such as impedance matrix, voltage drop and power loss.

In this program, there are 26 preloaded cross-sections that are ready to be used. If they are not enough, this program allows the user to specify the locations of all individual cables. When the user inputs the line to line voltage, current, power factor of the load, ambient temperature, conductor type, cable bus length, cable’s outer diameter, conductor size, diameter of ground, size of ground and specified cross-section, the program will look up standard tables of different cables and obtain related parameters, such as conductor resistance and its diameter. Then it will use the Carson line method and cable equations to calculate the final impedance matrix to be used for power losses and voltage drop calculations. The main process of the MATLAB code is shown in Figure 9.

Based on the MATLAB impedance matrix calculation code, the graphical user interface (GUI) of this program was built, and the sample calculation results were displayed, as shown in Figure 10. Using this GUI, users can choose and input initial values before easily calculating the impedance matrix to be used for different calculations.

4. Conclusion

In recent years, more and more electrical utilities are using cables to distribute electric power to their customers. However, few types of software are developed

Figure 9. Steps of MATLAB code.

Figure 10. GUI interface and impedance matrix results.

to calculate parameters for different cables. In this paper, a MATLAB-based program is built to calculate parameters of different types of cables including impedance matrix, power losses, and voltage drop. Users can input and select some initial values and easily calculate the parameters they need using the developed user-friendly software. With these parameters, power utilities can realize the conditions of cables and predict their voltage drop and power losses, and select the best type of cables they need.

Conflicts of Interest

The author declares no conflicts of interest regarding the publication of this paper.

References

[1] Gonen, T. (2013) Electric Power Distribution Engineering. Third Edition, CRC Press, Boca Raton.
[2] Grainger, J.J. and Stevenson, W.D. (1994) Power System Analysis. McGraw-Hill Book Co., New York.
[3] CYME International—CYMCAP.
http://www.cyme.com/software/cymcap/
[4] Calculation of Cable Data.
http://nepsi.com/resources/calculators/calculation-of-cable-data.htm
[5] General Cable Tools.
https://www.generalcable.com/eu/en/information-center/tools-applications/gc-app-low-voltage

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.