Next Article in Journal
Development of Radiator with Thermoplastic Polymer and Insert-Molded Aluminum Alloy Parts for Light-Emitting Diode Headlights
Next Article in Special Issue
Waveguide Structure Design and Simulation for High-Temperature Corrosion Thickness Detection
Previous Article in Journal
Prediction of Cell-Penetrating Peptides Using a Novel HSIC-Based Multiview TSK Fuzzy System
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Fast Finite Element Simulation Method of Phased Array Ultrasonic Testing and Its Application in Sleeve Fillet Weld Inspection

1
State Key Laboratory for Strength and Vibration of Mechanical Structures, Shaanxi Engineering Research Center of NDT and Structural Integrity Evaluation, Xi’an Jiaotong University, Xi’an 710049, China
2
CNPC Tubular Goods Research Institute, Xi’an 710077, China
*
Author to whom correspondence should be addressed.
Submission received: 9 April 2022 / Revised: 13 May 2022 / Accepted: 20 May 2022 / Published: 26 May 2022

Abstract

:
Numerical simulation can provide quantitative information on ultrasonic beam propagation and plays an important role in analyzing its detection ability and in optimizing the corresponding parameters of the phased array ultrasonic testing (PAUT). In this paper, a fast finite element simulation method of PAUT is developed using an improved explicit integration algorithm and a non-zero element compressed storage method. The new method is applied for the simulation of PAUT of a type-B sleeve weld, and compared with the commercial finite element software and experiment results. We found that the computation time and memory consumption of the new method is only about a 15th and a 40th of the commercial finite element software, respectively.

1. Introduction

Phased array ultrasonic testing (PAUT) technology can flexibly deflect and focus the beam through electronic scanning, so as to realize the rapid imaging detection of the internal defects of materials [1,2]. Compared with the traditional ultrasonic testing technology, it has the advantages of a faster detection speed, higher resolution, and being more suitable for the detection of complex parts [3,4,5,6]. At present, it has been widely used in industrial nondestructive testing fields such as pipeline welds. However, during the implementation of type-B sleeve welding repair and subsequent pipeline operation, some welding defects often appear at the fillet weld [7], which affects the application of type-B sleeve repair technology in the defect repair project of large-diameter and high-strength pipelines. Therefore, the integrity of the type-B sleeve fillet weld structure needs to be tested and evaluated using the phased array ultrasonic testing method [8,9]. As a result of the special welding structure of the type-B sleeve, it is still difficult to detect and quantitatively evaluate the weld defects using phased array ultrasound testing. In order to further study the detection ability of the phased array ultrasonic detection method for internal defects of welding structures such as the type-B sleeve weld, using the numerical simulation method can simulate the propagation characteristics of the phased array ultrasonic in this structure, analyze its detection ability, and optimize its relevant parameters, which can greatly reduce the blindness and workload of the test [10,11].
In the field of numerical simulation of phased array ultrasonic testing, CIVA based on the wave line method is one of the most commonly used simulation softwares [12,13,14]. Based on geometric acoustics, this simplified approximation method has the advantages of having a shorter calculation time and easy implementation [15], while it ignores the fluctuation of sound, resulting in a low accuracy and reliability. Compared with the wave line method, the finite difference time domain method (FDTD) calculated using MATLAB has a higher accuracy [16]. This method obtains the approximate solution of the differential equation by configuring the discrete grid nodes in a continuous region in a certain way, and directly expanding the differential operator with truncated Taylor series on the grid nodes [17]. However, the calculation accuracy of this method is still not high enough, and it is difficult to deal with the problems of the free interface and complex structure [18]. Compared with the wave line method and FDTD, the finite element method (FEM) and the commercial software based on it, such as COMSOL [19] and Abaqus [20,21], have a higher calculation accuracy and adaptability [22,23]. However, in the process of ultrasonic finite element numerical simulation, the element size is usually less than a 10th of the wavelength, resulting in a large amount of calculations and storage, which limits its practical application of the present ultrasonic wave simulation method based on FEM.
In order to solve the above problem, a fast FEM-based simulation method of ultrasonic testing is developed in this paper. Using a new explicit integration algorithm and non-zero element one-dimensional compressed storage of the coefficient matrixes, the amount of calculation and storage of the new fast FEM-based simulation method can be significantly reduced. To verify the calculation efficiency and accuracy of the new method, it is applied for the simulation of PAUT of the type-B sleeve weld and compared with the commercial FEM software and experiment results. These studies are shown in detail in the following three sections: Fast Finite Element Simulation Method for PAUT, Simulation Results and Comparison, and Conclusion.

2. Fast Finite Element Simulation Method for PAUT

2.1. Fast Finite Element Simulation Method

In ultrasonic testing, the probe generates an impulse force on the surface of the specimen under the excitation of pulse voltage, so as to generate an ultrasonic wave in the specimen. According to the basic theory of elasticity, the basic control equation of an ultrasonic wave in solid materials can be obtained as follows [24]:
μ 2 u + ( λ + μ ) ( u ) + f = ρ u ¨ + γ u ˙
where λ and μ are the Lame elastic constant of the material, ρ is the density of the material, γ is the ultrasonic damping coefficient, u is the particle displacement vector, and f is the excitation force vector.
According to the basic principle of the finite element method, the above differential control equation can be transformed into the following discrete finite element control equation:
[ M ] { U ¨ } + [ D ] { U ˙ } + [ K ] { U } = { F }
where [ M ] is the mass matrix, [ D ] is the damping matrix, [ K ] is the stiffness matrix, { F } is the node load vector, and { U } is the displacement vector of the node to be solved. In the calculation of the wave problem, the consistent (coordinated) mass matrix of an element can be transformed into a diagonally agglomerated mass matrix to obtain more reliable calculation results. It is assumed that the mass of the element is agglomerated at the node of the element; that is, the element mass matrix becomes a diagonal matrix [25]:
M i j e = { k = 1 8 M i k e ( i = j ) 0   ( i j ) ( i , j = 1 , , 8 )
Equation (2) is actually a discrete dynamic initial value problem. For the general dynamic initial value problem, the time-domain step-by-step integration algorithm can be used to solve it. The current time-domain integration algorithms are roughly divided into two categories, namely the implicit integration method and explicit integration method [26,27]. The implicit integration method is characterized by a high computational stability and unconditional stability, but it needs to solve the coupled linear equations, which require a large amount of storage and calculations. The characteristic of the explicit integration method is that it does not need to solve the coupled linear equations, and can be combined with one-dimensional compressed storage technology. Its storage and calculation can be greatly reduced, but its calculation is conditionally stable. In order to further reduce the amount of storage and calculations in the process of ultrasonic numerical simulation and to meet the need for more than second-order calculation accuracy in engineering applications, a new and more concise explicit integration improved algorithm based on the central difference method [26] and Newmark average velocity method [27] was established as follows:
{ { U ˙ } t + Δ t = { U ˙ } t Δ t 2 Δ t [ C ˜ ] { U ˙ } t 2 Δ t [ K ˜ ] { U } t + 2 Δ t [ M ] 1 { F } t { U } t + Δ t = { U } t + { U ˙ } t + Δ t + { U ˙ } t 2 Δ t  
where [ K ˜ ] = [ M ] 1 [ K ] , [ C ˜ ] = [ M ] 1 [ C ] . It can be seen that solving Equation (4) does not need to solve the coupled linear equations, and the amount of calculations are greatly reduced compared with the traditional implicit integration method. Compared with the existing explicit integration method (Lee’s method) [28], the storage and calculation amounts in the calculation process are also reduced by about half.
All numerical algorithms must have more than second-order accuracy in order to meet the needs of practical engineering applications [29]. Therefore, in order to verify that the calculation accuracy of the improved explicit integration algorithm can meet the actual needs, we used the single free system as an example to perform a preliminary analysis of the accuracy and stability of this method. Firstly, it is assumed that a single degree of freedom system satisfies the following dynamic equation:
x ¨ ( t ) + 2 ξ ω x ˙ ( t ) + ω 2 x ( t ) = f ( t )
According to Equation (4), the following relationship is obtained in the case of a single degree of freedom:
x ˙ t + Δ t = 2 Δ t ω 2 x t 4 Δ t ξ ω x ˙ t + x ˙ t Δ t + 2 Δ t f t + o 1
x t + Δ t = x t + Δ t 2 ( x ˙ t + Δ t + x ˙ t ) + o 2
where o 1 and o 2 represent the calculation errors of velocity and displacement introduced by the difference schemes, respectively. According to the exact expression of the central difference method and Taylor expansion,
x ˙ t + Δ t - x ˙ t - Δ t 2 Δ t = x ¨ t + O ( Δ t 3 )
x t + Δ t = x t + Δ t x ˙ t + Δ t 2 x ¨ t + O ( Δ t 3 )
Substitute Equation (8) into Equation (6) to obtain o 1 = O ( Δ t 4 ) , and substitute Equation (9) into Equation (7) to obtain o 2 = O ( Δ t 3 ) . Therefore, the calculation cut-off error of Equation (5) is between O ( Δ t 3 ) and O ( Δ t 4 ) in the case of a single degree of freedom. Through the above theoretical analysis, it can be seen that the calculation accuracy of the improved time-domain explicit integration algorithm is between the second-order and the third-order, and may even reach third-order calculation accuracy. It can be seen that, compared with the traditional explicit integration method (Lee’s method), this method not only needs less storage and calculations, but also improves the calculation accuracy, to a certain extent.
Moreover, this paper combines the non-zero element one-dimensional compressed storage method with the new explicit integration algorithm to minimize the amount of calculations and storage, because the coefficient matrixes [ K ˜ ] and [ C ˜ ] in Equation (4) are sparse matrixes. Most of the elements in the matrixes are zero elements. As shown in Figure 1, only the non-zero elements in the coefficient matrix are stored, and their corresponding row and column numbers are recorded. Compared with the traditional half bandwidth storage method, the storage capacity of this method is further reduced. At the same time, when solving Equation (4), only non-zero elements need to be calculated. Therefore, the number of calculations is also greatly reduced.

2.2. Numerical Model of PAUT of Type-B Sleeve Fillet Weld

In the process of welding repair and the application of the type-B sleeve, the fillet weld has welding defects, which are tested using the phased array ultrasonic testing method. During detection, the phased array ultrasonic probe is placed on the sleeve, and the internal defects in the triangular area of the weld can be detected through phased array ultrasonic sector scanning. According to the basic principle of phased array ultrasonic testing and the phased array ultrasonic testing method of the type-B sleeve fillet weld, a two-dimensional numerical calculation model of the phased array ultrasonic testing of the type-B sleeve fillet weld defects was established, as shown in Figure 2. The phased array ultrasonic excitation source can be approximated as multiple impulse Pi(t) loads arranged according to a certain delay sequence, and the expression of the ith excitation load can be written as follows:
P i ( t ) = { A sin [ 2 π f ( t Δ t i ) ] 0 t Δ t i 1 / f 0 O t h e r s
where A is the peak value of the excitation signal amplitude, f is the excitation signal frequency, and Δ t i is the delay time of the ith excitation signal. The size array element position xi, phased array ultrasonic focusing depth df, deflection angle θ, and ultrasonic wave velocity v can be written as follows:
Δ t i = ( d f 2 + x i 2 2 d f x i cos ( θ + π / 2 ) d f ) / v
The size of each array element of the phased array ultrasonic probe used in this paper was 0.6 mm, the spacing between each array element was 0.2 mm, the center frequency of the probe was 2 MHz, and the number of excited array elements was 16. The type-B sleeve and fillet weld were made of X70 pipeline steel, with an elastic modulus of 210 GPA, Poisson’s ratio of 0.3, and density of 7.85 g/mm3. The chemical compositions of the X70 pipeline steel are shown in the Table 1. The thickness of the pipe and sleeve was 12.8 mm and 20 mm, respectively, and the gap between them was 2 mm.

3. Simulation Results and Comparison

3.1. Simulation of Phased Array Ultrasonic Sound Field and Detection Signal

In order to study the reliability and efficiency of the fast finite element numerical simulation method, a numerical code based on this method was developed in Fortran Language. This fast FEM code was used to simulate the phased array ultrasonic testing of the internal defects of the type-B sleeve fillet weld, as shown in Figure 3. The material of the type-B sleeve and its weld was X70 stainless steel. The parameters of the simulation model are shown in Table 2. To validate the reliability and efficiency of the new fast FEM code, commercial finite element software was also used with the same simulation model for comparison.
Figure 4 shows the simulated PA longitudinal wave focusing field with a focusing angle of 56° and a focusing depth of 27 mm at a different given time using the fast FEM code and commercial finite element software. It can be seen that the ultrasonic wave fields simulated by the fast FEM code and commercial finite element software were almost the same as each other. In the ultrasonic wave fields, both the longitudinal wave and the transverse wave could be observed. However, because the velocity of the longitudinal wave was used in the focusing rule of Equations (10) and (11), the longitudinal wave had a much larger amplitude and better focus. The actual focusing angle and depth were in good agreement with the set values. The PA longitudinal wave signal of the defect simulated using the fast FEM code and commercial finite element software is shown in Figure 5. It can also be seen that the waveforms of the two signals were very similar to each other.
Figure 6 shows the simulated PA transverse wave focusing field with a focusing angle of 56° and focusing depth of 27 mm at different given times using the fast FEM code and commercial finite element software. The velocity of the transverse wave was used in the focusing rule of Equations (10) and (11). It was found that the longitudinal wave almost disappeared in the ultrasonic field as the focusing angle of the transverse wave was larger than the critical refraction angle. There are only focused transverse waves in the tested specimen during the transverse wave phased array detection. Moreover, when the transverse wave propagated to the location of the defect, it mainly produced an obvious reflected transverse wave rather than an obvious mode converted longitudinal wave signal. These reduced the interference to the identification of the defect transverse wave echo signal. It can also be seen that the ultrasonic wave fields simulated using the fast FEM code and commercial finite element software were almost the same as each other. The PA transverse wave signal of the defect simulated using the fast FEM code and commercial finite element software is shown in Figure 7. It can also be seen that the waveforms of the two signals were very similar to each other.
In the finite element model, the distance between the defect and the center of the PAUT probe was 26.63 mm. Using the arrival time of the defect signals in Figure 6, the velocity of both the longitudinal wave and transverse wave simulated using the fast FEM method and commercial finite element software could be calculated and compared with the theoretical values, as shown in Table 3. It can be seen that ultrasonic wave velocity from the results of both the fast FEM code and commercial finite element software are in good agreement with the theoretical values.
After verifying the accuracy of the fast finite element numerical simulation method, the rapidity of this method was verified by comparing the storage and calculation time of the fast finite element simulation program and commercial finite element software. It can be seen from Figure 8 that, under the same grid size and time step, the program based on the fast finite element numerical simulation method occupied less CPU and computer memory and had a higher computational efficiency compared with the commercial finite element software.

3.2. Simulation of PAUT Imaging and Experiment Validation

In practical detection, the accuracy of phased array ultrasound imaging is also very important. Therefore, the type-B sleeve fillet weld specimen with defects (in Figure 3) was tested using 16-channel transverse wave phased array ultrasonic testing equipment to obtain the phased array fan scan image of the actual defects (as shown in Figure 9a). According to the fast finite element numerical simulation program established above, the echo signals of the focused sound field at different angles were simulated, and the simulated phased array fan scan imaging was finally generated (as shown in Figure 9b). In the numerical calculation model, the position coordinates of the defect center relative to the center of the rightmost array element were 22 mm and 15 mm, and in the fan scan simulation imaging results, the position coordinates of the defect imaging center were 22.44 mm and 15.13 mm. The absolute error between the defect position of the fan scan imaging and the defect position set by the numerical calculation model was within 0.5 mm in the horizontal and vertical directions, and the relative error was within 2.0% in these two directions. In addition, the fan scan images obtained through the simulation and experiment in Figure 9 had a high consistency.

4. Conclusions

  • In this paper, through combining an improved explicit integration algorithm with the non-zero element one-dimensional compressed storage method, a fast finite element numerical simulation method for PAUT was established. Based on this new numerical method, a fast FEM simulation program for PAUT in Fortran Language was developed.
  • To verify the reliability and efficiency of this new fast simulation method and program, a simulation of PAUT of the type-B sleeve weld was realized and compared with the commercial finite element software and experiment measurements. Through the simulation results, it was found that both the ultrasonic fields and measured defect signals from the fast FEM simulation method and the commercial finite element software were in good agreement with each other.
  • Furthermore, the computation time and memory consumption of the new method was only about a 15th and a 40th of the commercial finite element software, respectively. Because of its high efficiency and low storage space, this method could not only greatly shorten the calculation time, but could also be used for the simulation of phased array ultrasonic testing of large structures, which is difficult to carry out through conventional numerical simulations.
  • Finally, the PA fan scan imaging of the defect in the type-B sleeve fillet weld was simulated using this fast FEM simulation method and compared with the experiment results. The reliability of this fast numerical simulation method was verified again. At present, this method has only been compiled into a preliminary program and the operability of this program can be further optimized in the future. In brief, this method has broad application prospects in the field of phased array ultrasonic testing simulations.

Author Contributions

Conceptualization, C.P.; Data curation, H.Z. and P.J.; Formal analysis, C.P. and Y.L.; Funding acquisition, Y.W.; Investigation, Y.W., Y.L. and P.J.; Resources, H.Z.; Writing—original draft, Y.W.; Writing—review & editing, Y.W. and C.P. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by [the National Key R & D Projects of China] grant number [No. 2020YFB1901504].

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Acknowledgments

The authors would like to thank the National Key R & D Projects of China (No. 2020YFB1901504) for funding.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Cho, S.; Jeong, H.; Park, I.K. Optimal Design of Annular Phased Array Transducers for Material Nonlinearity Determination in Pulse–Echo Ultrasonic Testing. Materials 2020, 13, 5565. [Google Scholar] [CrossRef] [PubMed]
  2. Zhou, L.Y.; Fu, M.H.; Xu, W.P. Research on phased array ultrasonic testing for the girth weld of 4 mm~10 mm austenitic stainless steel pipeline. In Proceedings of the ASME Pressure Vessels and Piping Conference (PVP 2018), Prague, Czech Republic, 15–20 July 2018. [Google Scholar]
  3. Da Cruz Payão Filho, J.; Kimus Dias Passos, E.; Stohler Gonzaga, R.; Drumond Santos, D.; Pereira Maia, V.; Russo Juliano, D. The Influence of the Welding Process on the Ultrasonic Inspection of 9%Ni Steel Pipe Circumferential Welded Joints. Materials 2020, 13, 961. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Duan, J.X.; Luo, L.; Gao, X.R.; Peng, J.P.; Li, J.L. Hybrid Ultrasonic TOFD Imaging of Weld Flaws Using Wavelet Transforms and Image Registration. J. Nondestruct. Eval. 2018, 37, 23. [Google Scholar] [CrossRef]
  5. Moura, H.; Silva, V.; Guarneri, G.A.; Guerreiro, M.; Pipa, D.R. Image-Based Ultrasound Speed Estimation in Isotropic Materials. IEEE Sens. J. 2020, 20, 12903–12913. [Google Scholar] [CrossRef]
  6. Iyer, S.; Sinha, S.K.; Pedrick, M.K.; Tittmann, B.R. Evaluation of ultrasonic inspection and imaging systems for concrete pipe. Autom. Constr. 2012, 22, 149–164. [Google Scholar] [CrossRef]
  7. Tomków, J.; Janeczek, A.; Rogalski, G.; Wolski, A. Underwater Local Cavity Welding of S460N Steel. Materials 2020, 13, 5535. [Google Scholar] [CrossRef]
  8. Laaidi, N.; Belattar, S.; Elbaloutti, A. Pipeline Corrosion, Modeling and Analysis. J. Nondestruct. Eval. 2011, 30, 158–163. [Google Scholar] [CrossRef]
  9. Witek, M. Gas transmission pipeline failure probability estimation and defect repairs activities based on in-line inspection data. Eng. Fail. Anal. 2016, 70, 255–272. [Google Scholar] [CrossRef]
  10. Shuai, Y.; Wang, X.H.; Cheng, Y.F. Modeling of mechanical behavior of corroded X80 steel pipeline reinforced with type-B repair sleeve. Thin Walled Struct. 2021, 163, 107708. [Google Scholar] [CrossRef]
  11. Pei, C.X.; Demachi, K.; Zhu, H.T.; Koyama, K.; Uesaka, M. Numerical simulation of phased-array laser ultrasound and its application for defect inspection. Int. J. Appl. Electromagn. Mech. 2012, 39, 405–411. [Google Scholar] [CrossRef]
  12. Reverdy, F.; Ithurralde, G.; Dominguez, N. Advanced Ultrasonic 2D Phased-Array Probes. In Proceedings of the 18th World Conference on Nondestructive Testing, Durban, South Africa, 16–20 April 2012. [Google Scholar]
  13. Szabolcs, S.; Zoltán, B.; Judit, D.; István, M. Modelling of Phased Array Ultrasonic Inspection of a Steam Generator Dissimilar Metal Weld. Procedia Struct. Integr. 2016, 2, 1015–1022. [Google Scholar]
  14. Si, J.; Wei, D.; Yang, Y.; Tang, X. CIVA Simulation and Experiment Verification for Thin-Walled Small-Diameter Pipes by Using Phased Array Ultrasonic Testing. In Proceedings of the ASME 2020 Pressure Vessels & Piping Conference, Minneapolis, MN, USA, 19–24 July 2020. [Google Scholar]
  15. Mesnil, O.; Recoquillay, A.; Druet, T.; Serey, V.; Hoang, H.T.; Imperiale, A.; Demaldent, E. Experimental Validation of Transient Spectral Finite Element Simulation Tools Dedicated to Guided Wave-Based Structural Health Monitoring. Journal of Nondestructive Evaluation. Diagn. Progn. Eng. Syst. 2021, 4, 041003. [Google Scholar]
  16. Xu, N.; Zhou, Z. Numerical simulation and experiment for inspection of corner-shaped components using ultrasonic phased array. NDT E Int. 2014, 63, 28–34. [Google Scholar] [CrossRef]
  17. Satyanarayan, L.; Mohan, K.V.; Krishnamurthy, C.V.; Balasubramaniam, K. Finite difference time domain simulation of ultrasonic phased array sector scan for imaging cracks in large pipes, elbows, and tee sections. Res. Nondestruct. Eval. 2008, 19, 61–86. [Google Scholar] [CrossRef]
  18. Xie, Y.; Yin, W.; Liu, Z.; Peyton, A. Simulation of ultrasonic and EMAT arrays using FEM and FDTD. Ultrasonics 2016, 66, 154–165. [Google Scholar] [CrossRef]
  19. Liu, Z.H.; Jia, J.W.; Xiong, G. Research of the design and simulation of ultrasonic focusing system with phased array. Appl. Mech. Mater. 2014, 620, 162–165. [Google Scholar] [CrossRef]
  20. Li, W.; Zhou, Z.; Li, Y. Inspection of butt welds for complex surface parts using ultrasonic phased array. Ultrasonics 2019, 96, 75–82. [Google Scholar] [CrossRef]
  21. Xie, Y.; Zhou, L.; Zhang, X. Finite Element Simulation Analysis of Full-focus Ultrasonic Inspection of Steel Plate Weld Defects. In Proceedings of the 2021 6th International Conference on Intelligent Information Processing, Bucharest, Romania, 29–31 July 2021; pp. 210–219. [Google Scholar]
  22. Jaskowiec, J.; Milewski, S. Coupling Finite Element Method with Meshless Finite Difference Method in Thermomechanical Problems. Comput. Math. Appl. 2016, 72, 2259–2279. [Google Scholar] [CrossRef]
  23. Bu, W.P.; Xiao, A.G.; Zeng, W. Finite Difference/Finite Element Methods for Distributed-Order Time Fractional Diffusion Equations. J. Sci. Comput. 2017, 72, 422–441. [Google Scholar] [CrossRef]
  24. Satyanarayan, L.; Sridhar, C.; Krishnamurthy, C.V.; Balasubramaniam, K. Simulation of ultrasonic phased array technique for imaging and sizing of defects using longitudinal waves. Int. J. Press. Vessel. Pip. 2007, 84, 716–729. [Google Scholar] [CrossRef]
  25. Ghaboussi, J.; Wu, X.S. Numerical Methods in Computational Mechanics; CRC Press: Boca Raton, FL, USA, 2016. [Google Scholar]
  26. Ji, Y.; Xing, Y. A two-sub-step generalized central difference method for general dynamics. Int. J. Struct. Stab. Dyn. 2020, 20, 2050071. [Google Scholar] [CrossRef]
  27. Wang, Y.C.; Murti, V.; Valliappan, S. Assessment of the accuracy of the Newmark method in transient analysis of wave propagation problems. Earthq. Eng. Struct. Dyn. 1992, 21, 987–1004. [Google Scholar] [CrossRef]
  28. Li, X.J.; Zhang, Y.C. An explicit difference method for dynamic problems of damped systems. Earthq. Eng. Eng. Vib. 1992, 12, 74–80. [Google Scholar]
  29. Liu, X.Q.; Liu, J.B. Comparative analysis of stability and accuracy of step-by-step time-integration methods. J. Rock Mech. Eng. 2007, 26, 3000–3008. [Google Scholar]
Figure 1. Schematic diagram of the non-zero element compressed storage method for sparse matrix.
Figure 1. Schematic diagram of the non-zero element compressed storage method for sparse matrix.
Applsci 12 05384 g001
Figure 2. Numerical model of PAUT of the type-B sleeve fillet weld defects.
Figure 2. Numerical model of PAUT of the type-B sleeve fillet weld defects.
Applsci 12 05384 g002
Figure 3. Specimen and numerical simulation model of the B-type sleeve.
Figure 3. Specimen and numerical simulation model of the B-type sleeve.
Applsci 12 05384 g003
Figure 4. Simulated PA longitudinal wave focusing fields with a focusing angle of 56°and focusing depth of 27 mm using (a) the fast FEM code and (b) commercial finite element software.
Figure 4. Simulated PA longitudinal wave focusing fields with a focusing angle of 56°and focusing depth of 27 mm using (a) the fast FEM code and (b) commercial finite element software.
Applsci 12 05384 g004
Figure 5. PA longitudinal wave signal of the defect simulated using (a) the fast FEM code and (b) commercial finite element software.
Figure 5. PA longitudinal wave signal of the defect simulated using (a) the fast FEM code and (b) commercial finite element software.
Applsci 12 05384 g005
Figure 6. Simulated PA transverse wave focusing fields with a focusing angle of 56°and focusing depth of 27 mm using (a) the fast FEM code and (b) commercial finite element software.
Figure 6. Simulated PA transverse wave focusing fields with a focusing angle of 56°and focusing depth of 27 mm using (a) the fast FEM code and (b) commercial finite element software.
Applsci 12 05384 g006
Figure 7. PA transverse wave signal of the defect simulated using (a) the fast FEM code and (b) commercial finite element software.
Figure 7. PA transverse wave signal of the defect simulated using (a) the fast FEM code and (b) commercial finite element software.
Applsci 12 05384 g007
Figure 8. Comparison of the numerical simulation calculation and storage between the fast finite element program and commercial finite element software.
Figure 8. Comparison of the numerical simulation calculation and storage between the fast finite element program and commercial finite element software.
Applsci 12 05384 g008
Figure 9. Phased array fan scan image in (a) the real experiment and (b) the simulation.
Figure 9. Phased array fan scan image in (a) the real experiment and (b) the simulation.
Applsci 12 05384 g009
Table 1. Chemical compositions of the X70 pipeline steel and the weld.
Table 1. Chemical compositions of the X70 pipeline steel and the weld.
ElementCMnPS
Proportion of mass fraction (%)0.061.120.010.004
Table 2. Parameters of the simulation model.
Table 2. Parameters of the simulation model.
ParametersValue
Material density7.85 kg/m3
Material elastic modulus 2.1 × 10 11 N/m2
Material Poisson’s ratio0.3
Grid size0.1 mm
Number of probe array elements16
Array element width0.6 mm
Space between array elements0.2 mm
Thickness of pipe12.8 mm
Thickness of sleeve20.0 mm
Position of defect relative to probe(22 mm, 15 mm)
Diameter of defect1.0 mm
Table 3. Comparison of the results of the ultrasonic wave velocity using the different methods.
Table 3. Comparison of the results of the ultrasonic wave velocity using the different methods.
Theoretical ValueCommercial Finite Element SoftwareFast FEM Code
ValueErrorValueError
Longitudinal wave6020.18 m/s5964.17 m/s0.93%5875.34 m/s2.4%
Transverse wave3217.92 m/s3196.88 m/s0.65%3166.47 m/s1.6%
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Wu, Y.; Pei, C.; Zhang, H.; Liu, Y.; Jia, P. A Fast Finite Element Simulation Method of Phased Array Ultrasonic Testing and Its Application in Sleeve Fillet Weld Inspection. Appl. Sci. 2022, 12, 5384. https://0-doi-org.brum.beds.ac.uk/10.3390/app12115384

AMA Style

Wu Y, Pei C, Zhang H, Liu Y, Jia P. A Fast Finite Element Simulation Method of Phased Array Ultrasonic Testing and Its Application in Sleeve Fillet Weld Inspection. Applied Sciences. 2022; 12(11):5384. https://0-doi-org.brum.beds.ac.uk/10.3390/app12115384

Chicago/Turabian Style

Wu, Yuxuan, Cuixiang Pei, Hongbo Zhang, Yan Liu, and Pengjun Jia. 2022. "A Fast Finite Element Simulation Method of Phased Array Ultrasonic Testing and Its Application in Sleeve Fillet Weld Inspection" Applied Sciences 12, no. 11: 5384. https://0-doi-org.brum.beds.ac.uk/10.3390/app12115384

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