Next Article in Journal
Pore Characteristics and Influencing Factors of Marine and Lacustrine Shale in the Eastern Sichuan Basin, China
Next Article in Special Issue
Development of Future Compact and Eco-Friendly HVDC Gas Insulated Systems: Test Verification of Shape-Optimized DC Spacer Models
Previous Article in Journal
Numerical Analysis of Induced Steady Flow on a Bus
Previous Article in Special Issue
Effects of Hot Pressing Temperature and Pressure on Dielectric Properties of Aramid Insulating Paper
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Research on the Application of Uncertainty Quantification (UQ) Method in High-Voltage (HV) Cable Fault Location

1
State Grid Wuhan Electric Power Company, Wuhan 430077, China
2
Wuhan Fujia Anda Electric Technology Co., Ltd., Wuhan 430074, China
3
School of Electrical Engineering, Nantong University, Nantong 226019, China
*
Author to whom correspondence should be addressed.
Energies 2022, 15(22), 8447; https://doi.org/10.3390/en15228447
Submission received: 30 August 2022 / Revised: 23 October 2022 / Accepted: 10 November 2022 / Published: 11 November 2022
(This article belongs to the Special Issue Advances in High Voltage Engineering)

Abstract

:
In HV cable fault location technology, line parameter uncertainty has an impact on the location criterion and affects the fault location result. Therefore, it is of great significance to study the uncertainty quantification of line parameters. In this paper, an impedance-based fault location criterion was used for an uncertainty study. Three kinds of uncertainty factors, namely the sheath resistivity per unit length, the equivalent grounding resistance on both sides, and the length of the cable section, were taken as random input variables without interaction. They were subject to random uniform distribution within a 50% amplitude variation. The relevant statistical information, such as the mean value, standard deviation and probability distribution, of the normal operation and fault state were calculated using the Monte Carlo simulation (MCS) method, the polynomial chaos expansion (PCE) method, and the univariate dimension reduction method (UDRM), respectively. Thus, the influence of uncertain factors on fault location was analyzed, and the calculation results of the three uncertainty quantification methods compared. The results indicate that: (1) UQ methods are effective for simulation analysis of fault locations, and UDRM has certain application prospects for HV fault location in practice; (2) the quantification results of the MCS, PCE, and UDRM were very close, while the mean convergence rate was significantly higher for the UDRM; (3) compared with the MCS, PCE, and UDRM, the PCE and UDRM had higher accuracy, and MCS and UDRM required less running time.

1. Introduction

With the rapid development of the economy and the rapid expansion of the scale of the power grid, the number of power cables has greatly increased in the past 20 years due to their low footprint and high reliability [1,2,3]. At the same time, the cables were laid in various modes, and the operating conditions and environments were also quite different, resulting in different aging rates of cables in different laying sections, which in turn leads to different changes in the electrical parameters of the cables. In addition, in the event of a cable failure, when replacing the cable, the method often used is to remove the fault segment and use a cable joint at each end to connect the new cable to the original. Thus, the distributed electrical parameters of the cable become more uneven.
At present, HV cable fault location of is mainly based on two principles. One is the distance protection principle based on impedance measurement [4,5,6], and the other is the traveling wave ranging principle based on traveling wave measurement [7,8,9]. The basic principle of distance protection is mainly to identify the impedance parameters of the line, because once the line fails, its impedance parameters change. However, since there is not necessarily a linear relationship between the measured impedance and the distance to the fault point, it is difficult to accurately locate the fault through the relationship between impedance and distance. Traveling wave ranging is mainly realized by analyzing the transient traveling wave arrival time of the fault voltage or current. The main difficulty of traveling wave ranging lies in the elimination of noise and the extraction of the wave head.
In order to improve fault location accuracy and the application scope of the impedance-based method, there has been continuous research in recent years. In [10], the impedance-based method was improved by considering the mutual inductance effect of double-circuit lines, making it suitable for fault location of medium-voltage distribution networks in double-circuit scenarios. In [11], the electrical characteristics of nodes in distributed networks under fault conditions were considered, and fault location criteria for different fault sections of distributed networks were proposed. In [12], a fault line selection method was proposed for distributed networks according to the directional vector characteristics of fault currents under fault conditions. The improvement of the impedance method in these studies mainly focused on the applicability of different application scenarios. These studies have different emphases, but the formulas of the fault location criteria are not unified and cannot be mutually applied in different application scenarios.
In order to improve the fault location effect of the traveling wave method, in recent years continuous research on denoising, head wave extraction, and traveling wave arrival time identification has been conducted. In [13], a fault position search algorithm was proposed based on the midpoint of time and the reflection law of voltage, and current traveling waves were analyzed at the end of the line. In [14], the continuous wavelet transform method was used to analyze the time–frequency of the fault’s traveling wave, and the experiment verified that the method can identify the arrival time of the traveling wave according to the characteristic frequency of the fault’s traveling wave. In [15], a multilayer neural network method was used to improve the recognition accuracy of the high-frequency part of the fault’s traveling wave. With the improvement of computing power and signal synchronization accuracy, many applications of intelligent algorithms have emerged in recent years, but these improvements and applications are limited to a single type of line or specific application scenarios, and it is difficult to form a unified fault location criterion. These improved methods have not fundamentally solved the inherent problems of traveling wave attenuation and noise.
Uncertainty quantification (UQ) is a quantitative solution technology that models the input uncertainty parameters of the model with random variables, and then converts them into corresponding random problems, and performs statistical analysis on the output changes [16]. With the development of big data, UQ has been widely studied in the fields of statistics and computer science in recent years [17]. However, to the best of the authors’ knowledge, few practical applications of UQ methods in HV cable fault location have been reported. In order to solve the problem of uncertainty analysis in fault location, this paper introduces theory and UQ methods to explore the influence of uncertainty factors on fault location. Three UQ methods, MCS, PCE, and UDRM, are compared and analyzed to verify the effectiveness of each method. The results obtained will help guide the design of the fault location algorithm.

2. Theoretical Basis of the UQ methods

Unlike conventional model calculations, the input parameters of UQ are its possible probability distributions. Through the propagation of model uncertainty, a certain distribution UQ method that finally obtains the output is roughly divided into two categories: a probabilistic framework and a non-probabilistic framework. UQ under the probabilistic framework models the input parameters of the computational model as random variables and gives their variable types, the probability distribution’s types of model parameters are fitted by statistical methods, and finally the distribution probability of the model output in a certain interval is determined by statistical analysis. Commonly used probabilistic UQ methods mainly include the MCS method [18], the PCE method [19], the surrogate model method, and the dimensionality reduction method.

2.1. MCS Method

The MCS method is the simplest method based on sample calculation. When solving uncertain problems, multiple samples are required to repeat the calculation, and the sample dependence is strong [20]. The MCS uncertainty analysis method is simple in principle and focuses on how to generate samples.
First, according to the distribution type of the random input variable X = [X1, X2, …, Xd], generate N samples xi = {xi1, xi2, …, xid}(i = 1, …, N); then substitute xi into Y = g(X) in turn to solve yi(i = 1, …, N); finally, calculate its related statistical information for N outputs, such as mean value, standard deviation, probability function distribution, etc.
The mean convergence rate of MCS is 1/N, that is, accurate results can be obtained only when the number of samples is large enough. Therefore, the MCS method is generally only used as a benchmark in uncertainty quantification. The large amount of calculation and long running time limit its development.

2.2. PCE Method

The PCE method is a popular uncertainty quantification method in recent years. It performs finite-order truncation expansion on stochastic problems, uses a series of deterministic coefficient polynomial equations to represent the original uncertainty problem, and obtains the exact solution of the stochastic problem by solving the coefficients of the polynomial equations [21]. For the chaotic polynomial model, the output Y = g(X) is expressed as in (1).
Y = c 0 H 0 + q 1 = 1 p c q 1 H 1 ξ q 1 + q 1 = 1 p q 2 = 1 q 1 c q 1 q 2 H 2 ξ q 1 , ξ q 2 + + q 1 = 1 p q 2 = 1 q 1 q d = 1 q d 1 c q 1 q 2 q d H p ξ q 1 , ξ q 2 , , , ξ q d
In (1), p is the order of the polynomial model; c0 is a constant coefficient; cq1q2…qd =cq is the q-th order polynomial coefficient to be determined; x = (xq1, xq2, …, xqd) dimension standard random variable; Hp(x) is a Hermite orthogonal polynomial of order p. The PCE method has high precision and fast convergence speed, but for complex model calculation problems, the solution process of cq becomes cumbersome.

2.3. UDRM Method

UDRM decomposes the original function with the mean point as the reference point of the single variable [22]. UDRM is mainly realized through the following three steps.
First, find a set of reference points, and decompose the original function g(X) at the mean point mi of each single variable to approximately decompose it into the form of summation of multiple single variable functions, as presented in (2).
g X g ^ X = g ^ X 1 , , X d = i = 1 d g μ 1 , , μ i 1 , X i , μ i + 1 , , μ d d 1 g μ 1 , , μ d
In (2), d is the variable dimension; mi is the mean value corresponding to the i-th dimension variable; Xi is the only variable; g(μ1, …, μi−1, Xi, μi+1, …, μd) is the function value of the variable Xi; g(μ1, …, μd) is the function value of g(X) at mX. It can be seen from (2) that the d summation terms on the right-hand side of the equal sign minus d−1 constant terms are equal to the left-hand end term of the equal sign.
After decomposing the single variable of g(X), the second step of UDRM is to solve the r-th order statistical moment of ĝ(X), that is, to directly integrate (2) to obtain (3).
m r E g ^ r X
In (3), E(⋅) is the mathematical expectation operator.
Based on the expansion of the binomial theorem, the r-order statistical moment of g(X) is obtained as shown in (4) and (5), where i = 1, …, r.
m r i = 0 r r i S d i d 1 g μ 1 , , μ d r i
S d i = k = 0 i i k S d 1 k E g i k μ 1 , , μ d 1 , X d
The third step of UDRM is to specifically solve the d one-dimensional integrals. Select a Gaussian interpolation product formula for calculating higher-order integrals, as shown in (6).
E g h μ 1 , , μ j 1 , X j , μ j + 1 , , μ d = g h μ 1 , , μ j 1 , X j , μ j + 1 , , μ d f X j x j d x j i = 1 m ω j i g μ 1 , , μ j 1 , X j , μ j + 1 , , μ d h
In (6), h = ik; fXj(xj) is the marginal probability density function of the j-th dimension variable Xj, which can be calculated or given according to the given random variable type; g(m1, …, mj−1, lji, mj+1, …, md) is the single variable function value corresponding to the j-th dimension variable.

3. HV Cable Fault Location Model

3.1. HV Cable Fault Location Model

In [23], based on the calculation of the phase angle of the sheath circulation, a fault location criterion for high-voltage cross-connected cables is proposed. The model and cable structure parameters are used in this paper, as shown in Figure 1.
A typical HV cable consists of at least 5 layers, as shown in Figure 1. The core conductor carries the load current, and the metal sheath is grounded. Cables with a length of more than 1.2 km are mostly grounded by cross-bonded, as shown in Figure 2. The fault studied in this paper is mainly a short-circuit fault caused by the breakdown of the main insulation, and the fault location is mainly realized by analyzing the grounding current of the sheath, because the monitoring of the sheath current is relatively safer and easier to obtain.
In a major section, under normal operating conditions, the equivalent circuit model of the sheath current of the A1-B2-C3 section is shown in Figure 3. The calculation expression of the sheath current is shown in (7), where Im1 represents the sheath current of the A1-B2-C3 section, Ua1 represents the induced electromotive force of the sheath section A1, and Ub2 represents the induced electromotive force of the sheath section B2, Uc3 is the induced electromotive force of the sheath section C3, Zma1 is the equivalent impedance of the sheath section A1, Zmb2 is the equivalent impedance of the sheath section B2, Zmc3 is the equivalent impedance of the sheath section C3, Rg1 Indicates the grounding resistance of the G1 end, and Rg2 indicates the grounding resistance of the G2 end. Ua1, Ub2, Uc3 contain the equivalent induced electromotive force of adjacent lines.
Since half of the leakage current flows in the same direction as the sheath circulating current and the other half is opposite to the sheath circulating current, it can be ignored in the calculation of the sheath grounding current under normal operation. When the short-circuit fault occurs, the equivalent circuit of the sheath current is changed, and the calculation method of the elements in the corresponding transmission line equation is also changed. During the short-circuit fault, the fault current flows from the core conductor into the metal sheath, and then flows to the ground through the metal sheath. A new current loop is formed between the core conductor and the metal sheath, and this current loop contains its own loop self-inductance and mutual inductance with other current loops. Taking the short-circuit fault in section A1 as an example, the equivalent circuit of the fault is shown in Figure 4, where Ua represents the equivalent voltage source of the A-phase line, UA1S represents the induced electromotive force of the metal sheath section from G1 to the fault location, UA1R represents the induced electromotive force of the metal sheath section from the fault location to J1, Rf represents the fault resistance, If represents the fault current of the power supply terminal, IS represents the fault current flowing to G1 terminal, and IR represents the fault current flowing to the G2 terminal.
The expressions of IS and IR are shown in (7) and (8), where ZA1S represents the equivalent impedance of the metal sheath section from G1 to the fault position, and ZA1R represents the equivalent impedance of the metal sheath section from the fault position to J1. For the specific solution method of each parameter, see reference [23], and the position of the fault point can be calculated by the phase difference P(section) between IS and IR. For example, P(A1) represents the phase difference between IS and IR of A1 section, the sheath currents are measured at G1 and J1.
I S = U a + U A 1 S Z A 1 S + R f + R g 1
I R = U a + U A 1 R + U B 2 + U C 3 Z A 1 R + Z B 2 + Z C 3 + R f + R g 2

3.2. Case Study of the Fault Location of HV Cable

In a simple power system consisting of a voltage source, a transformer, a complete cross-connected section of high-voltage cables, and three-phase balanced loads, the high-voltage cables were laid in three-phase tunnels in a zigzag pattern with a phase spacing of 0.3 m and a height of 0.5 m above the ground. The complete cross-connection section had a total length of 1500 m, each small section was 500 m long, and the grounding resistance of the direct grounding point of the metal sheath was 0.1 Ω. The soil resistivity was 100 Ωm. The cross-section of the core conductor was 800 mm2, and the rated current carrying capacity was 976 A. The structural parameters are shown in Table 1.
The three-phase voltage source of 110 kV was set to Ua = 63.51∠0° kV, Ub = 63.51∠−120° kV, Uc = 63.51∠120° kV, the three-phase balanced load ran at full load, and the short-circuit fault was set in the A1 section. According to the research on the breakdown characteristics of cross-linked polyethylene materials in [24], the conductivity of the penetrating main breakdown channel was about 10−3 Ω·cm. According to this calculation, the resistance of the breakdown channel of the main insulation of the cable was only a few milliohms, depending on the equivalent cross-sectional size of the breakdown channel. In addition, considering that there may have been a small contact resistance at the cross-bonded point, based on the above analysis, in this case, the transition resistance Rf was set to 0.01 Ω, and the fault point distance Lx was set as an independent variable. Since the length of the cable section A1 was 500 m, the variation range of Lx was (0, 500), so that the fault point can traverse any point in the section, the calculated phase difference P(A1) of the sheath current at both ends of the section A1 is shown in Figure 5.

4. Fault Location Simulation Analysis Based on UQ Method

4.1. The Simulation Based on the Three UQ Methods

At present, the accuracy of fault location is limited by the uncertainty factors of the actual fault scene. This paper mainly studies three common uncertainty factors: the resistivity of the sheath per unit length, the uneven distribution of the capacitance, and the length of the line section.
Three UQ methods such as MCS method, PCE method, and UDRM were respectively used to quantitatively analyze the uncertainty in HV cable fault location. Taking the parameters in the calculation example in Section 3.2 as the reference value, the change rate of the studied uncertainty factors was 50% random and uniform distribution, and the output changes of the sheath current and the fault location criterion were calculated and analyzed.
(1)
MCS method. The MCS method is generally used as a benchmark for methods in the field of uncertainty quantification. When using the MCS method to calculate the uncertainty of the resistivity per unit length of the HV cable fault location problem, it mainly includes the following steps: (a) according to the given distribution type, N samples are randomly generated; (b) substitute the N samples into the HV cable fault location calculation model in turn, and repeat the calculation to obtain the corresponding N sample output values; (c) calculate the relevant statistical characteristics of the sheath current, such as mean, standard deviation, probability density distribution, etc.
First, the relationship between the MCS mean convergence rate and N under normal operating conditions was calculated as shown in Figure 6a. When the number of samples reaches 300, the result tends to converge. Under the condition of short-circuit fault, the mean convergence rate of the fault location criterion was calculated respectively when the short-circuit point was 50–500 m, as shown in Figure 6b, when the number of samples reaches 300, the result tends to converge. Therefore, in the follow-up study, the sample size was chosen to be 500.
(2)
PCE method. The focus of the PCE method is the construction of a polynomial model, and then quantitative analysis is performed on its model. The fault location model of high-voltage cables is expressed as a polynomial model shown in (1), and N sampling points are selected in the standard random space and transformed into the original random space. Next, select an appropriate method to obtain the PCE coefficient, and calculate the probability and statistical characteristics of the sheath current value. Considering that the truncation order of the PCE method may have an influence on the calculation results, the PCE methods of the second-order expansion (p = 2), the third-order expansion (p = 3), and the fourth-order expansion (p = 4) were used for simulation.
(3)
UDRM. When using the UDRM method, the parameters in the calculation example in Section 3.2 are used as reference values, and the fault location model of the HV cable is expressed as the type shown in (2). Then, the number of integration nodes m corresponding to the random input variables of each dimension is determined. Calculate the corresponding 1-dimensional Gaussian nodes and weights according to the random input variable type, and substitute the given uncertainty factor range into the single-variable element calculation of (6). Thus, the statistical moment of the output voltage of the model can be calculated.

4.2. Quantitative Analysis of the Results

In order to quantitatively evaluate the uncertainty quantification results, parameters such as mean and standard deviation are usually used to describe the output uncertainty information. When there are a large number of samples, m is the arithmetic mean of the samples, as shown in (9).
μ = Ω X f X X d X
The standard deviation s indicates the degree of deviation of the random variable distribution X from its mean. The smaller the standard deviation, the more concentrated the distribution of sample points.
σ = E X μ 2 = Ω X μ 2 f X X d X
Covariance (Cov) is used to describe the relationship between variables, as shown in (11), where X ¯ and Y ¯ are the mean values of variables X and Y, respectively.
C o v = i = 1 N X i X ¯ Y i Y ¯ N 1
The coefficient of variation (Cvar) measures the degree of dispersion of the predicted values of the model, also known as the “dispersion coefficient”, which represents the stability of the model. The expression of Cvar is shown in (12). Different Cvar values represent different stability situations, and the model stability quantification table is shown in Table 2.
C var = σ μ
The mean absolute error (Mape) is used to discriminate the prediction accuracy of the model, and its expression is shown in (13), where N is the number of samples, u is the actual value, and û is the model predicted value.
M a p e = 1 N i = 1 N u u ^ u
The probability distribution of the sheath current Im1 (under normal operation) and the fault location criterion P(A1) at a distance of 50 m from the head end of the short-circuit fault point were calculated respectively, under 50% amplitude variation range of three uncertainty factors, the resistivity of the sheath per unit length, the equivalent grounding resistance on both sides, and the length of the cable sections. The results of the statistical parameters are shown in Table 3, Table 4, Table 5, Table 6, Table 7 and Table 8 and the probability density distribution plot of the results are shown in Figure 7, Figure 8, Figure 9, Figure 10, Figure 11 and Figure 12.
It is to be noted that all the calculations presented in the paper were performed using MATLAB, and the simulations were carried out on an AMD Ryzen Threadripper 3970X 32-Core, 64 GB RAM computer. As presented in Table 3, Table 4, Table 5, Table 6, Table 7 and Table 8 and Figure 7, Figure 8, Figure 9, Figure 10, Figure 11 and Figure 12, the five UQ methods have good effects on the quantification of the uncertain factors when the sample size is sufficient. The mean values of the results of these five methods are relatively close, but the distributions are quite different. In general, the distribution of results of UDRM is relatively concentrated, while the distribution of results of MCS is relatively scattered. Specifically, under 50% amplitude variation range of three uncertainty factors, the changes in sheath resistivity make the waveform flatter, while the changes in cable length make the waveform more spread out by different methods, whether in normal operation or short-circuit fault conditions. Under 50% amplitude variation range of grounding resistance, all the distributions of results of these five methods are relatively concentrated. The probability density of the calculated data of P(A1) using the five different methods under 50% uncertainty of the cable length under short-circuit fault condition is the most scattered. For the condition of normal operation or short-circuit fault condition, the waveforms in normal operation are flatter.

5. Discussion

In order to study the feasibility and effectiveness of the UQ method in the problem of HV cable fault location, MCS, PCE, and UDRM were studied and compared with each other. It can be seen from the simulation results of the HV cable that when the MCS method is used for the quantitative analysis of uncertainty, the sample mean convergence rate is relatively low, and only when the number of N is large enough, a smooth probability distribution curve can be obtained, which costs a lot of time. Especially for the fault location in practice, it is almost impossible to withstand hundreds of tests to calculate the fault position. The PCE method has higher accuracy, and with the increase of the polynomial order p, the uncertainty calculation results are more accurate. However, the running time of PCE is relatively long, and with the increase of uncertain factors, greater nonlinearity may lead to an exponential increase in the computational scale of PCE, which in turn makes it impossible to solve. The quantification results using UDRM are very close to the results of the MCS and PCE, while the mean convergence rate is significantly higher, and the distribution of the results is more concentrated, which is a great advantage for practical applications.
However, the actual experiments and applications on the HV cables are still premature. For example, the settings and verification problems of the uncertain factors in practice, and the maximum number of tests and cost issues that can be accepted. These will be further studied in the future.

6. Conclusions

The paper conducted a prospective study on the application of three UQ methods, MCS, PCE, and UDRM, in HV cable fault location. The sheath resistivity per unit length, the equivalent grounding resistance on both sides, and the length of the cable section were taken as the uncertainty factors. The simulation results indicate that:
(1)
The UQ methods are effective for the simulation analysis of the fault location, and UDRM has certain application prospects for HV fault location in practice.
(2)
The quantification results of MCS, PCE, and UDRM are very close, while the mean convergence rate is significantly higher for UDRM.
(3)
Compared with MCS, PCE, and UDRM, PCE and UDRM have higher accuracy, MCS and UDRM require less running time.

Author Contributions

Conceptualization, B.Y. and Z.X.; methodology, J.W. and M.L.; data analysis, X.G.; validation, J.T.; writing—original draft preparation, M.L.; writing—review and editing, H.Z.; supervision, H.Z.; project administration, B.Y. and Z.X.; funding acquisition, B.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by State Grid Hubei Electric Power Co., Ltd., grant number 5215A02002UJ.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zhou, C.; Yi, H.; Dong, X. Review of recent research towards power cable life cycle management. High Volt. 2017, 2, 179–187. [Google Scholar] [CrossRef]
  2. Teng, C.; Zhou, Y.; Wu, C.; Zhang, L.; Zhang, Y.; Zhou, W. Optimization of the Temperature-Dependent Electrical Resistivity in Epoxy/Positive Temperature Coefficient Ceramic Nanocomposites. IEEE Trans. Dielectr. Electr. Insul. 2021, 28, 468–475. [Google Scholar] [CrossRef]
  3. Montanari, G.C.; Hebner, R.; Morshuis, P.; Seri, P. An approach to insulation condition monitoring and life assessment in emerging electrical environments. IEEE Trans. Power Deliv. 2019, 34, 1357–1364. [Google Scholar] [CrossRef]
  4. Suonan, J.; Qi, J. An accurate fault location algorithm for transmission lines based on R-L model parameter identification. Electr. Power Syst. Res. 2005, 76, 17–24. [Google Scholar] [CrossRef]
  5. Eissa, M. Ground distance relay compensation based on fault resistance calculation. IEEE Trans. Power Deliv. 2006, 29, 1830–1835. [Google Scholar] [CrossRef]
  6. Sheta, A.N.; Abdulsalam, G.M.; Eladl, A.A. Online tracking of fault location in distribution systems based on PMUs data and iterative support detection. Int. J. Electr. Power Energy Syst. 2021, 128, 106793. [Google Scholar] [CrossRef]
  7. Xie, L.; Luo, L.; Li, Y.; Zhang, Y.; Cao, Y. A Traveling Wave-Based Fault Location Method Employing VMD-TEO for Distribution Network. IEEE Trans. Dielectr. Electr. Insul. 2020, 35, 1987–1998. [Google Scholar] [CrossRef]
  8. Zhang, J.; Gong, Q.; Zhang, H.; Wang, Y.; Wang, Y. A Novel Pix2Pix Enabled Traveling Wave-Based Fault Location Method. Sensors 2021, 21, 1633. [Google Scholar] [CrossRef]
  9. Yu, K.; Zeng, J.; Zeng, X.; Liu, F.; Zu, Y.; Yu, Q.; Zhuo, C. A novel traveling wave fault location method for transmission network based on time linear dependence. Int. J. Electr. Power Energy Syst. 2021, 126, 106608. [Google Scholar] [CrossRef]
  10. Dashti, R.; Salehizadeh, S.M.; Shaker, H.R.; Tahavori, M. Fault Location in Double Circuit Medium Power Distribution Networks Using an Impedance-Based Method. Appl. Sci. 2018, 8, 1034. [Google Scholar] [CrossRef]
  11. Bahmanyar, A.; Jamali, S. Fault location in active distribution networks using non-synchronized measurements. Int. J. Electr. Power Energy Syst. 2017, 93, 451–458. [Google Scholar] [CrossRef]
  12. Dashti, R.; Ghasemi, M.; Daisy, M. Fault location in power distribution network with presence of distributed generation resources using impedance based method and applying π line model. Energy 2018, 159, 344–360. [Google Scholar] [CrossRef]
  13. Lopes, F.V.; Dantas, K.M.; Silva, K.M.; Costa, F.B. Accurate Two-Terminal Transmission Line Fault Location Using Traveling Waves. IEEE Trans. Power Deliv. 2018, 33, 873–880. [Google Scholar] [CrossRef]
  14. Borghetti, A.; Bosetti, M.; Nucci, C.A.; Paolone, M. Integrated Use of Time-Frequency Wavelet Decompositions for Fault Location in Distribution Networks: Theory and Experimental Validation. IEEE Trans. Power Deliv. 2010, 25, 3139–3146. [Google Scholar] [CrossRef]
  15. Alexandre, P.; Alves, S.; Antonio, C.S.L.; Suzana, M.S. Fault location on transmission lines using complex-domain neural networks. Electr. Power Energy Syst. 2012, 43, 720–727. [Google Scholar]
  16. Preece, R.; Milanovic, J.V. Assessing the Applicability of Uncertainty Importance Measures for Power System Studies. IEEE Trans. Power Syst. 2016, 31, 2076–2084. [Google Scholar] [CrossRef]
  17. Feinberg, J.; Langtangen, H.P. Chaospy: An Open Source Tool for Designing Methods of Uncertainty Quantification. J. Comput. Sci. 2015, 11, 46–57. [Google Scholar] [CrossRef] [Green Version]
  18. Yasuda, M.; Sekimoto, K. Spatial Monte Carlo integration with annealed importance sampling. Phys. Rev. E 2021, 103, 052118. [Google Scholar] [CrossRef]
  19. Fox, J.; Kten, G. Polynomial Chaos as a Control Variate Method. SIAM J. Sci. Comput. 2021, 43, A2268–A2294. [Google Scholar] [CrossRef]
  20. Yuan, X.; Liu, S.; Valdebenito, M.A.; Faes, M.G.R.; Jerez, D.J.; Jensen, H.A.; Beer, M. Decoupled reliability-based optimization using Markov chain Monte Carlo in augmented space. Adv. Eng. Softw. 2021, 157–158, 103020. [Google Scholar] [CrossRef]
  21. Bhusal, R.; Subbarao, K. Generalized Polynomial Chaos Expansion Approach for Uncertainty Quantification in Small Satellite Orbital Debris Problems. J. Astronaut. Sci. 2020, 67, 225–253. [Google Scholar] [CrossRef]
  22. Tripathy, R.K.; Ilias, B. Deep UQ: Learning deep neural network surrogate models for high dimensional uncertainty quantification. J. Comput. Phys. 2018, 375, 565–588. [Google Scholar] [CrossRef] [Green Version]
  23. Li, M.; Zhou, C.; Zhou, W. A Revised Model for Calculating HV Cable Sheath Current under Short-circuit Fault Condition and Its Application for Fault Location—Part 1: The Revised Model. IEEE Trans. Power Deliv. 2019, 34, 1674–1683. [Google Scholar] [CrossRef] [Green Version]
  24. Vaughan, A.S.; Hosier, I.L.; Dodd, S.J.; Sutton, S.J. On the structure and chemistry of electrical trees in polyethylene. J. Phys. D-Appl. Phys. 2006, 39, 962–978. [Google Scholar] [CrossRef]
Figure 1. The schematic diagram of the structure and sheath current of HV cable. In the equivalent circuit, Zc represents the equivalent impedance of the core conductor, Ri represents the equivalent resistance of the main insulation, Ci represents the equivalent capacitor of the main insulation, ZmL represents the equivalent impedance of the left half of the metal sheath, ZmR represents the equivalent impedance of the right half of the metal sheath, ZmLk represents the equivalent ground impedance of the metal sheath on the left side, ZmRk represents the equivalent ground impedance of the metal sheath on the right side.
Figure 1. The schematic diagram of the structure and sheath current of HV cable. In the equivalent circuit, Zc represents the equivalent impedance of the core conductor, Ri represents the equivalent resistance of the main insulation, Ci represents the equivalent capacitor of the main insulation, ZmL represents the equivalent impedance of the left half of the metal sheath, ZmR represents the equivalent impedance of the right half of the metal sheath, ZmLk represents the equivalent ground impedance of the metal sheath on the left side, ZmRk represents the equivalent ground impedance of the metal sheath on the right side.
Energies 15 08447 g001
Figure 2. The schematic diagram of a cross-bonded HV cable.
Figure 2. The schematic diagram of a cross-bonded HV cable.
Energies 15 08447 g002
Figure 3. The equivalent circuit of sheath current in A1–B2–C3 section under normal operation.
Figure 3. The equivalent circuit of sheath current in A1–B2–C3 section under normal operation.
Energies 15 08447 g003
Figure 4. The equivalent circuit of sheath current when a short circuit fault occurs in section A1.
Figure 4. The equivalent circuit of sheath current when a short circuit fault occurs in section A1.
Energies 15 08447 g004
Figure 5. The phase difference between fault current IS and fault current IR when the fault occurred in cable section A1.
Figure 5. The phase difference between fault current IS and fault current IR when the fault occurred in cable section A1.
Energies 15 08447 g005
Figure 6. Mean convergence rate of MCS. (a) Normal operation. (b) Short-circuit fault.
Figure 6. Mean convergence rate of MCS. (a) Normal operation. (b) Short-circuit fault.
Energies 15 08447 g006
Figure 7. The probability density of the calculated data of Im1 using the 5 different methods under 50% uncertainty of sheath resistivity under normal operation.
Figure 7. The probability density of the calculated data of Im1 using the 5 different methods under 50% uncertainty of sheath resistivity under normal operation.
Energies 15 08447 g007
Figure 8. The probability density of the calculated data of Im1 using the 5 different methods under 50% uncertainty of grounding resistance under normal operation.
Figure 8. The probability density of the calculated data of Im1 using the 5 different methods under 50% uncertainty of grounding resistance under normal operation.
Energies 15 08447 g008
Figure 9. The probability density of the calculated data of Im1 using the 5 different methods under 50% uncertainty of the cable length under normal operation.
Figure 9. The probability density of the calculated data of Im1 using the 5 different methods under 50% uncertainty of the cable length under normal operation.
Energies 15 08447 g009
Figure 10. The probability density of the calculated data of P (A1) using the 5 different methods under 50% uncertainty of sheath resistivity under short-circuit fault condition.
Figure 10. The probability density of the calculated data of P (A1) using the 5 different methods under 50% uncertainty of sheath resistivity under short-circuit fault condition.
Energies 15 08447 g010
Figure 11. The probability density of the calculated data of P (A1) using the 5 different methods under 50% uncertainty of grounding resistance under short-circuit fault condition.
Figure 11. The probability density of the calculated data of P (A1) using the 5 different methods under 50% uncertainty of grounding resistance under short-circuit fault condition.
Energies 15 08447 g011
Figure 12. The probability density of the calculated data of P (A1) using the 5 different methods under 50% uncertainty of the cable length under short-circuit fault condition.
Figure 12. The probability density of the calculated data of P (A1) using the 5 different methods under 50% uncertainty of the cable length under short-circuit fault condition.
Energies 15 08447 g012
Table 1. Parameters of cross-sectional structure of the cable 1.
Table 1. Parameters of cross-sectional structure of the cable 1.
Serial NumberStructureOuter Radius/mm
1Core conductor (copper)17.0
2Inner semi-conductive shield 18.4
3Main insulation (cross-linked polyethylene, XLPE)34.4
4Outer semi-conductive shield35.4
5Water-blocking layer (semiconductor material)39.4
6Metal sheath (aluminum)43.9
7Jacket (Polyvinyl chloride, PVC)48.6
(1 The designation of the cable is YJLW03).
Table 2. Model stability quantization table.
Table 2. Model stability quantization table.
CvarModel Stability
≤0.2The fluctuation is very small and very stable
>0.2, ≤0.4Small fluctuations, basically stable
>0.4, ≤0.6Generally volatile, less stable
>0.6, ≤0.8High volatility, unstable
>0.8Highly variable and random
Table 3. Evaluation table of different UQ methods under 50% uncertainty of sheath resistivity under normal operation.
Table 3. Evaluation table of different UQ methods under 50% uncertainty of sheath resistivity under normal operation.
MethodsmsCovCvarMapet/s
MCS0.14920.00250.00260.33860.29750.133
PCE_20.13930.01870.00040.13460.10230.554
PCE_30.13840.01800.00030.13040.10000.572
PCE_40.13730.01760.00030.12850.09900.651
UDRM0.14980.04860.00240.32470.28910.438
Table 4. Evaluation table of different UQ methods under 50% uncertainty of the grounding resistance under normal operation.
Table 4. Evaluation table of different UQ methods under 50% uncertainty of the grounding resistance under normal operation.
MethodsmsCovCvarMapet/s
MCS0.13635.39 × 10−62.91 × 10−113.96 × 10−53.46 × 10−50.183
PCE_20.13632.37 × 10−65.65 × 10−121.74 × 10−500.547
PCE_30.13632.30 × 10−65.31 × 10−121.69 × 10−500.629
PCE_40.13632.32 × 10−65.37 × 10−121.70 × 10−500.685
UDRM0.13622.08 × 10−74.33 × 10−141.53 × 10−60.00040.429
Table 5. Evaluation table of different UQ methods under 50% uncertainty of the cable length under normal operation.
Table 5. Evaluation table of different UQ methods under 50% uncertainty of the cable length under normal operation.
MethodsmsCovCvarMapet/s
MCS0.14880.04780.00230.32120.28190.121
PCE_20.13890.01783.16 × 10−40.12810.10090.541
PCE_30.13950.01923.70 × 10−40.13790.11100.553
PCE_40.13850.01783.18 × 10−40.12870.09910.688
UDRM0.13060.00321.04 × 10−50.02480.04170.408
Table 6. Evaluation table of different UQ methods under 50% uncertainty of sheath resistivity under short-circuit fault.
Table 6. Evaluation table of different UQ methods under 50% uncertainty of sheath resistivity under short-circuit fault.
MethodsmsCovCvarMapet/s
MCS177.950.16390.02699.21 × 10−47.79 × 10−412.78
PCE_2178.070.06740.00453.79 × 10−41.07 × 10−413.12
PCE_3178.080.06550.00433.68 × 10−41.22 × 10−413.14
PCE_4178.160.06460.00423.62 × 10−43.98 × 10−413.45
UDRM178.120.01021.04 × 10−45.72 × 10−51.94 × 10−413.33
Table 7. Evaluation table of different UQ methods under 50% uncertainty of sheath resistivity under short-circuit fault.
Table 7. Evaluation table of different UQ methods under 50% uncertainty of sheath resistivity under short-circuit fault.
MethodsmsCovCvarMapet/s
MCS177.960.32820.10770.00187.06 × 10−412.89
PCE_2178.070.13170.01747.40 × 10−41.13 × 10−413.27
PCE_3178.070.13010.01697.31 × 10−48.08 × 10−513.28
PCE_4178.060.13140.01737.38 × 10−41.70 × 10−413.42
UDRM178.130.02536.40 × 10−41.42 × 10−42.51 × 10−413.32
Table 8. Evaluation table of different UQ methods under 50% uncertainty of the cable length under short-circuit fault.
Table 8. Evaluation table of different UQ methods under 50% uncertainty of the cable length under short-circuit fault.
MethodsmsCovCvarMapet/s
MCS177.960.01391.94 × 10−47.84 × 10−57.10 × 10−412.93
PCE_2178.050.00553.06 × 10−43.11 × 10−52.34 × 10−413.53
PCE_3178.120.00603.58 × 10−53.36 × 10−51.95 × 10−413.49
PCE_4178.090.00563.11 × 10−53.13 × 10−51.90 × 10−513.43
UDRM178.090.00111.22 × 10−66.19 × 10−63.30 × 10−513.37
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Yang, B.; Xia, Z.; Gao, X.; Tu, J.; Zhou, H.; Wu, J.; Li, M. Research on the Application of Uncertainty Quantification (UQ) Method in High-Voltage (HV) Cable Fault Location. Energies 2022, 15, 8447. https://doi.org/10.3390/en15228447

AMA Style

Yang B, Xia Z, Gao X, Tu J, Zhou H, Wu J, Li M. Research on the Application of Uncertainty Quantification (UQ) Method in High-Voltage (HV) Cable Fault Location. Energies. 2022; 15(22):8447. https://doi.org/10.3390/en15228447

Chicago/Turabian Style

Yang, Bin, Zhanran Xia, Xinyun Gao, Jing Tu, Hao Zhou, Jun Wu, and Mingzhen Li. 2022. "Research on the Application of Uncertainty Quantification (UQ) Method in High-Voltage (HV) Cable Fault Location" Energies 15, no. 22: 8447. https://doi.org/10.3390/en15228447

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop