Next Article in Journal
Towards Human Activity Recognition: A Hierarchical Feature Selection Framework
Next Article in Special Issue
Monitoring Fatigue Damage of Modular Bridge Expansion Joints Using Piezoceramic Transducers
Previous Article in Journal
A Distributed Parallel Algorithm Based on Low-Rank and Sparse Representation for Anomaly Detection in Hyperspectral Images
Previous Article in Special Issue
Active Thermal Sensing for Bonding Structure Damage Detection of Hidden Frame Glass Curtain Wall
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Research on Detection and Location of Fluid-Filled Pipeline Leakage Based on Acoustic Emission Technology

1
State Key Laboratory of Coastal and Offshore Engineering, Dalian University of Technology, Dalian 116024, China
2
School of Civil Engineering, Dalian University of Technology, Dalian 116024, China
*
Author to whom correspondence should be addressed.
Sensors 2018, 18(11), 3628; https://doi.org/10.3390/s18113628
Submission received: 17 August 2018 / Revised: 18 October 2018 / Accepted: 20 October 2018 / Published: 25 October 2018
(This article belongs to the Special Issue Smart Sensors and Smart Structures)

Abstract

:
Because of the inconvenience of installing sensors in a buried pipeline, an acoustic emission sensor is initially proposed for collecting and analyzing leakage signals inside the pipeline. Four operating conditions of a fluid-filled pipeline are established and a support vector machine (SVM) method is used to accurately classify the leakage condition of the pipeline. Wavelet decomposition and empirical mode decomposition (EMD) methods are initially used in denoising these signals to address the problem in which original leakage acoustic emission signals contain too much noise. Signals with more information and energy are then reconstructed. The time-delay estimation method is finally used to accurately locate the leakage source in the pipeline. The results show that by using SVM, wavelet decomposition and EMD methods, leakage detection in a liquid-filled pipe with built-in acoustic emission sensors is effective and accurate and provides a reference value for real-time online monitoring of pipeline operational status with broad application prospects.

1. Introduction

Pipeline transport has become the fifth largest transportation tool in modern society and offers great advantages in transporting fluid media (e.g., oil, natural gas, water). Pipelines in China have spread across large areas of land and sea and are an important approach to boosting regional economic ties. However, existing pipelines are often vulnerable to damage due to their long service life, corrosion due to aging and external load impact, leading to major accidents. Therefore, an effective structural health monitoring is important for pipeline engineering.
At present, pipeline damage monitoring methods include remote field eddy current testing, ultrasonic guided waves, vibration sensors and modified ML pre-filters, distributed fiber Bragg grating sensors and others [1,2,3,4]. When a liquid-filled pipe is damaged, the fluid generates a stress wave near the leak that rapidly propagates along the wall. Hence, an acoustic emission (AE) technology is used to collect and analyze the signal and to detect the leak in the pipeline. The AE detection method for pipelines can achieve real-time, dynamic monitoring. It has been applied to detect leakage in oil and gas pipelines. Local and international scholars have conducted extensive research in this field. To improve the location accuracy of pipeline leakage sources, Wang Yongqing et al. [5] used the wavelet packet and cross correlation theories to investigate location detection. On the basis of the propagation theory of guided waves in pipes, Jingpin Jiao et al. [6] proposed a specific model of AE signal propagation in pipelines and introduced a new method to determine the leakage source. Li Zhenlin [7] proposed a novel leakage detection scheme based on kernel principal component analysis (kernel PCA) and the support vector machine (SVM) classifier for the recognition of the leakage level. Uncontrolled noise interference is an important factor that affects the accuracy of leakage location. Therefore, numerous scholars have started to focus on the data analysis and noise processing of AE signals from pipeline leakage and some research results have been obtained. For instance, through empirical mode decomposition (EMD) [8,9,10], the AE signal is initially decomposed and then a useful signal with noticeable signal features and high energy is reconstructed. Thereafter, leakage location is detected based on the reconstructed signal and accuracy is significantly improved. In addition, analysis methods based on wavelet theory [11,12] and HHT transform [13] are used in the decomposition and extraction of AE signals, which have certain effects on denoising. Gao Y et al. [14] used the generalized cross correlation (GCC) methods to find the leak location.
In current research, Shama et al. [15] simulated a section of underwater oil pipeline to study the possibility of using AE technology to monitor leakage in a submarine oil pipeline. The researchers set up various defects and leaks with different flow rates in the pipelines. The results show that AE can monitor and identify leakage in underwater oil pipelines. To address the inconvenience of leak measurement in long-distance buried pipelines, Xu et al. [16] designed a guide rod that can be inserted into the soil. This rod extends directly to the surface of the pipeline. The AE information transmitted by the guide rod is used to locate the damaged area. For pipeline leakage with high-pressure gas, Mostafapour et al. [17,18] deduced the radial displacement of pipeline vibration in AE wave propagation and compared the measured signal spectrum with numerical simulation calculation, proving that the AE stress wave can theoretically be used in pipeline leakage detection.
This paper attempts to solve two problems related to leakage monitoring in buried liquid-filled pipes. The first one is installing AE sensors. This study attempts to locate the AE sensors installed inside a pipeline to collect leakage signals and to verify the effectiveness of the method used. This provides a basis for subsequent built-in self-capacitive AE sensors to monitor the damage of fluid-filled pipelines. The second one is identifying leakage types and locations. A support vector machine (SVM) method is used for leakage detection in a liquid-filled pipe with a built-in AE sensor and then methods based on wavelet decomposition and EMD are utilized to effectively denoise the leakage signal. Moreover, the time-delay estimation method is employed to accurately locate the leakage source in the pipeline.

2. SVM

An SVM is an algorithm developed on the basis of a statistical theory. As a powerful and practical learning machine, it is widely used in the field of pattern recognition, including face recognition, speech recognition, text classification, regression prediction and accident detection. The SVM mainly aims to obtain a maximal category boundary by minimizing structural risk. Therefore, an optimal decision boundary function is established [19].

2.1. Optimal Hyperplane

In Figure 1, the main idea of an SVM is explained in two dimensions. The hollow ○ and the solid ● are used to simulate two different samples and H is the classification plane. H1 and H2 pass through the sample data closest to H and parallel to the H plane. Their span is regarded as the classification margin. As shown in the figure, the optimal hyperplane has two main functions, namely (1) accurately classifying the training samples to ensure that the classification achieves the highest accuracy and (2) maximizing the classification interval and minimizing the confidence range of the extension community to ensure the lowest risk rate.

2.2. Selection of Kernel Functions

In the SVM, according to specific engineering problems, the corresponding kernel functions can be selected, which not only increases the computing power of the algorithm but also improves its accuracy. Four types of most frequently used kernel functions are as follows:
(1) Gaussian radial basis kernel (RBF) kernel function
K ( X l , X ) = exp ( g X l X 2 ) , g > 0  
where is the norm in Euclidean space, g is the parameter representing the kernel width, K ( X l , X ) is the kernel function, X l represents the l t h training sample, and X is the characteristic values of the test sample.
(2) Linear kernel function
K ( X l , X ) = X X l  
(3) Polynomial kernel function
K ( X l , X ) = [ k ( X X l ) + m ] d  
where k is the slope of the polynomial, m is the intercept and d is the power.
(4) Sigmoid kernel function
K ( X l , X ) = tanh [ κ ( X X l ) δ ]  
According to the SVM principle, the characteristic parameters of the AE signal for pipeline leakage are numerous and unordered and their difference is not noticeable. When a hyperplane cannot effectively separate the samples, the Gaussian RBF kernel function, which is the most widely-used function, is feasible. The variable g represents the kernel width of the RBF kernel function, which determines the complexity of the algorithm. A penalty factor c determines the performance of the SVM classifier. Therefore, ( c , g ) is used as a search optimization variable, which can be obtained using the grid search method [20] and corresponds to the maximal accuracy of the classification.

2.3. Acoustic Emission Technology

As shown in Figure 2, the AE analysis system includes three parts: a dedicated sensor for AE, a signal amplifier and a signal analysis system. The AE detection process includes: engineering material acting as a propagation medium to propagate the instantaneous elastic wave generated by the AE source to the surface of the material; an AE sensor coupled to the material’s surface receives a signal source and deforms; in order to obtain a digital signal that can be computed by a computer, the received mechanical signal is converted and amplified by a piezoelectric effect mechanism and is finally recorded in the form of a waveform; considering the material's characteristics, the collected AE characteristic parameters and the waveform information of the signal, the purpose of inferring the damage state of the AE source of the tested object is achieved.

3. Leakage Source Localization Based on Cross-Correlation Analysis

Leakage from a liquid-filled pipe produces a continuous AE signal. Leakage detection can be performed by collecting the leakage signal and analyzing related characteristics through AE equipment. The leakage location can be determined by installing a pair of sensors inside a pipe. Figure 3 shows the two sensors arranged on both sides of the leak.
Therefore, the positioning formula of the pipeline leakage source is as follows:
d = D ν Δ t 2 , Δ t = t 2 t 1  
The relevant parameters in the formula are shown in the figure, where ν is the propagation speed of the AE wave on the liquid-filled steel pipe. Therefore, obtaining two unknown quantities, namely, the speed ν and the time difference Δ t , is the key to leak location. In this study, the propagation speed of the AE signal is calculated via the famous Nielsen–Hsu lead-cut experiment [21,22,23].
To obtain Δ t , we use a time-delay estimation method based on cross correlation analysis, which is widely used in processing continuous AE signals. Assuming that the AE signals collected by the sensors on both sides are x ( t ) and y ( t ) , the corresponding mathematical model is as follows:
x ( t ) = s ( t ) + n 1 ( t ) , y ( t ) = α s ( t τ ) + n 2 ( t )  
where s ( t ) is the leakage source signal, α is the attenuation factor, τ is the delay time and n 1 ( t ) , n 2 ( t ) are the ambient noise.
Within a certain integral time T, the cross correlation formula is as follows:
R ^ x y ( τ ) = 1 T 0 T α s ( t ) s ( t τ ) d t  
As shown in the cross correlation formula, the two AE signals are a function of the delay time τ . In the cross correlation diagram, the position of the peak point implies the appearance of the maximal correlation coefficient of the two signals and the corresponding τ 0 is the signal time difference.

4. Wavelet Decomposition and EMD

By directly using the detected original signal waveform to calculate the cross correlation coefficient, a delay time with larger deviation is always obtained. Therefore, choosing an appropriate method to effectively denoise and optimize the original signal waveform is also key to the positioning accuracy. In the denoising of continuous AE signals, two typical methods are introduced in this section, namely, wavelet decomposition and EMD.

4.1. Wavelet Decomposition and Threshold Denoising

Wavelet analysis can be used to characterize the local time–frequency of nonstationary random signals with noise. This analysis not only realizes the function of removing a large amount of interference but also retains useful signal features [24]. The steps of wavelet threshold denoising are as follows:
(1) Wavelet decomposition of signals
Using a four-layer decomposition as an example, the wavelet decomposition process is graphically represented. As shown in Figure 4, A1–A5 represent the approximation functions of the layers, whereas D1–D5 represent the detail functions of the layers.
(2) Threshold quantization
After the original signal is decomposed by the wavelet, an appropriate threshold is used to quantize the high-frequency coefficients (D1–D5) of each layer to reduce the noise. The MATLAB software provides three threshold methods, that is, forced denoising, default threshold and given threshold.
(3) Signal reconstruction
Through threshold quantization, the decomposition coefficients { c j , n } , { d j , n } of each layer are used to reconstruct the signal using the MATLAB algorithm.

4.2. EMD

The EMD theory holds that any signal can be composed of a series of oscillating components with different scales, called intrinsic mode functions (IMFs). IMFs should meet two basic conditions as follows [25]:
(1) The total number of IMF extreme points is equal to the number of zeroes, or at most, there is a deviation.
(2) At any point in the IMF, the average value of the maximal and minimal points corresponding to the upper and lower envelopes, respectively, is equal to zero.
Based on these principles, the initial signal can be reconstructed from all decomposed IMF components and the final residual component r n ( t ) , as follows:
X ( t ) = i = 1 n h i ( t ) + r n ( t )  
In this study, we initially use the EMD method to decompose the AE signal and obtain the IMFs and residual components and then we select a useful signal with evident features for reconstruction, thus achieving an effective denoising.

5. Experiment on Pipeline Leakage Detection Based on SVM

5.1. Experimental Scheme

First, a simplified model for the operation of a liquid-filled pipe is constructed, as shown in Figure 5.
The AE testing equipment consists mainly of the following components: eight-channel Micro-II Digital AE System equipment produced by PAC for signal acquisition and analysis; SR40M AE sensor produced by ShengHua Technology Company used for collecting signals; an intelligent AE preamplifier that provides 20 dB, 40 dB and 60 dB gain; a bandwidth of 10 kHz–1.2 MHz that effectively amplifies the original AE signal; an attached device such as a computer screen or keyboard. Table 1 shows the parameter settings of the AE instruments.
The main pipe used is a galvanized steel pipe with a length of 2 m, outer diameter of 165 mm and wall thickness of 4 mm. In the experiment, the water pressure in the pipe is regulated by adjusting the ball valve at both ends. The laboratory model is shown in Figure 6. The waterproof sensor is innovatively placed inside the pipe to detect the AE signal, to explore the transmission characteristics of the signal in the pipe when the pipe leaks and to explore the application of wireless sensors in the future. In addition, we propose the use of mobile robots for installation in practical application. Therefore, a hole with a diameter of 18 mm is reserved on the flange plate at both ends of the pipe for installation of the AE sensor. After installation, a leakage test is performed using a mud plug.
According to the literature, the peak frequency of a leakage signal in a pipeline is low; thus, the SR40M sensor of the narrowband low frequency is well matched. The related parameters of the sensor are listed in Table 2.
The processes of the leakage detection algorithm for liquid-filled pipes based on SVM are the following:
(1) Collect the characteristic parameters of the pipeline under different conditions using an AE instrument, select appropriate parameters and normalize them and set the normalization interval to [ 0 ,   1 ] .
(2) Define labels for different states of the pipeline. For instance, set the pipeline standing state to 1, the normal operation state to 2 and the leakage state to 3.
(3) Divide all sample data into two parts, namely training and test sets and choose a suitable kernel function and corresponding parameters according to actual problems.
(4) Complete the testing process, build the classification prediction model using the determined kernel functions and parameters and establish the classification boundary function f k ( x ) to determine the optimal hyperplane.
(5) Use the optimal model constructed in Step (4) to perform diagnostic tests and input the characteristic parameters to complete the classification prediction of the test set.

5.2. Experimental Process and Result Analysis

A total of five conditions are set up in the experiment, as listed in Table 3.
According to the statistical mean and standard deviation of the collected data, several AE parameters with distinct discrimination and good stability were selected, such as energy, amplitude, ASL, average frequency and RMS.
The experimental conditions in Table 3 were combined to complete the following classification experiments.
(1) Two-way classification: resting (C1) and leakage (C3)
Pipeline resting and leakage are clearly different. Therefore, the linear kernel function can be used to train the SVM model. First, 100 datasets for each case are selected randomly to form the training set, which is used to train the classification model. Then, the remaining 500 samples for each case are imported into the classification model for test verification. The classification results are shown in Figure 7.
As shown in the results of Figure 7, there are seven erroneous judgments for the leakage conditions and the recognition accuracy rate is 99.3%. Therefore, based on statistical training data, the pipeline can be accurately detected using the SVM method in the event of a leak.
(2) Three-way classification: resting (C1), normal operation (C2) and leakage (C3)
First, 200 datasets of each case are randomly selected to form the training set. Then, the simplest linear kernel is used to train the model. The recognition results are not ideal, with a rate of accurate classification of only 87.5%.
Therefore, the RBF kernel function is used to construct the SVM model. Meanwhile, the grid search method is used to find the corresponding penalty parameter c and kernel parameter g . The result of parameter selection is shown in Figure 8. The SVM model is established through the training set. By inputting the test sample into the model, each operating condition can be classified and determined and then the operating status of the pipeline can be detected. The test identification results are shown in Figure 9.
The test results of the RBF kernel function model for classification are quite accurate and the correct recognition rate for each case exceeds 98%. Unlike the recognition result of the linear kernel function, the integrated recognition accuracy rate is improved by 11%.
(3) Four-way classification: resting (C1), normal operation (C2), small pressure leakage (C4) and large pressure leakage (C5)
Generally, the larger the training dataset is, the more accurate the SVM model will be. A total of 100 and 300 data training models are selected for each case to investigate the effect of the sample number on the classification results. Figure 10 and Figure 11 show the results. The SVM model is also trained using the RBF kernel function.
By comparing the above two results, we can see that with the increase in training data samples, the classification accuracy rate improves significantly. Moreover, the four cases can be clearly divided and the number of undetermined cases is significantly reduced.
In addition, the classification results of the proposed SVM method were also compared with the widely-used BP neural network. As shown in Figure 11 and Figure 12, the results of proposed SVM method nearly have the same accuracy with BP neural network.

6. Pipeline Leakage Location Based on Wavelet Decomposition and EMD

After detecting a leak in the pipeline, a method should be adopted to further determine the source of the damage. This section addresses the problem of locating the source of a pipeline leak. The propagation speed of AE waves on liquid-filled pipes was obtained through a lead-cutting experiment. The final calculated average wave speed is 3446 m/s. In practical applications, a database of wave speeds for different materials must be facilitated for the application of the method.
The pressure in the pipe is stable at 0.2 MPa and sensors S1 and S2 are placed on both sides of the leak in the pipe. Liquid leakage detection is performed after the pressure is stable and the signal is collected using an AE instrument. Moreover, five sensor placement conditions are set up for the study. The distances (d1–d2) from S1 and S2 to the hole are 400–600, 500–800, 650–800, 700–800 and 800–950 mm.

6.1. Wavelet Decomposition Denoising

According to the wavelet denoising theory, the wavelet denoising analysis of the leaking AE signal is performed using a DB6 wavelet, five-level decomposition and default threshold denoising.
The AE signal is decomposed into five scale wavelets, as shown in Figure 13, where a1–a5 represent the approximation functions (also called the low-frequency coefficients) decomposed in each layer and d1–d5 represent the detail functions (also called the high-frequency coefficients) decomposed in each layer. Noise signals usually exist in high-frequency coefficients. As shown in the figure, d1 and d2 have noticeable noise signal characteristics. Figure 14 shows the spectrum corresponding to the decomposition coefficient of each layer after the final wavelet decomposition. Using the default threshold method, a high-frequency coefficient for each layer is initially quantized with the threshold value, then the wavelet reconstruction is performed with a low-frequency coefficient a5 of the last layer and the signal after noise removal can be finally obtained.
On the basis of the cross-correlation theory, the cross correlation function of the AE signal detected by the two sensors is obtained. The point of greatest cross correlation is the cross coordinate corresponding to the peak value in the function graph and, thus, the time difference Δ t . Graphs (a) and (b) in Figure 15 represent the original signals and the cross correlation function diagram, respectively, after wavelet denoising of the two sensors. As shown in the graphs, the time difference between the original signals reaching the sensor is Δ t = 0.045   ms and the time difference obtained after noise reduction is Δ t = 0.056   ms . By substituting D, ν and Δ t into Equation (5), we can calculate the distance between S1 and the leak point d1 to locate the leak source.
The experimental results of condition 1 are listed in Table 4. As presented in the table, the location accuracy of the leakage source evidently improves after the original signal is denoised by the wavelet. The results of other conditions are listed in Table 5. The positioning results at various distances are relatively accurate and the relative errors are less than 5%, thus meeting the requirements of engineering practice.

6.2. EMD of AE signal

The original nonstationary AE signal can be decomposed in time and frequency domains using the EMD method and then the first several IMFs with relatively high energy and correlation with the original signal are reconstructed.
Using condition 1 (d1-400, d2-600) as an example, the original AE signal of the pipeline leakage is decomposed using the EMD. Each stage waveform after decomposition and its corresponding frequency spectrum are shown in Figure 16. The original signal is decomposed into nine IMFs and one residual component Rn. In the time domain waveforms, the amplitude of the IMF gradually decreases. Therefore, IMF components with lower signal amplitudes and lower frequencies are negligible and these components are possibly caused by a noisy environment.
The energy of each layer component E M F i and the energy ratio of this layer R I M F i can be obtained to further quantify the IMF using the formula as follows:
E I M F i = 1 N m = 0 N 1 h i ( m ) 2 , R I M F I = E I M F i i = 1 9 E I M F i × 100 %  
R I M F I = E I M F i i = 1 9 E I M F i × 100 %  
where h i ( m ) is the magnitude of the i t h and the IMF component and N is the length of the signal.
The energy ratio of the IMF at various levels is shown in Figure 17. As presented in the figure, the first three IMFs contain almost 98% of the entire signal, which can reflect the main information of the original signal completely. Therefore, the three principal components, that is, IMF1, IMF2 and IMF3, can be used for signal reconstruction, whereas other components with lower energy can be ignored.
The correlation function of the reconstructed waveform is calculated. The cross correlation function diagram under five conditions is shown in Figure 18. The time difference is obtained from the peak value of the figure and the leakage location on the pipe is calculated through the leakage location formula. The positioning results are listed in Table 6.
Based on the results in the table, the original AE signal is decomposed by the EMD, the main IMF reconstruction signal with relatively high energy and large correlation with the original signal is selected and the main IMFs are selected to reconstruct the signal. The leakage source is determined using a time-delay estimation method based on cross correlation. The accuracy of the location calculation is high and the relative error is basically controlled within 5%, thus fully meeting the actual requirements of the project.

6.3. Wiener Prefilter and GCC Method

The Wiener pre-filters and GCC have been widely used for denoising and leakage location [14]. Figure 19 provides the correlation functions between different conditions and the Wiener pre-filter and GCC method and Table 7 shows the location results of all test conditions. It is clear that the proposed wavelet denoising and EMD denoising process have an accuracy similar to Wiener filtering. The basic cross correlation (BCC) works as well as the GCC.

7. Conclusions

In this study, a leakage AE signal is collected via an experiment with sensors inside a liquid-filled pipe. First, detection and recognition of the pipe running status are performed using SVM and AE technology. Then, wavelet decomposition and EMD are used to effectively denoise the original AE signal. Finally, the pipeline leakage source is accurately identified using the cross correlation delay estimation method. This study provides a reference value for a real-time online monitoring of pipeline operational status and has broad application prospects. The main research conclusions are summarized as follows:
(1) In a liquid-filled pipe, the characteristics of the AE signal under different operating conditions vary significantly. The signal is continuous with standing wideband and low frequency, which is a characteristic of a typical noise signal. When liquid flows, a small fluctuation exists in the signal and the frequency spectrum indicates an area of energy concentration, whereas the amplitude is small. When leakage occurs, the signal suddenly presents the typical characteristics of an AE signal with narrowband and noticeable peak frequencies: the energy is concentrated and the amplitude is large.
(2) The SVM method can effectively classify the conditions of pipeline operation with an accuracy rate of more than 95%. The test results show that for inseparable linear problems, the RBF kernel function is mapped to a high-dimensional space for classification and the recognition accuracy evidently improves. Meanwhile, the larger the training dataset, the more accurate the SVM model and the better the classification effect will be.
(3) The propagation speed of the AE wave on the surface of a liquid-filled pipe is 3446 m/s, as determined by the lead-cutting experiment. Both types of noise reduction methods, namely wavelet decomposition and EMD, have ideal denoising ability for original leakage AE signals. The cross correlation time-delay estimation method can be used to accurately locate the pipeline leakage source. The positioning error is basically within 5%, which has certain practical significance in engineering applications.
This article mainly used built-in sensors to detect pipeline leakage. The next phase of our research should include: (1) research with mobile robots and the optimization of robot fixed position, (2) the impact of leakage at different locations on the signal, which requires further study.

Author Contributions

S.P. and Z.X. designed the experiments, analyzed the data. D.L. (Dang Lu) finished the experiments and processed some experiment results. D.L. (Dongsheng Li) proposed the methodology and writing—review & editing.

Funding

This research received the financial support from the National Key Research and Development Program of China (Project No. 2017YFC0703410) and National Natural Science Foundation of China (NSFC) under Grant Nos. 51478079, 51778104, 51678110 and 51678108.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zhang, W.; Shi, Y.B.; Li, Y.J.; Luo, Q.W. A study of quantifying thickness of ferromagnetic pipes based on remote field eddy current testing. Sensors 2018, 18, 2769. [Google Scholar] [CrossRef] [PubMed]
  2. Lais, H.; Lowe, P.S.; Gan, T.H.; Wrobel, L.C.; Kanfoud, J. Characterization of the use of low frequency ultrasonic guided waves to detect fouling deposition in pipelines. Sensors 2018, 18, 2122. [Google Scholar] [CrossRef] [PubMed]
  3. Choi, J.; Shin, J.; Song, C.; Han, S.; Park, D. Leak detection and location of water pipes using vibration sensors and modified ML prefilter. Sensors 2017, 17, 2104. [Google Scholar] [CrossRef] [PubMed]
  4. Huang, J.; Zhou, Z.; Zhang, L.; Chen, J.; Ji, C.; Pham, D.T. Strain modal analysis of small and light pipes using distributed fibre bragg grating sensors. Sensors 2016, 16, 1583. [Google Scholar] [CrossRef] [PubMed]
  5. Wang, Y.Q.; Wan, S.; Zhou, Y.C.; Yang, H.G. Research on Technology of gas pipeline leakage detection based on infrasonic wave. Appl. Mech. Mater. 2013, 401, 1106–1109. [Google Scholar] [CrossRef]
  6. Jiao, J.; He, C.; Wu, B.; Fei, R. A new technique for modal acoustic emission pipeline leak location with one sensor. J. Mech. Eng. 2004, 40, 77–81. [Google Scholar] [CrossRef]
  7. Li, Z.L.; Zhang, H.F.; Tan, D.J.; Chen, X.; Lei, H.X. A novel acoustic emission detection module for leakage recognition in a gas pipeline valve. Process SAF Environ. 2017, 105, 32–40. [Google Scholar] [CrossRef]
  8. Guo, C.; Wen, Y.; Li, P.; Wen, J. Pipeline leakage acoustic signal enhancement using EMD. Chin. J. Sci. Instrum. 2015, 36, 1397–1405. [Google Scholar]
  9. Li, H.; Shen, R. Pipeline leak detection method for thermal network based on improved empirical mode decomposition method. Sci. Technol. Eng. 2014, 14, 224–227. [Google Scholar]
  10. Sun, L.; Li, Y.; Qu, Z.; Wang, W.K. Study on acoustic emission pipeline leak detection based on EMD signal analysis method. J. Vib. Shock 2007, 26, 161–164. [Google Scholar]
  11. Li, D.S.; Ou, J.P.; Lan, C.M.; Li, H. Monitoring and Failure Analysis of Corroded Bridge Cables under Fatigue Loading Using Acoustic Emission Sensors. Sensors 2012, 12, 3901–3915. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  12. Wu, Z.; Zhou, S.; Jiang, G. Signal processing of acoustic emission detection of pipeline leakage based on wavelet transform. Manuf. Autom. 2012, 34, 21–23. [Google Scholar]
  13. Liu, G.; Xu, M.; Wang, X.; Jiang, D.L. Research on acoustic emission detection of inner leakage of pipeline valve based on HHT. J. Vib. Shock 2012, 31, 62–66. [Google Scholar]
  14. Gao, Y.; Brennan, M.; Joseph, P.A. Comparison of time delay estimators for the detection of leak noise signals in plastic water distribution pipes. J. Sound Vib. 2006, 292, 552–570. [Google Scholar] [CrossRef]
  15. Shama, A.; El-Shaib, M.; Sharara, A.; Nasser, D.Y. Experimental study for leakage detection in subsea pipeline by applying acoustic emission technique. In Proceedings of the International Congress of the International Maritime Association of the Mediterranean, Lisbon, Portugal, 9–11 October 2017. [Google Scholar]
  16. Xu, C.; Gong, P.; Xie, J.; Shi, H.; Chen, G.; Song, G. An acoustic emission based multi-level approach to buried gas pipeline leakage localization. J. Loss Prev. Process Ind. 2016, 44, 397–404. [Google Scholar] [CrossRef]
  17. Mostafapour, A.; Davoodi, S. Leakage locating in underground high pressure gas pipe by acoustic emission method. J. Nondestruct. Eval. 2013, 32, 113–123. [Google Scholar] [CrossRef]
  18. Mostafapour, A.; Davoudi, S. Analysis of leakage in high pressure pipe using acoustic emission method. Appl. Acoust. 2013, 74, 335–342. [Google Scholar] [CrossRef]
  19. Yu, L.; Li, S. Acoustic emission (AE) based small leak detection of galvanized steel pipe due to loosening of screw thread connection. Appl. Acoust. 2017, 120, 85–89. [Google Scholar] [CrossRef]
  20. Liu, X.; Jia, D.; Li, H.; Jiang, J. Research on Kernel parameter optimization of support vector machine in speaker recognition. Sci. Technol. Eng. 2010, 10, 1669–1673. [Google Scholar]
  21. Khulief, Y.; Khalifa, A.; Mansour, R.B.; Habib, M.A. Acoustic detection of leaks in water pipelines using measurements inside pipe. J. Pipeline Syst. Eng. Pract. 2011, 3, 47–54. [Google Scholar] [CrossRef]
  22. Li, S.; Wen, Y.; Li, P.; Yang, J.; Yang, L. Determination of acoustic speed for improving leak detection and location in gas pipelines. Rev. Sci. Instrum. 2014, 85, 024901. [Google Scholar] [CrossRef] [PubMed]
  23. Prosser, W.H.; Jackson, K.E.; Kellas, S.; Smith, B.T.; McKeon, J.; Friedman, A. Advanced, waveform based acoustic emission detection of matrix cracking in composites. NDT E Int. 1995, 30, 1052–1058. [Google Scholar]
  24. Zhao, Y.; Zhuang, X.; Min, S. A new method of leak location for the natural gas pipeline based on wavelet analysis. Energy 2010, 35, 3814–3820. [Google Scholar]
  25. Liu, B.; Riemenschneider, S.; Xu, Y. Gearbox fault diagnosis using empirical mode decomposition and Hilbert spectrum. Mech. Syst. Signal Process. 2006, 20, 718–734. [Google Scholar] [CrossRef]
Figure 1. Optimal separating hyperplane in the support vector machine (SVM).
Figure 1. Optimal separating hyperplane in the support vector machine (SVM).
Sensors 18 03628 g001
Figure 2. Schematic diagram of acoustic emission.
Figure 2. Schematic diagram of acoustic emission.
Sensors 18 03628 g002
Figure 3. Schematic diagram for detection.
Figure 3. Schematic diagram for detection.
Sensors 18 03628 g003
Figure 4. Four-layer wavelet decomposition process for signals.
Figure 4. Four-layer wavelet decomposition process for signals.
Sensors 18 03628 g004
Figure 5. Schematic diagram of pipeline leakage test platform.
Figure 5. Schematic diagram of pipeline leakage test platform.
Sensors 18 03628 g005
Figure 6. Laboratory model.
Figure 6. Laboratory model.
Sensors 18 03628 g006
Figure 7. Classification results of the test sample (Two-way).
Figure 7. Classification results of the test sample (Two-way).
Sensors 18 03628 g007
Figure 8. Results of parameter selection.
Figure 8. Results of parameter selection.
Sensors 18 03628 g008
Figure 9. Test results based on the model with the RBF kernel function.
Figure 9. Test results based on the model with the RBF kernel function.
Sensors 18 03628 g009
Figure 10. Classification results of the test sample using SVM (100 data for each case).
Figure 10. Classification results of the test sample using SVM (100 data for each case).
Sensors 18 03628 g010
Figure 11. Classification results of the test sample using SVM (300 data for each case).
Figure 11. Classification results of the test sample using SVM (300 data for each case).
Sensors 18 03628 g011
Figure 12. Classification results of the test sample using BP neural network.
Figure 12. Classification results of the test sample using BP neural network.
Sensors 18 03628 g012
Figure 13. Details of signal wavelet decomposition.
Figure 13. Details of signal wavelet decomposition.
Sensors 18 03628 g013
Figure 14. Spectrum of each layer after the signal wavelet decomposition.
Figure 14. Spectrum of each layer after the signal wavelet decomposition.
Sensors 18 03628 g014
Figure 15. Cross-correlation function diagram of signals S1 and S2.
Figure 15. Cross-correlation function diagram of signals S1 and S2.
Sensors 18 03628 g015
Figure 16. EMD results and spectral diagram of the signal from S1.
Figure 16. EMD results and spectral diagram of the signal from S1.
Sensors 18 03628 g016
Figure 17. Energy ratio of each IMF component.
Figure 17. Energy ratio of each IMF component.
Sensors 18 03628 g017
Figure 18. Correlation functions of different conditions and EMD denoising.
Figure 18. Correlation functions of different conditions and EMD denoising.
Sensors 18 03628 g018
Figure 19. Correlation functions between different conditions and the Wiener pre-filter and GCC method.
Figure 19. Correlation functions between different conditions and the Wiener pre-filter and GCC method.
Sensors 18 03628 g019
Table 1. Parameter settings of acoustic emission (AE) instruments.
Table 1. Parameter settings of acoustic emission (AE) instruments.
Hit LengthThresholdSampling RatePreamplifier GainPDT/μsHDT/μsHLT/μs
102420/35 dB1 MHz 40 dB2008001000
Table 2. Technological parameters of the SR40M sensor.
Table 2. Technological parameters of the SR40M sensor.
Size/mmTemperature/°CBandwidth/kHzResonant Frequency/kHzPeak Sensitivity/dB
Φ 22 × 36.8−20–12015–7040>75
Table 3. Experimental cases.
Table 3. Experimental cases.
CasePipeline StatusPressure/MPaSample NumberDistance from Leakage/mm
C1resting600400
C2operational600400
C3leakage0.2600400
C4small pressure leakage0.05600400
C5large pressure leakage0.3600400
Table 4. Case 1: Comparison of the results of locating the leakage source.
Table 4. Case 1: Comparison of the results of locating the leakage source.
Resultd1/mmd2/mmΔt/msCalculated Value: d1Absolute ErrorRelative Error
Original signal4006000.045422.4722.475.62%
Wavelet denoising4006000.056403.513.510.88%
Table 5. Results of locating the leakage source using the wavelet denoising.
Table 5. Results of locating the leakage source using the wavelet denoising.
Experiment Numberd1/mmd2/mmΔt/msCalculated Value: d1Absolute ErrorRelative Error
14006000.056403.513.510.88%
25008000.079513.8813.882.78%
36508000.049640.579.431.45%
47008000.017720.7120.712.96%
58009500.023835.3735.374.42%
Table 6. Locating results of the leakage source using AE technology.
Table 6. Locating results of the leakage source using AE technology.
Experiment Numberd1/mmd2/mmΔt/msCalculated Value: d1Absolute ErrorRelative Error
14006000.051412.1312.133.03%
25008000.082508.718.711.74%
36508000.049640.579.431.45%
47008000.039682.8017.22.46%
58009500.016847.4347.435.97%
Table 7. Results of locating the leakage source using the GCC and Wiener pre-filter.
Table 7. Results of locating the leakage source using the GCC and Wiener pre-filter.
Experiment Numberd1 (mm)d2 (mm)Δt/msCalculated Value: d1Absolute ErrorRelative Error
14006000.058400.060.060.015%
25008000.076519.0519.053.81%
36508000.053633.6816.322.51%
47008000.017717.2617.262.47%
58009500.027828.4835.373.36%

Share and Cite

MDPI and ACS Style

Pan, S.; Xu, Z.; Li, D.; Lu, D. Research on Detection and Location of Fluid-Filled Pipeline Leakage Based on Acoustic Emission Technology. Sensors 2018, 18, 3628. https://doi.org/10.3390/s18113628

AMA Style

Pan S, Xu Z, Li D, Lu D. Research on Detection and Location of Fluid-Filled Pipeline Leakage Based on Acoustic Emission Technology. Sensors. 2018; 18(11):3628. https://doi.org/10.3390/s18113628

Chicago/Turabian Style

Pan, Shengshan, Zhengdan Xu, Dongsheng Li, and Dang Lu. 2018. "Research on Detection and Location of Fluid-Filled Pipeline Leakage Based on Acoustic Emission Technology" Sensors 18, no. 11: 3628. https://doi.org/10.3390/s18113628

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