Abstract

This paper discusses a least square support vector machine (LS-SVM) approach for forecasting stability parameters of Francis turbine unit. To achieve training and testing data for the models, four field tests were presented, especially for the vibration in -direction of lower generator bearing (LGB) and pressure in draft tube (DT). A heuristic method such as a neural network using Backpropagation (NNBP) is introduced as a comparison model to examine the feasibility of forecasting performance. In the experimental results, LS-SVM showed superior forecasting accuracies and performances to the NNBP, which is of significant importance to better monitor the unit safety and potential faults diagnosis.

1. Introduction

Hydroelectric power’s low cost, near-zero pollution emissions, and ability to quickly respond to peak loads make it a valuable renewable energy source [1]. According to statistics, hydropower provides 22.45% of the electricity used in China and almost 30% of the nation’s electricity from all renewable sources in 2013 [2]. By the end of 2013, about 273,000 MW of hydropower generation capacity exists in China [3]. More than half of China hydroelectric capacity is in the western provinces of Yunnan, Tibet, and Sichuan, with approximately 57% of the national total capacity [4, 5].

Hydropower generation varies greatly between years with varying inflows, as well as competing water uses, such as flood control, water supply, recreation, and in-stream flow requirements [1]. Given hydropower’s economic value and its role in complex water systems, it is reasonable to monitor and protect the hydropower unit from harmful operation modes. A unit is often operated through rough zone which will cause the unit vibration and the stability performance will decline. The accident occurred at 8:13 a.m. on August 17, 2009, at turbine number 2 of the Sayano-Shushenskaya Dam, Russia’s largest hydropower plant, which caused heavy casualties and property losses [6]. As [7] states, the main technological causes are that hydraulic unit number 2 often entered the nonrecommended band during startup and shutdown operations and load regulation; what is worse, the unit was under long-term service with inadmissible vibration, particularly during the operation with the temporary turbine wheel, to ensure the stability is ultimately connected with the safety and significant economic efficiency of using hydropower plants as a source of renewable energy.

There are some parameters to describe the unit stability, such as vibration, pressure, and noise. When the parameters exceed a certain value, the unit would run in an instability condition. The serious vibration of rotating parts will cause the shaft misalignment. Excessive vibration of generator rotor will increase the abrasion between slip ring and brush, and the brush would spark. What is worse, the whole plant house and equipment would be damaged when the resonance occurs. The fluctuating pressure in DT will make the flow system oscillate and the pipe wall crack and even the steel plate will be lost. Abnormal noise generated by unit unstable operation will be harmful to the workers’ physical and mental health. Existing recommendations in Chinese National Standards regarding stability parameters of hydropower units, GB/T 11348.5-2008 [8] and GB/T 17189-2007 [9], have alarm levels based on statistical data and are often used as an aid to determine and decide if a unit is to be stopped for maintenance. For example, the standards GB/T11348.5-2008 and GB/T17189-2007 divide vibration levels into classes with increasing levels from Class A to Class D, where Class A is a good machine that does not need attention while Class D is a machine that should be stopped for immediate corrective action. The permitted levels for each class vary with the unit’s rotational speed; a low speed permits higher values of vibration levels in each class, compared to high speed. The standards are not sufficient as vibration monitoring standards since they do not consider the physical properties of bearings and brackets, as well as specific characteristics of a plant [10].

It is an effective way to understand the stability characteristics of a unit by field test under different working conditions. To determine a machine’s mechanical condition, Nässelqvist et al. [10, 11] used strained gauges installed inside pivot pin to measure the bearing load in a hydropower unit. Talas and Toom [12] studied the accurate measurement and analysis of the dynamic air gap behavior of large hydroelectric generators using a new fibre-optics instrumentation system and the air gap tests were performed on four 184 MV·A, 15.6 m stator bore diameter generators with 16 radial stator support rods. Sun et al. [13] made stability tests for the ALSTOM units on the left bank of the Three Gorge hydropower station under low head and gave suggestions for the operation. Fendin et al. [14] gave a black start test of the Swedish power system, which is focused on voltage control and governor control as well as on the capability of the individual power units. Khodabakhchian et al. [15] performed a more thorough EMTP investigation in which the models and data were adjusted to reproduce recordings from a field test and proposed a test procedure to determine the parameters of a hydraulic turbine model.

For the task of stability parameters identification of a hydropower turbine, it is possible to define a regression vector from a set of inputs and nonlinear mapping in order to finally estimate a model suitable for prediction. There are some typical methods for regression applied in many areas of engineering research [1618], such as artificial neural network (ANN) and support vector machine (SVM). ANN usually suffers from the existence of many local minima, choosing the number of hidden neurons and determining the structure of the network, the length of the learning cycle, and the type of the learning process [19]. SVM is a relatively novel powerful machine learning method based on statistical learning theory, which was introduced by Shahlaei et al. [20]. The standard SVM is solved by quadratic programming methods which are time consuming and finding the final SVM model can be very difficult because a set of nonlinear equations must be solved [21]. As a simplification, Rubio et al. [22] proposed a modified version of SVM called least square support vector machine (LS-SVM) which resulted in a set of linear equations instead of a quadratic program. LS-SVM has been applied to prediction and classification with promising results, as can be seen in some works [2326].

In this paper, a method based on LS-SVM model is presented for prediction and regression of hydropower unit stability parameters. The data are obtained from a field test of a 200 MW Francis unit under different working conditions. The results show good performance of the model, which is of great significance to the unit condition monitoring and fault detection.

The rest of the paper is organized as follows: in Section 2 a brief description of LS-SVM is given and in Section 3 how to obtain the data based on a field test is shown in detail and the model for prediction and regression of hydropower unit stability parameters is presented. The results using the proposed LS-SVM model are discussed in Section 4. Finally, some conclusions are drawn in Section 5 followed by Acknowledgment and relevant references.

2. Methodology

2.1. Review of LS-SVM

LS-SVM is a modification to SVM regression formulation, proposed by Rubio et al. The main idea is to transform the problem from quadratic programs to solving a set of linear equations. The LS-SVM regression framework can be formulated as follows [23]. Given the data set , with input vectors and output values , consider the regression model , where are deterministic points, is an unknown real-valued smooth function, and are uncorrelated random errors with , . LS-SVMs have been used to estimate the nonlinear of the formwhere denotes the potentially infinite () dimensional feature map. The cost function for the data of the LS-SVM model in the primal space is given by

The formulation includes a bias term, as in most standard SVM formulations, which is usually not the case in the other methods. The relative importance between the smoothness of the solution and data fitting is governed by the scalar, , referred to as the regularization constant. The optimization that is performed is known as a ridge regression. In order to solve the constrained optimization problem, a Lagrangian is constructed:where is as the Lagrange multipliers. The conditions for optimality are given by

By applying the kernel trick with a positive definite kernel, , the dual problem is given by the following set of linear equations:where , , , and with .

The resulting LS-SVM model can be evaluated at new point by

In (7), is defined as the kernel function. The value of the kernel is equal to the inner product of two vectors, and , in the feature spaces and ; that is, . This kernel must be positive definite and must satisfy the Mercer condition.

2.2. Feedforward Neural Network Using Backpropagation (NNBP)

The feedforward NNBP is a very popular model in neural networks. It does not have feedback connections, but errors are backpropagated during model training. Least mean squared error is used. Many applications can be formulated when using a feedforward NNBP and the methodology is used as the model for most multilayered neural networks. Errors in the output determine measures of hidden layer output errors, which are used as a basis to adjust the connection weights between the pairs of layers. Recalculating the outputs is an iterative process that is carried out until the errors fall below a certain tolerance level. Learning rate parameters scale the adjustments to weights. A momentum parameter can also be used in scaling the adjustments from a previous iteration and adding to the adjustments in the current iteration [23].

2.3. Overfitting in LS-SVM and NNBP

How well the developing models will make predictions for cases that are not in the training set should be put into consideration. LS-SVM and NNBP, like other nonlinear parametric models, can suffer from overfitting problem. The models that are too complex may fit the noise, not just the signal, leading to overfitting. Overfitting is dangerous because it can lead to predictions that are far beyond the range of the training data with LS-SVM and NNBP. When the training data include enough information, overfitting can be avoided effectively. In the model applications, the data sets applied in LS-SVM and NNBP models are selected from four field tests, ranging from 0 MW to 200 MW of the whole load. So the training data of the vibration and pressure have covered all the information of the unit, which can deal with overfitting problem of LS-SVM and NNBP models.

LS-SVM is based on the structural risk minimization principle, while NNBP is based on the empirical risk minimization principle. LS-SVM includes two structural parts: the error term and the regularization term , seen as (2). This structure can effectively reduce the risk of overfitting. As for NNBP, because the results are based on partially neglecting the regularization term , there is much more danger for overfitting.

In addition, the selection of the kernel function should satisfy the Mercer condition. The radial basis function (RBF) kernel is selected in this paper. LS-SVM with RBF kernel yields a good generalization performance. And using LS-SVM with an RBF kernel does not risk too much overfitting, which can be explained by looking to the optimal values of the kernel parameter [27].

3. Model Applications

3.1. Data Sets Based on a Field Test

The data sets for the LS-SVM models were selected from field tests of a 200 MW Francis turbine unit in China. The test unit located near the load center of China Eastern Power Grid is mainly used to do the peak and frequency regulation. It was put into power generation on August 16, 2008. Table 1 gives the specifications. The rated power is of 204.1 MW and the rated speed of 150 revolutions per minute (rpm). Its range of working head is between 81 m and 127 m.

The test will mainly measure the following parameters including frame vibration, guide bearing displacement, and pressure fluctuation in DT. Figure 1 shows the arrangement of measuring points. The capacitance sensor and eddy current sensor were used for the bearing displacement; low-frequency speed sensor was for the vibration measurement; pressure transmitter was for the pressure fluctuation measurement in DT. Figure 2 shows part sensor installation of LGB. The test working head was 115 m, 118 m, 120 m, and 122 m. In this paper, we would select the vibration in -direction of LGB and pressure in DT as the input data of the models.

3.2. Pressure in DT Forecasting

For a Francis turbine, it is significantly meaningful to solve the problem of pressure fluctuation influenced by the low-frequency vortex in DT. Francis turbine works well under the optimal conditions, that is, rated head and wicker gate opening. There is less pressure in DT when the water in runner outlet flows along the axial direction, while, in deviation from the optimal operating conditions, there will be a certain circumferential velocity component for the water flow which will form vortex phenomenon under the action of centrifugal force.

As [28] states, is generally used to describe vortex intensity of the water flow in runner outlet. As is proportional to ( is absolute velocity component in the circumferential direction of water flow in runner outlet), it only needs to carry on the research of which is shown inwhere is pitch radius of a certain point in runner blade edge; is blade angle; is flow section area of runner blade outlet; is unit rotation speed, rpm; is the unit output power, kW; is the working head, ; is unit efficiency.

When , turbine works under designed conditions, and water flow in DT enters without crashing; that is, the absolute velocity is perpendicular to tangential velocity. In this case, there is no circular rector in DT and outlet water flow is uniformly distributed. When , turbine works under small wicket gate opening. The angle between absolute velocity and tangential velocity is acute and the direction of is consistent with turbine rotation. is positive. When , turbine discharge is bigger than the rated flow and the unit works under big wicket gate opening. The angle between absolute velocity and tangential velocity is obtuse. The direction of is opposite to turbine rotation. The water flow in DT shows reverse rotation. In a word, when , there will be positive or negative circular rector in DT, which is the direct cause of pressure fluctuation.

According to the test results, Figure 3 shows that the average peak-to-peak pressure in access door of DT changes with head and power. In Figure 3, the values range from 10 kPa to 54 kPa in the 0 MW to 100 MW power section; the crest value about 289 kPa appears at 100 MW power in head of 120 m; between 120 MW and 200 MW power section, the values are smaller than 70 kPa. A trend can be seen in Figure 3 that the pressure will increase with the head. The value is 148 kPa at head of 115 m, 220 kPa at head of 118 m, and 274 kPa at head of 120 m. Through the amplitude-frequency analysis, the dominant frequency is 2.5 Hz at both lower and higher power section, which is equal to the rotation frequency components. Between 80 MW and 130 MW power region, there is low-frequency vortex signal and the dominant frequency is 0.63 Hz which is about one-fourth of the rotation frequency components.

Figure 4 gives the time series plot of testing data. Under different working head, the pressure varies with power. As shown in Figure 4, (a) and (b) give the time series of 80 MW and 100 MW power in head of 115 m and 118 m, respectively. In Figures 4(c) and 4(d), the values are different with 90 MW and 130 MW power in head of 122 m. The values show that nonlinear relationships existed among head, power, and pressure variables.

3.3. Vibration in -Direction of LGB Forecasting

The vibration data related with power and head were collected on August 16, 2012, September 26, 2012, June 6, 2013, and October 15, 2013, respectively. The LGB is the main load-bearing part of the whole unit. As stated in Chinese National Standards GB/T11348.5-2008 and GB/T17189-2007, there are allowable values for LGB. For example, the radial vibration (- and -direction) is not allowed to be more than 90 μm and vertical vibration (-direction) no more than 70 μm. Based on the data analysis of four times field tests, Figure 5 shows that the curve of LGB vibration changes with power and head; Figure 6 displays time series plot of testing data.

Figure 5 shows that the LGB displacement amplitude values change with power and head in -direction. Displacement amplitude values have no obvious changes with head variation, while the values gradually decrease with the increase of power. In small power region, displacement has its maximum values. When the unit runs in 20 MW and if the head is of 115 m, displacement amplitude value is 46 μm in -direction, and if the head is of 118 m, the value is 45 μm. Local peak point appears between 90 MW and 140 MW. In 120 m and 122 m head, the values of local peak point are 40 μm and 41 μm in power of 130 MW and 110 MW, respectively. When the power is close to 200 MW, displacement amplitude values are minimal. It is found through spectrum analysis that the dominant frequency of displacement signal is 2.5 Hz (equal to unit rotation frequency) in small and full power region. And displacement signal appears as 0.63 Hz of the low-frequency vortex if the power is between 90 MW and 140 MW.

The vibration of LGB can be mainly affected by hydraulic, mechanical, and electrical factors. Under different working head, the vibration varies with rotation speed and power. As shown in Figure 6, (a) and (b) give the time series in different rotation speed of 105 rpm and 165 rpm. The values vary from −68 μm to 68 μm in 105 rpm and −56 μm to 56 μm in 165 rpm. In Figures 6(c) and 6(d), the vibration values are different with power of 80 MW and 140 MW. Also the ranges are shown from −36 μm to 36 μm and −19 μm to 19 μm, respectively. It is difficult to give the precise mathematical model for the relationship between vibration and working conditions.

3.4. Data Set and Software

The data set was divided into two groups: a training set and a testing set. The training and testing sets were applied for the making of the models and to evaluate the predictive authority of the constructed models, respectively. The free LS-SVM toolbox (LS-SVM v-1.8) was applied with MATLAB version R2010a to gather all the LS-SVM models.

3.5. Model Performance Evaluation

The statistical means of the mean absolute error (MAE), the root mean square error (RMSE), and the coefficient of determination () are used for performance measures of the forecasting models in this study. The magnitude of MAE for forecasting a given lead time is a measure of the degree of bias. The RMSE is the average of the forecasting square errors. However, a few large errors can cause a large RMSE value, although most of the forecast error magnitudes are within acceptable limits. Despite this disadvantage, RMSE is useful as an unbiased estimate of the variance of the random component. And a smaller RMSE indicates better forecasting accuracy between two models. These methods can be indicated as follows:where is the predicted value by presented models, is the field test value, is the amount of input training data, and is the average value of the field test data set.

4. Results and Discussion

4.1. Vibration Forecasting of LGB

Data from the field tests on August 16, 2012, September 26, 2012, and June 6, 2013, under different working conditions were used for training the LS-SVM model. The testing set including 400 pieces of data selected from the test on October 15, 2013, was used to validate the performance of the presented model. In this study, the Gaussian radial basis function was used as the kernel function of LS-SVM. The parameters and are defined as the nonlinear function of the LS-SVM model. is a regularization constant and is the band width of the radial basis function (RBF) kernel. The proper selection of these two parameters is important for the prediction results. Since there are few general guidelines to determine the parameters of LS-SVM, this study varied the parameters to select the optimal parameter values for the best forecasting performance. That is, proposed values were chosen over dozens of trial and error experiments. The generalized error was minimum for and for LS-SVM. The parameter values presented in this paper may be considered the appropriate level since the sensitivities of SVM parameters relatively are not large, although the appropriate level of parameters may differ according to data. The activation function of the network was a sigmoid function for NNBP.

Figure 7 and Table 2 compare the forecasting performance among the two models with observed and forecasted vibration value in -direction of LGB. LS-SVM showed excellent performance results for LGB vibration forecasting. The performance of the models was evaluated by the variables which are previously mentioned. The results of the validation test of the forecasting model, as shown in Table 2, clearly showed the greater accuracy of the LS-SVM compared to the NNBP model.

The testing criteria of MAE, RMSE, and were calculated in order to measure the forecasting performance. The performance measures of LS-SVM showed lower errors than those of NNBP. The MAE of LS-SVM at 2.013 was lower than the 2.154 of NNBP. The RMSE comparisons showed that the error of NNBP at 3.012 was higher than that of LS-SVM at 2.783. The values of the LS-SVM and NNBP were 0.98 and 0.93 which indicated that LS-SVM has higher forecasting ability.

4.2. Pressure Forecasting of DT

Data of pressure in DT from the field tests on August 16, 2012, June 6, 2013, and October 15, 2013, under different working conditions were used for training the LS-SVM model. The testing set including 340 pieces of data selected from the test on September 26, 2012, was used to validate the performance of the presented model. The results of forecasting by LS-SVM were compared with that by NNBP. The optimized obtained values of and were 0.37 and 16.29. The activation function of the network was a sigmoid function for NNBP.

Figure 8 displays a plot of observed versus forecast data to compare the performance between the two models with pressure data of DT. LS-SVM showed excellent performance results for pressure and comparatively good results with respect to peak value matching. The results of the validation test shown in Table 3 clearly indicated that the LS-SVM forecast was more closely aligned to the actual values than the NNBP model, because the forecasting errors in the LS-SVM model were correspondingly smaller than those in the other model.

The test criteria parameters achieved for LS-SVM and NNBP in Table 3 show that the coefficient of determination, MAE, and RMSE values for LS-SVM model are better than NNBP model. The obtained values of for LS-SVM and NNBP models were 0.95 and 0.89, respectively. The MAE of LS-SVM was significantly lower at 3.926 than 4.261 for NNBP, confirming that the variance forecasting error of LS-SVM was smaller than that of NNBP. The RMSE comparison showed that the forecasting error of LS-SVM at 7.425 was lower than that of NNBP at 7.920.

5. Conclusions

This paper has presented an LS-SVM approach for forecasting stability parameters of a 200 MW Francis turbine unit. The objective of this paper was to examine the feasibility of using LS-SVM in forecasting the vibration in -direction of LGB and pressure in DT by comparing it with a heuristic method such as NNBP. And we would clearly verify prediction performance of the models by statistical means of MAE, RMSE, and . The training and testing data for the models were selected from four field tests, which is an effective way to understand the unit stability characteristics. The field test results indicate that the stability parameters vary with the unit working conditions, such as power, rotation speed, and working head. For better monitoring of the unit safety and potential faults diagnosis, the evaluation of the models had shown that prediction performance of LS-SVM is superior to neural networks using backpropagation in prediction of unit stability parameters data. Future work will aim at extending the methodology developed to deal with more complex unit working condition models and the LS-SVM and NNBP models can be improved tied with optimization algorithm, such as genetic algorithm (GA).

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Authors’ Contribution

Chen Qijuan planned the work and field tests. Qiao Liangliang drafted the main part of the paper and implemented the different forecasting methods, NNBP and LS-SVM. Chen Qijuan contributed to the error analysis.

Acknowledgment

This research is funded by the National Natural Science Foundation of China (no. 51379160).