(Original) Dong Et. Al., 2023

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 12

Nuclear Engineering and Technology 55 (2023) 827e838

Contents lists available at ScienceDirect

Nuclear Engineering and Technology


journal homepage: www.elsevier.com/locate/net

Original Article

Research on diagnosis method of centrifugal pump rotor faults based


on IPSO-VMD and RVM
Liang Dong a, *, Zeyu Chen a, Runan Hua b, Siyuan Hu a, Chuanhan Fan a, xingxin Xiao a
a
National Research Center of Pumps, Jiangsu University, Zhenjiang, 212013, Jiangsu, China
b
Wuhan Second Ship Design and Research Institute, Wuhan, 430060, Hubei, China

a r t i c l e i n f o a b s t r a c t

Article history: Centrifugal pump is a key part of nuclear power plant systems, and its health status is critical to the
Received 27 May 2022 safety and reliability of nuclear power plants. Therefore, fault diagnosis is required for centrifugal pump.
Received in revised form Traditional fault diagnosis methods have difficulty extracting fault features from nonlinear and non-
6 October 2022
stationary signals, resulting in low diagnostic accuracy. In this paper, a new fault diagnosis method is
Accepted 30 October 2022
Available online 5 November 2022
proposed based on the improved particle swarm optimization (IPSO) algorithm-based variational modal
decomposition (VMD) and relevance vector machine (RVM). Firstly, a simulation test bench for rotor
faults is built, in which vibration displacement signals of the rotor are also collected by eddy current
Keywords:
Improved particle swarm algorithm
sensors. Then, the improved particle swarm algorithm is used to optimize the VMD to achieve adaptive
Variational modal decomposition decomposition of vibration displacement signals. Meanwhile, a screening criterion based on the mini-
Kullback-Leibler divergence value mum Kullback-Leibler (K-L) divergence value is established to extract the primary intrinsic modal
Relevance vector machine function (IMF) component. Eventually, the factors are obtained from the primary IMF component to form
Centrifugal pump rotor faults a fault feature vector, and fault patterns are recognized using the RVM model. The results show that the
extraction of the fault information and fault diagnosis classification have been improved, and the average
accuracy could reach 97.87%.
© 2022 Korean Nuclear Society, Published by Elsevier Korea LLC. This is an open access article under the
CC BY-NC-ND license (http://creativecommons.org/licenses/by-nc-nd/4.0/).

1. Introduction hidden Markov model (HMM) methods to extract the feature


quantities in the vibration signals, which accurately and effectively
Centrifugal pumps are one of the indispensable and important identified the running state of the bearing [7]. Zhao et al. adopted
components of nuclear power plants. The safe operation of each complete ensemble empirical mode decomposition (CEEMD) to
pump plays an important role in the entire unit. Therefore, the decompose rotor fault signals and adopted multi-scale permutation
monitoring and fault diagnosis of centrifugal pumps are of great entropy quantized modal components as input vectors of GK
significance for ensuring the internal operation safety of nuclear clustering [8].
power plants and improving economic benefits [1e5]. Although EMD [9], EEMD [10], CEEMD [11] and other methods
Since the vibration displacement signal of the rotor system is a can extract rotor fault features from the vibration displacement
nonlinear and non-stationary signal, it is not ideal for extracting the signal to a certain extent to realize the diagnosis of rotor fault,
rotor fault features directly from the vibration displacement signal. nevertheless, these methods do not inherently solve the end effect
So, it is necessary to decompose the vibration displacement signal and mode aliasing problem. Variational Mode Decomposition
first and then extract the rotor fault features. Scholars have made (VMD) is an adaptive and non-recursive signal decomposition
numerous attempts in this regard. Wang et al. proposed a fault method proposed by D. Konstantin. in 2014 [12]. Li et al. success-
diagnosis method for rotor systems combining empirical mode fully diagnosed the gearbox fault by combining VMD with the
decomposition (EMD), fuzzy entropy and support vector machine spectral regression kernel optimization method [13]. Zhao et al.
(SVM), which can effectively diagnose rotor faults [6]. Yan et al. applied VMD to decompose faulty vibration signals to extract fea-
used the ensemble empirical mode decomposition (EEMD) and tures and diagnose rotor misalignment faults in wind turbines [14].
Deng et al. proposed a method based on VMD, principal component
analysis (PCA) and support vector machine (SVM) to diagnose the
* Corresponding author. early faults of rolling bearings [15].
E-mail address: dongliang@ujs.edu.cn (L. Dong).

https://doi.org/10.1016/j.net.2022.10.045
1738-5733/© 2022 Korean Nuclear Society, Published by Elsevier Korea LLC. This is an open access article under the CC BY-NC-ND license (http://creativecommons.org/
licenses/by-nc-nd/4.0/).
L. Dong, Z. Chen, R. Hua et al. Nuclear Engineering and Technology 55 (2023) 827e838

While the VMD can effectively decompose nonlinear and non- types and parameters of the eddy current sensor are shown in
smooth signals, the quality of the decomposed IMF components Table 3. The time-domain waveforms of the vibration displacement
is seriously affected by the two pre-set parameters in the VMD. It is signals under the three working conditions are shown in Fig. 2.
difficult to achieve better results by manually adjusting the pa-
rameters for this problem. Therefore, to make the signal decom-
posed by VMD achieve the best effect, how to find the best 3. Method and process for fault diagnosis
parameter combination has become a research hotspot of domestic
and foreign scholars. Yan et al. successfully searched for the best 3.1. Improvement of particle swarm optimization algorithm
parameter combination of the VMD by adopting the crow search
algorithm (CSA) and taking the minimum envelope entropy as the The PSO algorithm is derived from the study of predatory
fitness function [16]. Ma proposed the method based on grid search behavior in birds. In the PSO algorithm, the solution of each opti-
to optimize VMD parameters and suppressed the end-point effect mization problem is abstracted as a particle with mass and volume,
by the support vector machine (SVM) regression method [17]. He the basic idea of which is to identify the optimal solution to a
et al. used the sparrow search algorithm (SSA) to optimize VMD, problem by sharing information among individuals and groups
which successfully decomposed the vibration signals of rolling [19]. Supposing that there are N particles in a D-dimensional target
bearings and gearboxes [18]. In addition, some scholars optimize search space, which form a particle swarm, where the position of
the parameters in the VMD algorithm through other optimization the ith particle is represented as Xi ¼ (xi1, xi2, …, xiD). The flight
algorithms such as the ant colony optimization algorithm (ACO) speed of the ith particle is recorded as Vid¼(vi1, vi2, …, viD), and the
and grasshopper optimization algorithm (GOA). So, it is necessary currently searched optimal position of the particle is called the
for VMD to achieve a good decomposition effect by choosing an individual optimal value, denoted as Pbest ¼ (Pi1, Pi2, …, PiD). The
optimization algorithm with strong search ability and fast conver- optimal position searched so far by the entire population of parti-
gence speed and establishing a proper fitness function. cles is called the population optimum value, denoted as gbest ¼ (pg1,
In this paper, a new fault diagnosis method for a horizontal pg2, …, pgD). After obtaining the individual as well as collective
centrifugal pump is established by the improved particle swarm optimal values, the particle updates its velocity and position ac-
optimization (IPSO), variational modal decomposition (VMD), the cording to formula (1) and formula (2).
K-L divergence value, and the relevance vector machine (RVM). The  
main contributions are as follows: yid ¼ u  yid þ c1 r1 ðpid  xid Þ þ c2 r2 pgd  xid (1)

1. The improved Tent map, adaptive inertia weight, and adaptive xid ¼ xid þ vid (2)
learning factor are used to improve the optimal performance of
the PSO. Where, i is the particle number; c1 is the individual learning factor;
2. The Minimum value of permutation entropy of IMF components c2 is the group learning factor; r1 and r2 are the random numbers
is taken as the target of the IPSO algorithm, which realizes the between 0 and 1; d is dimension number of the particle; xid is the
adaptive decomposition of vibration displacement signal by position of particle i in dth dimension; vid is the flight speed of
VMD. The K-L divergence value is used to extract the principal particle i in dth dimension; Pid represents the historical optimal
IMF component. The method based on IPSO-VMD and RVM is position of particle i in dth dimension; Pgd is the historical optimal
verified by experiments to accurately and stably identify the position of the population in the dth dimension.
rotor faults of the horizontal centrifugal pump. Even though the PSO algorithm has many advantages, such as
simplicity, fast search speed, and few setting parameters, it has
many disadvantages. For instance, it is easy to fall into local opti-
2. Experimental design and data collection mum regions, and it has slow convergence speeds and low
convergence accuracy. Due to this, this paper proposes a new par-
A test bench for simulating the rotor faults of the horizontal ticle swarm algorithm, which is mainly improved from the
centrifugal pump is built, shown in Fig. 1, including variable speed following perspectives:
drive motor, horizontal centrifugal pump, coupling, eddy current 1. To improve the quality of the particles in the population after
sensors, pressure sensors, pressure pulsation sensors and flow sen- initialization, the uniformity, regularity, ergodicity, and other fea-
sors. The basic parameters of the horizontal centrifugal pump unit tures of the improved Tent map are used to initialize the particles in
are shown in Table 1, and the experimental scheme is shown in the population, which not only improves the diversity of the pop-
Table 2. In this experiment, the gaskets are added to the coupling to ulation after initialization, but also help the particles to escape the
simulate the rotor imbalance fault, and the weight of the gaskets is local optimal value, as well as improve both the local and global
weighed by an electronic scale to determine the rotor's imbalance search abilities of the particle swarm algorithm. The formula of the
degree. The rotor misalignment fault was simulated by moving the improved Tent map is as follows [20]:
position of the motor terminal, and the degree of rotor parallel

misalignment is measured by a dial indicator. The rotational speed of 2ðXi þ aÞ; 0  Xi < 0:5
Xiþ1 ¼ (3)
the centrifugal pump is maintained at 2900 r/min, and the value of 2ð1  Xi  bÞ; 0:5  Xi  1
the flow rate is set to 10.6 m3/h. The sampling frequency is 25600 Hz,
and the sampling time is 1 s. The vibration displacement signals of Where, i is the particle number; a and b are random numbers be-
the rotor system are collected by two mutually vertical eddy current tween 0 and 0.1; when Xiþ1 > 1, the return value is 1; and when
sensors and adjusted and amplified by the integrated signal regu- Xiþ1 < 0, the return value is 0.
lator. The digital signals obtained through digital-analog conversion 2. To balance the global search ability and local search ability of
are input into a data acquisition card. The data acquisition software particle swarm optimization. This research proposes a method of
developed by LABVIEW is used to display and store the signals. The adaptive inertia weight and adaptive learning factor. The adaptive
vibration displacement signals of rotor imbalance fault, rotor inertia weight w, individual learning factor c1, and group learning
misalignment fault and normal operation are collected, and each factor c2 in formula (1) can be adjusted adaptively. The specific
fault type includes 60 samples, 25600 points per sample. The specific improvement formula is as follows [21]:
828
L. Dong, Z. Chen, R. Hua et al. Nuclear Engineering and Technology 55 (2023) 827e838

Fig. 1. The fault simulation test bench for the rotor of the horizontal centrifugal pump.

Table 1 Table 3
Basic parameters of the horizontal centrifugal pump unit. Models and parameters of eddy current sensor.

Basic parameters Value Type Sensing range Capability of sampling Precision

Diameter of inlet pipe (mm) 50 LD980-Y 0.5 mme2.5 mm 30 kHz 0.01%


Diameter of outlet pipe (mm) 32
Rated speed (r/min) 2900
Rated flow (m3/h) 10.6
Rated lift (m) 26
 
Rated power (Kw) 1.78
Rated efficiency (%) 43  iter
n
  
NPSH (m) 1.9 c1 ¼ clup  l  1  e  clup  c1low (5)

(  
2:5iter
0:85  e n ; iter  ε  iter   

n
(4) c2 ¼ c2up þ l  1  e  c2up  c2low (6)
d1  sinð iter  d2  pÞ þ d3 ; iter > ε
Where, d1, d2, and d3 are constants; ε is the specified number of

Table 2
Fault simulation test scheme.

Fault Type Degree of fault simulation Rotational speed (r/min) Flow rate (m3/h)

Normal state None 2900 10.6


Rotor imbalance Degree of rotor imbalance: 2.0 g
Rotor misalignment Degree of parallel misalignment of rotors: 30 silk

829
L. Dong, Z. Chen, R. Hua et al. Nuclear Engineering and Technology 55 (2023) 827e838

Fig. 2. The time-domain waveforms of the vibration displacement signals collected for the three working conditions.

iterations; iter is the current number of iterations; n is the


maximum number of iterations; c1up, c1low are the upper and lower
limits of individual learning factors; c2up, c2low are the upper and
lower limits of group learning factors; l is a random number be-
tween 0 and 1.
So as to verify the performance of the IPSO, the four classic test
functions are selected from the CEC test functions to test the
convergence speed and convergence accuracy of IPSO and PSO. The
relevant parameters of IPSO and PSO are set as follows: the initial
particle swarm size N ¼ 80, the maximum number of iterations
n ¼ 300, the specified number of iterations ε ¼ 200, the upper limit
of particle flight speed Vmax ¼ 2, and the lower limit Vmin ¼ 2, the
individual learning factor upper limit c1up ¼ 2.5, and the lower limit
c1low ¼ 0.5, the upper limit of group learning factor c2up ¼ 2.5, and
the lower limit c2low ¼ 0.8, the constant d1 ¼ 0.1, the constant
d2 ¼ 0.05, the constant d3 ¼ 0.16. The function curve of the adaptive
inertia weight w is shown in Fig. 3. The expressions of four test
functions are shown in Table 4. The test results of the IPSO and PSO
are shown in Fig. 4.
When comparing the iterative curves of PSO and IPSO within
300 iterations, it has been found that the IPSO has a faster
convergence speed and higher convergence accuracy in solving Fig. 3. The function curve of the adaptive inertia weight w.
optimization problems of complex functions and is less likely to fall
into local optimal solutions. Since the parameter optimization
decompositions K and the penalty factor a when decomposing the
problem of variational modal decomposition belongs to a multi-
signal, the IPSO is used to optimize VMD. In this method, the VMD
parameter optimization problem, it is very important to adopt
is used to decompose the original signal into several IMF compo-
the IPSO with easy convergence and strong adaptability to carry out
nents. Then, the permutation entropy value of each IMF component
the follow-up works.
is calculated, which is selected as the target value of the IPSO fitness
function. In the long run, by continuous iterative optimization of
3.2. IPSO-VMD the IPSO, the optimal combination of the number of K and a is
obtained [23]. The principle of permutation entropy is shown as
VMD is a non-recursive and adaptive signal decomposition follows. The flow chart for specific optimization is shown in Fig. 5.
method based on Wiener filtering, which has good frequency di-
vision characteristics. It reduces the non-stationarity of time series 1. A set of time series x(i), i ¼ 1, 2, 3, …, N is spatially reconstructed
with high complexity to obtain relatively stationary subsequences to obtain the matrix as shown in formula (7).
with different frequency scales [22]. It can adaptable match a given
multi-component signal to the optimal center frequency and xð1Þ xð1 þ tÞ / xð1 þ ðn  1ÞtÞ
adequate bandwidth of each mode through an iterative method in 2 3
the frequency domain. So, a multi-component signal can be « « «
6 7
decomposed into multiple AM-FM components. Four parameters 6 7
6 xðjÞ xðj þ tÞ / xðj þ ðn  1ÞtÞ 7 (7)
must be set before the VMD decomposes the signal: the number of 4 5
modal decompositions K, the penalty factor a, the noise tolerance t, « « «
and the convergence error ε. If the parameters are improperly xðZÞ xðZ þ tÞ / xðZ þ ðn  1ÞtÞ
selected, it will cause phenomena of under decomposition and over
decomposition, which will seriously affect the decomposition effect where, n is the embedding dimension; t is the delay time; Z is the
of the original signal. number of reconstructed components in the reconstruction space;
For the VMD to adaptively determine the number of modal K]N-(n-1)t.
830
L. Dong, Z. Chen, R. Hua et al. Nuclear Engineering and Technology 55 (2023) 827e838

Table 4
Test functions of CEC.

Expression Dim Range Theoretical extreme


P
f1 ¼ ni¼1 x2i 30 [-100,100] 0
P 2 2 30 [-30,30] 0
f2 ¼ n1 2
i1 ½100 ðxiþ1  xi Þ þðxi  1Þ 
f3 ¼ maxðjxi jÞ 30 [-100,100] 0
P
f4 ¼ ni1 ½x2i  10 cosð2pxi Þ þ10 30 [-5.12,5.12] 0

Fig. 4. Test results for different test functions of IPSO and PSO: (a). f1; (b). f2; (c). f1; (d). f2.

2. Each row in the matrix of formula (7) can be regarded as a


spatial reconstruction component, and the jth reconstruction
component [x(j), x(jþt), …, x(jþ(n-1)t)] in the matrix is sorted in
ascending order to obtain the result as shown in formula (8).

xði þ ðj1  1ÞtÞ  /  xði þ ðjn  1ÞtÞ (8)

3. When it occurs that x(iþ(j1-1)t) ¼ x(iþ(j2-1)t), then it is sorted


according to the magnitude of j values, i.e., when j1 < j2, the
result as shown in formula (9).

xði þ ðj1  1ÞtÞ  xði þ ðj2  1ÞtÞ (9)

4. For each row of the matrix after spatial reconstruction, a row of


symbol sequences S(l)¼(j1、j2、j1) is obtained, where l ¼ 1~k
and k < m!, m! sets of different symbol sequences are accepted
Fig. 5. The flow chart of IPSO-VMD.
under the m-dimensional phase space mapping.
831
L. Dong, Z. Chen, R. Hua et al. Nuclear Engineering and Technology 55 (2023) 827e838

5. The probabilities P1, P2, and Pk of occurrence of the index 2. Based on the optimized VMD, the vibration displacement sig-
sequence at each position are calculated separately, and the nals of the rotor system in three different states are decomposed
formula for calculating the permutation entropy is shown in into several IMF components, respectively;
formula (10). 3. The K-L divergence value for each IMF component is calculated,
and the component with the smallest one is selected as the
X
k primary IMF component;
Ep ðmÞ ¼  Pj ln Pj (10) 4. Waveforms, peaks, margin and pulse factors are four common
i¼1
dimensionless factors in analysis of signal time domain.
Considering the advantages of waveform and peak index for
where, Pj is the probability of occurrence of the jth symbol; EP is the
good fault stability, pulse and margin factor for strong fault
permutation entropy value, which represents the complexity of the
sensitivity [26]. The primary IMF component's waveform, peak,
original signal. The permutation entropy is large when there is
margin, and pulse factor in each condition are calculated to form
more noise in the IMF component and fewer characteristic signals.
the fault feature matrix. 75% and 25% of the fault features matrix
Otherwise, the permutation entropy is small.
are used to train and test the RVM model.

3.3. Kullback-Leibler divergence 4. Results and discussion

K-L divergence is a concept in information theory that is often 4.1. Decomposition of vibration displacement signal based on IPSO-
referred to as relative entropy. It can measure the difference D VMD algorithm
between two distributions. The smaller the D, the smaller the K-L
divergence. When two random distributions are the same, the K-L In order to verify the optimization effect of the IPSO on pre-set
divergence is zero. As the difference between two random distri- parameters of VMD, a group of data samples from rotor imbalance
butions increases, the K-L divergence also increases. Thus, the IMF faults is taken as an example and decomposed by IPSO-VMD and
component with small K-L divergence value, namely, the compo- PSO-VMD. The value range of the modal decomposition number K
nent closest to the original signal and containing rich fault feature is [3,10], and the value range of the quadratic punishment factor a is
information, can be selected as the primary IMF component. The [300, 3000]. The relevant operating parameters of the PSO and IPSO
definition of K-L divergence is shown in the following formula (11) are set as follows: the initial particle swarm size N ¼ 20, the
[24]. maximum number of iterations n ¼ 20, the specified number of
iterations ε ¼ 10, the upper limit of particle flight speed Vmax ¼ 2,
X
M  
pðxk Þ and the lower limit Vmin ¼ 2, the individual learning factor upper
DKL ðpkqÞ ¼ pðxk Þlog (11)
qðxk Þ limit c1up ¼ 2.5, and the lower limit c1low ¼ 0.5, the upper limit of
i¼1
group learning factor c2up ¼ 2.5, and the lower limit c2low ¼ 0.8, the
Where, p(x) is the target distribution; q(x) is the approximate dis- constant d1 ¼ 0.15, the constant d2 ¼ 0.5, the constant d3 ¼ 0.24.
tribution; M is the length of the distribution; xk is the time domain The iterative curve during optimization is shown in Fig. 7,
sequences; k ¼ 1, 2, 3, …, K, K is the sequence size. indicating that the fitness curve of the IPSO algorithm has
converged since the fourth iteration and that the best fitness value
is 0.6881 at this time. After the ninth iteration, the PSO gradually
3.4. Relevance vector machine converges to the best fitness value of 0.6921. Thus, the IPSO algo-
rithm performs better in terms of convergence speed and accuracy
RVM is a Bayesian learning method with high sparsity proposed during the optimization process of VMD parameters. The corre-
by Tipping in 2000. Compared with the support vector machine sponding parameter combination of the VMD is [9, 2860]. Fig. 8
(SVM), the kernel function of RVM does not need conformity to the shows that the center frequencies of the IMF components are
mercer's theorem. Therefore, it has a higher generalization ability relatively dispersed, indicating that the VMD can effectively
and a lower computational complexity [25]. decompose the vibration displacement signal.
There are four main kernel functions in the RVM model: linear After determining the optimal combination of parameters for
kernel function, polynomial kernel function, Gaussian radial basis the VMD, to more intuitively verify the effectiveness of the VMD for
kernel function, and Sigmoid kernel function. The Gaussian radial the decomposition of vibration displacement signal. In this paper,
basis kernel function with better generalization performance is the decomposition results of the two standard algorithms: EMD
selected in this research. The Gaussian kernel function is shown in and EEMD, are compared with the VMD. The spectrogram of each
formula (12). IMF component is shown in Fig. 9 by EMD, EEMD, and VMD algo-
  rithms. Using the EMD and EEMD algorithms to decompose the
kx  zk2 rotor vibration displacement signal, there are different degrees of
Kðx; zÞ ¼ exp  (12)
2s2 modal aliasing between the obtained IMF components. Further-
more, multiple independent bands appear in the IMF1 and IMF2
components, showing the ineffective decomposition effect. In
contrast, the IMF components decomposed by the VMD are inde-
3.5. Fault diagnosis based on the IPSO-VMD and the RVM pendent without modal aliasing phenomenon. Therefore, the VMD
is superior to the EMD and EEMD in decomposing vibration
The flow chart of the fault diagnosis method of centrifugal pump displacement signals.
rotor based on IPSO-VMD and RVM is shown in Fig. 6. The four main
processes are as follows: 4.2. Screening criteria for primary IMF component based on K-L
divergence value
1. The IPSO is used to optimize the VMD, of which the optimal
parameter combinations among normal state, rotor imbalance The IPSO is used to search for the optimal parameter combina-
fault and rotor misalignment fault are obtained; tion when the vibration displacement signals of the rotor system
832
L. Dong, Z. Chen, R. Hua et al. Nuclear Engineering and Technology 55 (2023) 827e838

Fig. 6. The flow chart of the fault diagnosis method.

Fig. 7. The iterative curve of the IPS0-VMD and PSO-VMD.


Fig. 8. The central frequency of each IMF component after VMD.

833
L. Dong, Z. Chen, R. Hua et al. Nuclear Engineering and Technology 55 (2023) 827e838

Fig. 9. Spectrograms of IMF components decomposed by different algorithms: (a). EMD; (b). EEMD; (c). VMD.

834
L. Dong, Z. Chen, R. Hua et al. Nuclear Engineering and Technology 55 (2023) 827e838

Table 5 divergence, it can be known that the IMF1 component contains rich
The optimal parameter combination under three different states. information on rotor faults. Consequently, IMF1 is selected as the
Fault type K a primary IMF component for further analysis. Fig. 11 shows the
Normal state 6 2363
spectrograms obtained by Fast Fourier Transform (FFT) of the IMF1
Rotor imbalance fault 9 2860 components in the three working conditions.
Rotor misalignment fault 4 603 Fig. 11(a) clearly shows that when the horizontal centrifugal
pump is running at normal conditions, the main frequency of the
IMF1 component spectrum is 1APF (rotor speed frequency,
are decomposed using the VMD into three different states: normal 48.33 Hz), and the amplitude is 0.0191 mm. As shown in Fig. 11(b),
state, rotor imbalance fault, and rotor misalignment fault. The when the rotor imbalance fault occurs, the main frequency of the
optimal decomposition number K and penalty factor a of the VMD IMF1 component remains dominated by 1APF. However, the
in each state are shown in Table 5. The K-L divergence value is amplitude increases to 0.0643 mm, which is consistent with the
chosen as the screening index to pick out the major IMF compo- characteristics of the rotor imbalance fault. It can be found in
nents, which offer extensive information regarding fault charac- Fig. 11(c) that the main frequency of the IMF1 component spectrum
teristics after VMD decomposition. It can be used to determine the is 2APF (96.66 Hz) when the rotor misalignment fault occurs. The
distance between two random distributions. When the two dis- amplitude of the 2APF and 1APF increase to 0.0652 mm and
tributions are closer, the K-L divergence value tends to be zero. 0.0232 mm, showing consistency with the relevant characteristics
Otherwise, it increases accordingly. Therefore, the IMF component of the rotor misalignment fault. Hence, the fault feature extraction
with the smallest K-L divergence value can be selected as the pri- method combining the VMD and K-L divergence value can accu-
mary IMF one to extract rotor faults' fault features. The results of rately and effectively screen and extract the primary IMF compo-
the K-L divergence value of each IMF component after VMD nents in the rotor vibration displacement signal.
decomposition are shown in Fig. 10.
As depicted in Fig. 10, among the K-L divergence values of each 4.3. Fault classification based on the RVM model
IMF component of the rotor vibration displacement signal, IMF1 is
the smallest under the normal state, rotor imbalance fault and rotor The four indexes, waveform, peak, margin, and pulse factors, are
misalignment fault. According to the relevant principle of K-L extracted from the IMF1 component to establish the four-

Fig. 10. The curve of k-L divergence value of IMF components: (a). Normal state; (b). Rotor imbalance; (c). Rotor misalignment.

835
L. Dong, Z. Chen, R. Hua et al. Nuclear Engineering and Technology 55 (2023) 827e838

Fig. 11. The spectrum diagram of the principal IMF components: (a). Normal state; (b). Rotor imbalance; (c). Rotor misalignment.

Table 6
The number of training sets and test sets and the label of the samples.

Fault type Number of training sets Number of test sets Label

Normal state 45 15 0
Rotor imbalance fault 45 15 1
Rotor misalignment fault 45 15 2

Fig. 12. Fault classification of RVM models under different methods: (a). IPSO-VMD-RVM; (b) PSO-VMD-RVM.
836
L. Dong, Z. Chen, R. Hua et al. Nuclear Engineering and Technology 55 (2023) 827e838

Declaration of competing interest

The authors declare that they have no known competing


financial interests or personal relationships that could have
appeared to influence the work reported in this paper.

Acknowledgments

This work was supported by National Natural Science Founda-


tion of China (No. 51879122, 52279087), Zhenjiang key research
and development plan (GY2017001, GY2018025), the Open
Research Subject of Key Laboratory of Fluid and Power Machinery,
Ministry of Education, Xihua University (szjj2017094, szjj2016068),
-Outstanding Young backbone Teacher, Program Development of
Jiangsu Higher Education Institutions (PAPD), and Jiangsu top six
talent summit project (GDZB-017).

References

[1] D.P. Hujare, M.G. Karnik, Vibration responses of parallel misalignment in al


Fig. 13. Accuracy of RVM models under different methods. shaft rotor bearing system with rigid coupling[J], Mater. Today 5 (11) (2018)
23863e23871, https://doi.org/10.1016/j.matpr.2018.10.178.
[2] D.S. Thckmantel, F. Wenzel, K.L. Cavalca, Vibration signatures of a rotor-
coupling-bearing system under angular misalignment[J], Mech. Mach. Theor.
dimensional fault characteristic matrix. Furthermore, based on the 133 (2019) 559e583, https://doi.org/10.1016/j.mechmachtheory.2018.12.014.
MATLAB software platform, an RVM fault diagnosis model is built to [3] L.C. Gu, Z.W. Ma, Q.Q. Tian, et al., Application of instantaneous speed
classify the faults. The data set is randomly divided according to the fluctuation-n signal in fault diagnosis of axial piston pump[J], J. Irrigat. Drain.
Eng. 39 (7) (2021) 740e746. http://zzs.ujs.edu.cn/pgjx/EN/10.3969/j.issn.
proportion of 75% of training and 25% of testing. The division and 1674-8530.20.0107.
the calibration of the data samples are shown in Table 6, in which [4] K. Wang, Y. He, H. Zhu, Integration between supercritical CO2 Brayton cycles
labels 0, 1, and 2 represent the normal state, rotor imbalance fault a-nd molten salt solar power towers: a review and a comprehensive com-
parison of different cycle layouts[J], Appl. Energy 195 (2017) 819e836,
and rotor misalignment fault, respectively. Fig. 12 shows the iden- https://doi.org/10.1016/j.apenergy.2017.03.099.
tified situation of the test set by PSO-VMD-RVM and IPSO-VMD- [5] Y.G. Lu, X.L. Wang, Q. Fu, et al., Comparative analysis of internal flow char-
RVM. The recognition accuracy is shown in Fig. 13. acteristics of LBE-cooled fast reactor main coolant pump with different
structures under reverse rotation accident conditions[J], Nucl. Eng. Technol.
As shown in Figs. 12 and 13, the IPSO-VMD-RVM can accurately 53 (7) (2021) 2207e2220, https://doi.org/10.1016/j.net.2021.01.015.
classify normal state and rotor imbalance fault (both 100% classi- [6] L. Wang, G.Y. Ji, fault diagnosis of rotor system based on EMD-fuzzy entropy
fication accuracy). Only one test sample of rotor misalignment fault and SVM[J], Noise. Vib. Control 32 (3) (2012) 171e176, https://doi.org/
10.3969/j.issn.1006-1355.2012.03.040.
(93.3% classification accuracy) is identified as a rotor imbalance
[7] J.Q. Yan, J.Y. Yu, W.D. Zhuang, et al., Study on fault feature extraction of ECS t-
fault, and the average classification accuracy is 97.87%. For the PSO- urbine bearing by combination of EEMD and HMM[J], J. Phys. Conf. Ser. 2181
VMD-RVM, there are 100% classification accuracy in rotor (1) (2022), https://doi.org/10.1088/1742-6596/2181/1/012037.
misalignment faults and 93.3% both in normal state and rotor [8] R.Z. Zhao, Z.J. Sun, Method of fault identification based on fusion of CEEMD f-
uzzy clustering[J], J. Vib. Eng. 33 (3) (2020) 629e635, https://doi.org/
imbalance fault, and the average classification accuracy is only 10.16385/j.cnki.issn.1004-4523.2020.03.023.
95.56%, which is decreased by 2.31% compared with the IPSO-VMD- [9] N.E. Huang, Z. Shen, S.R. Long, et al., The empirical mode decomposition and t-
RVM. he Hilbert spectrum for nonlinear and non-stationary time series analysis[J],
P. R-oy. Soc. A-Math. Phys. 454 (1971) (1998) 903e995, https://doi.org/
10.1098/rspa.1998.0193.
[10] Z.H. Wu, N.E. Huang, A study of the characteristics of white noise using the
5. Conclusions
empirical mode decomposition method[J], P. R-oy. Soc. A-Math. Phys. 460
(2046) (2004) 1597e1611, https://doi.org/10.1098/rspa.2003.1221.
In order to diagnose the rotor faults of a centrifugal pump, a new [11] J.R. Yeh, J.S. Shieh, N.E. Huang, Complementary ensemble empirical mode dec-
fault diagnosis method of IPSO-VMD and RVM is presented. The omposition: a novel noise enhanced data analysis method[J], Adv. Ada. Data
An-al. 2 (2) (2010) 135e156, https://doi.org/10.1142/s1793536910000422.
main conclusions are as follows: [12] D. Konstantin, Z. Dominique, Variational mode decomposition[J], IEEE.T. Sign-
al. Process. 62 (3) (2014) 531e544, https://doi.org/10.1109/
1. By introducing three strategies, namely improved Tent map, TSP.2013.2288675.
[13] Z.X. Li, Y. Jiang, X.P. Wang, et al., Multi-mode separation and nonlinear feature
adaptive inertia weight and adaptive learning factor, the extraction of hybrid gear failures in coal cutters using adaptive nonstationary
convergence speed and accuracy have been effectively vib-ration analysis[J], Nonlinear Dynam. 84 (1) (2015) 295e310, https://
improved, making the global and local search capabilities of the doi.org/10.1007/s11071-015-2505-3.
[14] Q. Zhao, T. Han, D.X. Jiang, et al., Application of variational mode decompositi-
IPSO algorithm better than the PSO algorithm. on to feature isolation and diagnosis in a wind turbine[J], J. Vib. Eng. Technol.
2. Compared with the PSO algorithms, the IPSO algorithm has a 7 (6) (2019) 639e646, https://doi.org/10.1007/s42417-019-00156-7.
faster convergence speed and higher convergence accuracy in [15] L.F. Deng, A.H. Zhang, R.Z. Zhao, Intelligent identification of incipient rolling b-
earing faults based on VMD and PCA-SVM[J], Adv. Mech. Eng. 14 (1) (2022),
the process of optimizing the VMD algorithm. It can effectively 168781402110729, https://doi.org/10.1177/16878140211072990.
search for the best parameter combination of the VMD. The [16] X.A. Yan, M.P. Jia, Application of csa-vmd and optimal scale morphological
optimized VMD algorithm, compared to EMD and EEMD, has a slicebispectrum in enhancing outer race fault detection of rolling element
bearings[J], M-ech. Sys.t Signal. Process. 122 (2019) 56e86, https://doi.org/
clear advantage in decomposing the rotor vibration displace-
10.1016/j.ymssp.2018.12.022.
ment signal due to greater anti-modal aliasing. [17] X.P. Ma, B.H. Li, M.L. Cai, et al., Bearing fault warning based on MFPH and im-
3. The K-L divergence value can effectively screen out the primary proved VMD[J], Trans. Beijing Inst. Technol. 41 (11) (2021) 1179e1187,
IMF component from several IMF components. Compared with https://doi.org/10.15918/j.tbit1001-0645.2020.128.
[18] D.Q. He, C.Y. Liu, Z.Z. Jin, et al., Fault diagnosis of flywheel bearing based on
PSO-VMD-RVM, the average recognition accuracy of IPSO-VMD- parameter optimization variational mode decomposition energy entropy and
RVM is increased by 2.31%. deep learning[J], Energy 239 (2021), 122108, https://doi.org/10.1016/

837
L. Dong, Z. Chen, R. Hua et al. Nuclear Engineering and Technology 55 (2023) 827e838

j.energy.2021.122108. [23] T. Liu, C. Lu, Q.Y. Liu, et al., Coal and rock hardness identification based on E-
[19] B.Y. Song, Z.D. Wang, L. Zou, An improved PSO algorithm for smooth path pla- EMD and multi-scale permutation entropy[J], Entropy 23 (9) (2021), https://
nning of mobile robots using continuous high-degree Bezier curve[J], Appl. doi.org/10.3390/e23091113.
Soft Comput. 100 (2021), 106960, https://doi.org/10.1016/j.asoc.2020.106960. [24] X.L. Zhao, M. Turk, W. Li, et al., A multilevel image thresholding segmentation
[20] P. Zhou, C.Y. Dong, X.Y. Chen, et al., A salp swarm algorithm basedon stepped a-lgorithm based on two-dimensional K-L divergence and modified particle
t-ent chaos and simulated annealing[J], Acta Electron. Sin. 49 (9) (2021) swarm optimization[J], Appl. Soft Comput. 48 (2016) 151e159, https://
1724e1735, https://doi.org/10.12263/DZXB.20200593. doi.org/10.1016/j.asoc.2016.07.016.
[21] J.H. Fan, Y. Li, T. Wang, An improved African vultures optimization algorithm [25] Z.W. Chen, N. Shi, Y.F. J, et al., Lithium-ion batteries remaining useful life
b-ased on tent chaotic mapping and time-varying mechanism[J], PLoS One 16 predi-ction based on BLS-RVM[J], Energy 234 (2021), 121269, https://doi.org/
(11) (2021), 0260725, https://doi.org/10.1371/journal.pone.0260725. 10.1016/j.energy.2021.121269.
[22] H.D. Wang, S.E. Deng, J.X. Yang, et al., Incipient fault diagnosis of rolling beari- [26] A. Qin, Q. Hu, Y. Lv, et al., Concurrent fault diagnosis based on Bayesian
ng based on VMD with parameters optimized[J], J. Vib. Shock 39 (23) (2020) discriminating analysis and time series analysis with dimensionless param-
38e46. http://jvs.sjtu.edu.cn/EN/. eters[J], IEEE Sensors J. IEEE Sens. J. 19 (6) (2018) 2254e2265.

838

You might also like