Abstract

Deformation is one important failure mode of turbine blades. The quality of a model seriously influences the reliability optimization of turbine blades in turbo machines. To improve the reliability optimization of turbine blades, this paper proposes a novel machine learning-based reliability optimization approach, named improved support vector regression (SR) model (ISRM) method, by fusing artificial bee colony (ABC), traditional SR model, and multipopulation genetic algorithm (MPGA). In this proposed method, the ABC algorithm was applied to find the optimal parameters in the SR model to establish accurate ISRM, following the thought of the surrogate model method and the randomness of constraints. Then the reliability optimization model and procedure with the ISRM method were resolved by the MPGA. Regarding many design parameters (i.e., rotor speed, temperature, and aerodynamic pressure), design objective (i.e., blade deformation), and the randomness constraints of reliability degree and boundary conditions, we performed the reliability optimization of a turbine blade deformation. From the optimization results, we find that the turbine blade deformation is reduced by 0.09329 mm, and the ISRM learning method can improve the reliability optimization design of complex structures with the emphasis on modeling precision and optimization efficiency. The works of this paper provide a machine learning-based reliability optimization approach for the reliability optimization of complex structures and enrich and develop mechanical reliability theory and methods.

1. Introduction

The reliability optimization design of mechanical structures is to find the optimal design parameters by establishing the reliability optimization model, subject to the related parameters (i.e., material properties and complex loads), reliability index, and the technical and economic requirements [1]. The reliability optimization of complex structures generally involves failure mode, such as stress, strain, and deformation, and has the properties of nonlinearity and randomness [2]. Herein, structural deformation is a typical failure mode for turbine blade, and the failure mode of turbine blade is induced by the randomness of workloads and material parameters (such as temperature, rotor speed, aerodynamic pressure, density, elastic modulus, and thermal conductivity) and constraints as well [3]. Thus, structural reliability optimization has large-scale computational load and complexity and is harshly performed with an acceptable efficiency and accuracy by finite element (FE) simulation and stochastic optimization methods. To let the optimization design results cater for the engineering requirements, it is necessary to explore an effective approach for the reliability optimization of mechanical structure.

With the requirement of design analysis for advanced mechanical systems, many reliability optimization methods have emerged in engineering practice [49]. Surrogate model method (also called response surface method) is a promising way to ensure efficiency and accuracy in structural reliability optimization, instead of the direct simulation method with the FE model [4]. Fei et al. developed extremum surrogate model methods with quadratic polynomials and support vector regression, for dynamic reliability optimization design of turbine blade-tip clearance [10] and its components [11, 12]. Song et al. [13] studied multisurrogate models with a backpropagation-artificial neural network (BP-ANN), for the multiobjective reliability optimization of turbine blisk, considering fluid-thermal-structure interaction. Song et al. [14] discussed the constraint-feasible moving-least-squares method for the reliability optimization of floating production storage and offloading river support structures, regarding running status, damage, and loadings. Youn and Choi [15] gave an improved RSM with the moving-least-squares method and the hybrid mean-value method, to investigate the reliability optimization of vehicle side and improve its crashworthiness. Meng et al. [16] introduced a saddle point approximation reliability analysis method, combined with collaborative optimization method, to solve turbine blade unsafe design problem. Although the above works investigated structural reliability optimization using different surrogate modeling strategies, the analytical results cannot reach the engineering requirements owing to the limitation of optimization models. Hence, it is unworkable for these methods to handle the reliability optimization problems of complex structures with acceptable accuracy and efficiency.

At present, the machine learning method has got a rapid development in data-derived modeling and image processing [1719]. The heuristic method prompts the author to expand this idea to engineering optimization. As one of the typical machine learning methods developed from statistical learning theory, support vector machine (SVM) of regression (denoted by SR) has an excellent learning ability of small samples and highly efficient simulation ability and has been validated in the reliability optimization design [2025]. Recently, Brabanter et al. [20] developed the least-squares SVM (LSSVM) by transforming the optimization problem of SR into a quadratic programming problem with a single equation constraint to accelerate support vector regression solution. However, the SR is susceptible to noise and outliers when training samples contain multiple input parameters. In addition, it is unable to find the optimal values of the SR model for multivariable and high-nonlinearity problems. Therefore, we need to search effective way to derive structural reliability optimization designs.

The goal of this paper is to open a new research direction, that is, machine learning-based reliability optimization, for mechanical structures, with respect to the randomness of design parameters and constraints. Namely, an improved model (ISRM) method is developed. In this method, an artificial bee colony (ABC) algorithm [26] is used to find the optimal parameters of SR models. The reliability optimization of a turbine blade deformation is completed by the proposed ISRM method with a multipopulation genetic algorithm (MPGA) [27]. Besides, the proposed approach is validated by the comparison of methods.

The remains of this paper are organized as follows. In Section 2, the ISRM method is investigated, comprising the thought of the ISRM method for turbine blade reliability optimization, the mathematical modeling of the ISRM method, and the reliability optimization model. In Section 3, the reliability optimization of turbine blade deformation is finished with the proposed ISRM method. Section 4 summarizes the main conclusions of this study.

2. Methods and Models

Support vector machine (SVM) is one of the typical machine learning methods. The SVM was first proposed in data mining by regression and classification which are called SVM of regression (SR) and SVM of classification (SC) [28, 29]. The basis of an SVM model is statistical learning algorithm so that the SVM is suitable for small samples of structural design analysis, which are gained from a few FE simulations. The SR model is good at the solution of high nonlinear problems between input variables and output response, by introducing a maximum classification margin subject to inequality constraints [30]. Hence, the SR can improve the computational efficiency and accuracy of structural reliability optimization [9]. As for large-scale parameters and high-nonlinearity problems, the traditional SR is easy to fall into local optimization in the process of searching hyperparameter, which affects the precision of structural reliability optimization. In most of the structural probabilistic designs, the number of influential parameters and constraint conditions largely impacts the precision of design. Therefore, this paper considers the effect of design parameters and constraint conditions and develops a machine learning-based reliability optimization approach, that is, improved SR model (ISRM) method, based on the artificial bee colony (ABC) algorithm, traditional SR model, and multipopulation genetic algorithm (MPGA), to accomplish the reliability optimization of turbine blade deformation.

2.1. Improved Support Vector Regression Model

When X and y(X) indicate input sample set of a component in structure system and the corresponding output response, respectively, the response curve was constructed by the sample set{y(X)}. The relationship between X and y is written as

The SR method with failure mode is modeled aswhere l is the number of support vectors in the sample set; , , and indicate the output response, weight vector, and a bias term; and is the kernel function of the failure mode. Kernel function includes linear kernel function, polynomials kernel function, radial basis function (RBF) kernel function, sigmoid kernel function, and Gauss kernel function. In this study, the Gauss function is selected as the kernel function of SR model. Thus, the kernel function of the SR model for the failure mode is expressed asin which xi is ith sample in SR model; x’ is the center point of sample set; σ is the width of kernel function K(x, xi).

Assume that denotes the parameters of SR model. Because θ seriously influences the precision of SR model, it is reasonable to find the optimal parameters θ to guarantee the precision of SR modeling in equation (2). The traditional search method for the parameters θ possesses some blindness because the effect of search seriously depends on the experience. Thus, it is urgent to develop an efficient algorithm to find the parameters θ in SR modeling.

To effectively determine the optimal values of the parameters θ in the ISRM, the ABC algorithm is applied to derive the solution of objective function in this paper. The ABC algorithm is a global optimization algorithm based on group intelligence proposed to by Karaboga in 2005, which is used to accomplish the solution of nonlinear problems [26]. Its feature is that this algorithm obtains the global optimal value of population via comparison of the merits and demerits of the problem and the local optimization behavior of each individual artificial bee, and this method has a faster convergence speed [3133]. The basic principle of the ABC algorithm is shown as below. The honey collecting system is composed of food source, employed bees, and unemployed bees, and unemployed bees include on-looker bees and scout bees. Herein, the employed bees are associated with the specific food source and tell the information of food source to the companion in a certain probability form; and the unemployed bees are applied to search food source. In the process of finding the parameters θ, a part of the colony is treated as scout bees to search for the food source. If the quantity of a food source exceeding a certain threshold is found, the scout bees become employed bees and start to collect food. After collecting food, the employed bees transmit the information for food source to the on-looker bees, and the on-looker bees can accurately evaluate the quality of food source. The optimal values of the parameters θ in the ISRM are determined via multiple iterations.

2.2. Reliability Optimization Model with Improved Support Vector Regression Model

In this reliability optimization, the sensitivity analysis of random variables on output response is performed to select highly sensitive input random variables as design variables. The output responses, that is, overall stress and deformation of structure, are regarded as design objectives, and the reliability R of the turbine blade and performance constraints allowable value [σ0] are taken as constraints. Therefore, the reliability optimization model of mechanical structures with the ISRM method is expressed aswhere R and [R0] stand for the reliability degree and allowable reliability, respectively; denote upper and lower boundary of ith fuzzy variables. The upper and lower bounds of the transitional interval are determined by introducing amplification coefficient; that is, , ; ; ; ; expresses the optimal level cut set.

The MPGA [27] is adopted to derive the solution of objective function equation (4). Comparing with the GA, the MPGA holds more flexible and adaptive design space exploration, which has the potential to avoid the effect of plateau-like function [34]. Besides, the MPGA breaks the limitation of a single population evolution of GA and uses many populations with different control parameters for optimization iterations [29, 30]. Besides, the MPGA derived from GA inherits natural selection and genetic properties, and the optimal solution of the objective function can be gained via enough iterations with selection, crossover, and mutation. The basic principle of the MPGA is summarized below. Firstly, after generating N initial populations (i.e., blade density, rotor speed, temperature, aerodynamic pressure, and gravity) with binary encoding, we gain the N new populations by selection operator, crossover operator, and mutation. Then, the optimal individuals of each excellent population are selected via artificial selection operator and then are regarded as structure elite population to search for the optimal value of objective function. In this case, the MPGA is essentially a combination of multiple GAs in line with a specific relationship. However, in the MPGA, the control parameters, such as crossover probability and mutation probability, are applied to complete the collaborative evaluation of multiple populations. Therefore, the MPGA has both global and local search abilities by introducing immigrant operator to exchange information among populations and avoid the destruction and loss of optimal individual information. In this process, the elite population does not participate as selection, crossover, and mutation operators. The minimum reserved generation is usually regarded as the terminal condition of optimization iterations. Through the above steps, the reliability optimization of mechanical structures can be finished based on the ISRM method and MPGA.

2.3. Flowchart of Reliability Optimization with Improved Support Vector Regression Model

In line with the ISRM method, the procedure of turbine blade deformation reliability optimization is shown as follows. Firstly, the FE model of turbine blades is built and blade density, rotor speed, temperature, aerodynamic pressure, and gravity are selected as input variables, and the deformation of turbine blades is considered as failure mode, subject to the randomness of rotor speed, gas temperature, and boundary conditions. Secondly, in respect of FE model, thermal-structural interaction, and the means of random variables, the static deterministic analysis of turbine blade is conducted to find the maximum points of blade deformation as the object of turbine blade optimization. Thirdly, regarding the randomness of design parameters, handful samples of random variables are extracted by Latin hypercube sampling (LHS) technique [35], and by FE simulations with the extracted samples, the output response of stress and deformation are calculated as output samples. Next, normalizing input samples and output samples as the training samples is to find the optimal parameters of the SR model by using an artificial bee colony (ABC) algorithm [29] and then to build ISRM for the deformation of turbine blades. Then, by acquiring enough samples by the linkage LHS technique [35], the probabilistic simulations of mechanical structure are completed based on the developed ISRM method. Following that, the reliability optimization model with the developed ISRM method is established by adopting the MPGA to seek for the optimal parameters in the reliability optimization. Lastly, the reliability optimization of turbine blade deformation with the ISRM method is implemented to find the optimal parameters subject to design objectives and constraints.

The above analysis flowchart is summarized in Figure 1.

3. Reliability Optimization of Turbine Blade Deformation

In this section, the developed ISRM method will be adopted to investigate the reliability optimization of an aeroengine turbine blade deformation. Blade material is GH4133B alloy [36]. Based on the random variable selection method [9], blade density, rotor rotational speed, gas temperature, gas pressure, and gravity acceleration are termed input random variables (parameters). The distribution features of the parameters are listed in 1, in which all the variables follow normal distributions of mutual independence.

The FE model of the turbine blade is established, which include 98569 elements and 163312 nodes as displayed in Figure 2. In respect of the mean values of parameters in Table 1, the steady deterministic analyses of blade radial deformation were performed. The distributions of turbine blade deformation are drawn in Figure 3 as the analysis was stable.

In Figure 3, it is illustrated that the maximum deformation is 1.021 mm at the blade top. Therefore, the deformation is considered to investigate the blade reliability optimization with deformation failures in coming part.

3.1. Turbine Blade Optimization with Improved Support Vector Regression Model
3.1.1. Improved Support Vector Regression Modeling

By the LHS technique [35], the input variables in Table 1 were collected at the critical point when turbine blade deformation reached the maximum. Namely, the key points were the maximum deformation obtained based on the above static deterministic analyses, and the maximum deformation was acquired based on the static analyses with the extracted samples. The normalized samples were termed the training samples for SR modeling. To improve SR modeling accuracy, the ABC technique [29] was employed to optimize the parameters θ = (c, σ, ε) in SR modeling. The coefficients of ISRM for turbine blade deformation are shown in equation (5). In the next section, we will employ the established ISRM to complete the reliability optimization of turbine blade deformation.

3.1.2. Turbine Blade Deformation Optimization

For accomplishing the reliability optimization of turbine blade deformation, the maximum deformation δmax of the turbine blade is minimized by adopting the structured ISRM. The input variables (ω, T) are respected as design variables, and turbine blade deformation δ is regarded as design objective function, and the reliability index and boundary loads are considered as constraint conditions. The reliability optimization model of turbine blade deformation is shown in equation (6). Herein, the upper and lower limits of constraints are revealed in Table 2, where the values of upper and lower limits are determined by the 3 sigma levels [3, 5].

In MPGA algorithm, the coefficients of the optimal front-end individual, population size, evolutional generation, stop algebra, and deviation of fitness function are 0.3, 100, 200, 200, and 0.01, respectively. Through the solution of the reliability optimization model in equation (6), the distributions of turbine blade deformation are drawn in Figure 4, and the results are listed in Table 3. It should be noted that we conducted 10000 simulations in each probabilistic analysis involved in the turbine blade deformation reliability optimization with the developed ISRM approach.

As demonstrated in Figure 4 and Table 3, when the allowable deformation of turbine blade meet the distribution features, relative to before optimization, the means of turbine blade deformation are reduced by 0.077 mm, and the standard deviations (StDev) of deformation are decreased by ∼0.0026 mm after optimization. The optimal values of rotational speed and temperature are 1198.62 rad/s and 1112.93 K as shown in Table 3. Therefore, it is demonstrated that the developed reliability optimization model, that is, the ISRM method, is effective for the reliability optimization of turbine blade deformation failure.

3.2. Method Validation

To verify the proposed ISRM method in simulation accuracy and efficiency, the overall reliability optimization of the blade is also done with MC simulation and traditional SVM method [10], based on the same parameters and computation environment. Through the comparison of methods, Tables 4 and 5 recorded the reliability degrees and optimized objective functions, respectively, in light of different number of simulations. In Table 4, the reliability degree is defined by the ratio of the number of simulations in the safety domain to the total number of simulations (1000 simulations).

From Table 4 obtained from the probabilistic failure analyses of the disk, we can acquire the following results. (i) The MC method cannot carry out the calculation which is larger than 10000 simulations, due to too-large computational burden for the FE-based probabilistic analysis, so that the MC method does not have computing time under the simulations. Thus, it is unworkable for the MC method to analyze complex structure with large-scale simulations; (ii) the time consumption of blade probabilistic analysis rises with the increasing MC simulations for the three methods; (iii) the time cost of the ISRM method is far less than the MC method and SVM method for the same number of simulations. Furthermore, the strength of the ISRM method in computational efficiency is more obvious with the increase of simulations. Thus, it is illustrated that the calculation efficiency of the ISRM method is far higher than the MC method and SVM method, so the developed approach is efficient in the probabilistic analysis of complex structures, instead of FE and SVM models. (iv) Under the same simulations, the reliability degrees with the ISRM method almost agree with these with the MC method. Moreover, the rise of simulations can enlarge turbine blade deformation reliability degree. It is explained that increasing the number of MC simulations can improve the precision of reliability degree, for structural probabilistic design.

As revealed in Table 5, the deformation of turbine blade is reduced by 0.09329 mm, respectively, after the optimizations with the ISRM method. Correspondingly, the MC method lessens turbine blade deformation by 0.03532 mm, and the SVM method declines to 0.021 mm. The reliability index of the blade was improved from 95.53% to 96.87%, 97.82%, and 98.86% for the MC method, SVM method, and ISRM method. Obviously, the ISRM method is more effective in the reliability optimization of complex structures like turbine blade deformation.

In short, the developed ISRM method has high modeling precision and high simulation efficiency for the reliability optimization of mechanical structures. In addition, with the assist of the proposed IRSM method, we can acquire more satisfactory design results for the reliability optimization of complex structures. Therefore, it is supported that machine learning methods are promising to offer satisfying accuracy and efficiency in modeling and reliability design of structural systems.

4. Conclusions

The purpose of this paper is to propose a precise and efficient machine learning method, that is, ISRM method, for the reliability optimization design of complex structure. We discuss the theory and modeling of the ISRM method and the procedure of structural probabilistic optimization. In line with the ISRM method, the reliability optimization of a turbine blade is performed by considering design objective (i.e., turbine blade deformation), design variables (including material parameters and load parameters), and constraint boundary of design objective functions. The main conclusions are summarized as follows:(1)As revealed in the reliability optimization of a turbine blade deformation failure using the ISRM method, the turbine blade deformation under operation reduced by 0.09329 mm, which improves the reliability of turbine blade.(2)It is illustrated in the failure probabilistic analysis of bladed disk that not only does the developed ISRM method cost limited time and high efficiency relative to the MC method and SVM method, but also its precision is acceptable in reliability degree as its optimization results are almost the same as that of the FE method with MC simulations. The high modeling precision and simulation efficiency of the ISRM method are more remarkable with the increase of simulations.(3)The developed ISRM method is more workable in the reliability optimization of turbine blade deformation than the MC method and SVM method because the optimal design parameters and design object are preferable for larger reductions and reliability degree.

This investigation attempts to use a novel machine learning approach (i.e., ISRM method) for the reliability optimization of mechanical structures with highly precise modeling and highly efficient simulation and enrich mechanical reliability design theory.

Data Availability

The data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare that there are no conflicts of interest regarding the publication of this article.

Acknowledgments

This research was funded by the National Natural Science Foundation of China (Grant no. 51975124), Special Science and Technology Program of Civil Aircraft of China (Grant no. MJZ-Y-2018-92), and Start-Up Research Funding of Fudan University (Grant no. FDU38341).