REVIEW article

Front. Energy Res., 27 March 2023

Sec. Process and Energy Systems Engineering

Volume 11 - 2023 | https://doi.org/10.3389/fenrg.2023.1135055

Applications of machine learning approaches in aerodynamic aspects of axial flow compressors: A review

  • MAPNA Group, TUGA, Tehran, Iran

Abstract

A compressor is one of the key components of a gas turbine engine and its performance and characteristics significantly affect the overall performance of the engine. Axial flow compressors are one of the most conventional types of compressors and are widely used in turbine engines for large-scale power generation. Intelligent techniques are useful for numerical simulation, characterization of axial compressors, and predicting their performance. The present work reviews studies applying different intelligent methods for performance forecasting and modeling different aerodynamic aspects of axial compressors. Corresponding to the outcomes of the considered research works, it can be expressed that by using these methods, axial compressors can be characterized properly with acceptable exactness. In addition, these techniques are useful for performance prediction of the compressors. The accuracy and performance of these methods is impacted by several elements, specifically the employed method and applied input variables. Finally, some suggestions are made for future studies in the field.

1 Introduction

Gas turbines are used around the world for power generation, with different capacities achievable by using different fuels (; ). One of the main components of a gas turbine engine is the compressor. Compressors used in gas turbine engines for power generation are classified into two main groups: axial flow and centrifugal flow types. Centrifugal compressors are used in cases where a low mass flow rate and medium pressure are required while the axial flow types are used for high mass flow rates and low pressure. Regarding the ability of axial flow compressors to provide higher mass flow rates with increased pressure, these kinds are mainly used in turbines for large-scale power generation. In axial flow compressors, the operating fluid, mainly air, is compressed by accelerating it in the first step and then diffusing it in order to have higher pressures. The acceleration of the fluid is done by a row of blades that rotate, known as the rotor, while the diffusion is done by a row of stationary blades, known as the stator. It should be noted that increases in the pressure are obtained by diffusion in the stator that converts increased velocity, obtained in the rotor, to pressure increases ().

Several studies have focused on the characteristics of various axial compressors and the elements influencing their performance (; ). For instance, investigated the effect of blade row defects on the performance of a compressor. It was found that defects in the blade row, depending on the features of the defects such as its location, affect the characteristics of the airfoils of the compressor and consequently the performance. applied a combined flow control method, based in a vortex generator and blade slot usable for decrement in flow loss and enhancement of flow stability, in a single-stage transonic compressor. They concluded that by using this approach it is possible to enhance the mean pressure ratio by 1.82 and improve isentropic efficiency by 0.88%; this was attributed to the significant decrease in separations. proposed a model to forecast variations of the compressors tip clearance in various working conditions and used it for simulation of an 11-stage axial compressor. It was found that variations of tip clearance cause 1% and 0.5% impacts on the determined efficiency and mass flow rate, respectively. applied Computational Fluid Dynamics (CFD) to investigate the impact of wet compression on the separation in an axial compressor. It was found that wet compression makes it possible to decrease and eliminate the separation of flow. assessed the impact of adding roughness on the characterizations of a transonic axial compressor. They concluded that roughness addition at the blade’s leading edge leads to increment in the thickness of the blade boundary layer. In another work (), roughness effect was considered and it was noticed that the most remarkable impact on increment in the roughness is the flow coefficient variation.

According to the literature review, different aspects of axial compressors have been investigated by scholars in recent decades, and mainly experimental and numerical simulations have been applied for these purposes. Despite the advantages of these approaches, they are costly and time-consuming. In this regard, utilization of intelligent techniques can be attractive alternatives. Intelligent methods such as Artificial Neural Networks (ANNs) have demonstrated great performance in modeling numerous engineering problems and systems (; ; ). These techniques are applicable for different turbomachines and the related systems (). For instance, compared the accuracy of a regression model and ANN in estimation of the turbine power curve and found that ANN outperforms the regression. In anotherr study (), ANN was applied for design and off-design simulation of a gas turbine and it was observed that the model has significant exactness. applied ANN for monitoring the performance and health of a gas turbine engine. used ANN to create the flowfield models and predict flow performance of fan. The output of their model was used for optimization of the system. employed a radial basis neural network to obtain optimal design of the impeller of a centrifugal compressor; the isentropic efficiency was improved by 1%. used ANN for gas-dynamic characteristics of a centrifugal compressor vane diffuser. employed ANN for performance prediction of a gas turbine engine. The proposed model had the ability of capturing working characteristics with a mean error of less than 1%.

Thus far, no review paper on the applications of intelligent techniques for axial compressors has been published. According to the mentioned references, it can be seen that intelligent techniques can be used for modeling various aspects of turbomachines and optimizing their performance, geometry, and operating conditions (). This article focuses on the applications of these methods for aerodynamic aspects of axial flow compressors.

2 Intelligent methods

Intelligent approaches are useful for regression, classification, and clustering. In this section, six of the most used intelligent methods for the analysis of axial flow compressors are explained.

2.1 Multilayer perceptron artificial neural network

One of the most conventional kind of ANNs used for regression is the Multilayer Perceptron (MLP), which is constructed by coupling the intelligent approaches usable for computation and biological principles; in Figure 1, a simple architecture of this type of ANN is illustrated (; ).

FIGURE 1

).

In this network, there are several nodes in some layers. In its simplest form, with three layers, there is a hidden layer besides the input and output layers, while in networks with a higher degree of complexity, the number of hidden layers can be higher. In each network node, a weight vector is employed to link it to the upcoming layer. The summation of the nodes is the input of the next layer. By assumption of the input vector as X, nj is the jth node’s input that is in the following layer which is determined by using Eq. (1) as follows ():

In Eq. (1), ,, and K are the threshold, weight, and number of nodes, respectively. Thereafter, a transfer function is used to determine the inputs of the next layer as provided in Eq. (2).

There are different transfer functions applicable in the abovementioned equation. Multiplying the connecting weight and the hidden layer output will determine the output of the node. It should be noted that there is no specific rule to define the size of the hidden layer and its number. The number of this layer depends on the complexity of the problems, noise of data, etc. (). In the process of training the network for regression, values of bias and weights are regulated. The backpropagation algorithm is among the most applied training approaches.

2.2 GA-KM-radial basis function

A standard Radial Basis Function (RBF) neural network is able to project linear data with low dimensions into non-linear data with high dimensions. This network is applied to estimate non-linear functions and set up mappings between the input and output parameters. Standard RBF forward-propagation is as follows ():

In Eq. 3, n is the training samples number, i.e., the hidden nodes number, and is the coefficients of weights. is presented as follows ():

In Eq. 4, refers to the hidden nodes’ values and is the mean expansion constant. On the basis of the Galerkin method, F(x) can be replaced with as follows ():

In this equation, refers to the clustering centers’ means values. By minimizing the cost function, that means the minimization of forecasting error, a set of coefficients of weights could be calculated as follows ():where is the coefficient of regularization, refers to the ith training sample real fitness value, and D is the neural network output stability factor. The first term of Eq. 6 can be rewritten as where

In addition, can be rewritten as follows ():

In Eq. 8, refers to the adjoint operator of D as the linear differential operator and denotes the Dirac Delta function at point x = ti. By combining Eq. 8, Eq. 6 would be equivalent to Eq. 9 for the matrix of weight as follows ():

Susbequently, the weight matrix could be directly solved by using Eq. 10 as follows ():

Corresponding to the above theorem, coefficients of weight could be calculated. In standard RBF, the hidden nodes number is equal to the samples of the training number; consequently, a long convergence time and overfitting is typical when there is too large a number of training samples. When there are a small number of training data, mapping relation cannot be captured. To restrict the number of hidden nodes in standard RBF and enhance its performance, a combination scheme has been presented: GA-KM-RBF. A clustering algorithm of K-Means++ (KM) is employed in order to calculate the hidden nodes’ number. Subsequently, the Genetic Algorithm is utilized for optimization of network hyperparameters that further decreases the empirical coefficient dependence ().

2.3 Adaptive neuro-fuzzy inference system

Adaptive neuro-fuzzy inference system (ANFIS) is another intelligent technique applicable for regression and proposing predictive models. The architecture of this method in its simplest form, in the case of a single output and two inputs, is illustrated in Figure 2. The first layer of this structure is used to convert input variables to fuzzy sets and project them based on fuzzy membership in span of 0 and 1. The inputs’ signals are created in the following layer and the weights are checked. Afterwards, normalized firing strength is determined in the 3rd layer. Subsequently, in the 4th layer, the obtained values are converted into defuzzy sets. In the last layer of this architecture, inputs from the previous part are summed up and the output is determined.

FIGURE 2

).

2.4 Least square support vector machine (LS-SVM)

SVM is another intelligent method utilizable for regression and training (); however, this approach is not usable for solving overfitting problems. In order to resolve this issue, LS-SVM is applied, which will be introduced here. In general, Eq. (11) is applied as the non-linear function of this method (; ; ):

In Eq. (11), f denotes the association between the input and output and w and b are weight vector and value of bias, respectively. is employed in order to convert inputs into the characteristics’ vector (; ).

A fitting error function is applied to be minimized in order to have the highest accuracy. This function is obtained by using Eq. (12) as follows (; ):

In this regard, a limitation equation is defined as follows (; ):

where ek and γ and are loose variables of kth x and margin parameter, respectively (; ).

Lagrange multipliers are used in order to calculate the optimization process solution. The multiplier is defined as follows (; ):

By implementing partial derivatives of Eq. (14) based on the variables, as provided in Eq. (15), it is possible to determine the optimal state.

The linear form of the abovementioned equation is as follows (; ):

Where α, Y, and Z are assumed as: α = [α1,…,α1], {Y = Y1;. . .; Yym }, and Z = φ(X1)TYi,…, φ(Xm)TYm, respectively. Applying kernel function of K (X,Xk) = φ(X)Tφ(Xk), i = 1,2,…,m, the regression is as follows (; ):

There are several functions such as RBF that can be used as a kernel in regression errors, as in Eq. (17). In regression models, radial basis function is a regular kernel (; ). In the process of optimization, to obtain the parameter of kernel function, mean squared error (MSE) is considered as the objective function to be minimized (; ; ).

2.5 Group method of data handling (GMDH)

In this approach, a Volterra series is used for defining the relationship between the inputs and output. This series is similar to Kolmogorov discerete polynomial functions. In GMDH, the total estimator models are replaced by the incrementing iterative algorithm. In this method, polynomial neurons are generated and combined with each other in order to create a complex system with proper performance. GMDH is composed of a number of neurons with binomial transfer function that arise from the linking between various pairs of variables via the 2nd order Kolmogorov relation according to Eq. (18) ().where is the input vector and is the weight vector which is obtained by the least-squares approach. Similar to MLP, GMDH is a multilayer feed forward network and the outputs of the previous layer are utilized as the inputs of the current layer. In this method, the architecture of the model and number of neurons and layers is determined in the process of training. In general, a large number of basic models are created in GMDH and some of them are selected to be combined amd utilized for reconstruction of other functions. Selection and generation steps are repeated till the best model is obtained ().

2.6 Support vector data description (SVDD)

In addition to modeling and regression, intelligent methods are applicable for clustering and classification. SVDD is a one-class classification approach. The principle idea of this method is finding a hypersphere with a small radius and as many as possible points in this. Support vectors are the points on the hypersphere surface. Eq. (19) is applied for the definition of the structure error function as follows:where R is the radius and a is the center. The distance from point to centre could not be strictly less than R in order to allow the training set to have outliers induced by noise or other parameters. A relaxation factor is introduced to punish the outliers. Consequently, the minimization error can be written as follows:

In this equation, C is applied for controlling the compromise between the false treated points number and hypersphere radius. To solve this problem, Lagrange multipliers are used as follows:where and refer to Lagrange multipliers. By applying partial derivative to L, we obtain the following equations:

Therefore, Eq. (25) can be written as follows:

When the description of the data set by the hypersphere in the original space is not sufficient, the data set could be mapped from the space with a low dimension to a high-dimension one. In order to substitute the interproduct, kernel function K ( is applied as follows:

The definition of distinguish function is as follows:

3 Applications of intelligent techniques for axial compressors

Intelligent approaches are employable for modeling various aspects of compressors. In the following subsections, research works on each aspect are represented and reviewed.

3.1 Characteristics of axial compressor

As previously stated, intelligent methods can be applied for different turbomachines in order to model their behavior, predict the output, and design control systems (; ). Different aspects of axial compressors, as the main components of gas turbine engines, have been modeled by using these approaches (). In a study by , cascade performance was modeled by using ANN under generalized conditions. In this regard, quasi 3D CFD simulations were applied to prepare a database for the training network. As the model knew the characteristics of the geometry, including the effects of IGV depending on the mass flow rate and speed of rotation, it could directly determine the operating point of a compressor. In another work (), three different intelligent techniques, namely, Back Propagation Neural Network (BPNN), SVM, and Gaussian kernel function Back Propagation Neural Network (GBPNN), were employed to estimate the performance of an axial compressor. They found that increments in the number of training datasets leads to enhancement in the exactness of the generated models by all of the applied approaches. Furthermore, it was demonstrated that making use of GBPNN provides the highest accuracy, followed by the SVM and BPNN. In another work, focused on the forecasting tool of transonic compressor instability. In this regard, they utilized a dataset obtained from CFD for supervised learning of an ANN. The input variables and outputs of their model are shown in Figure 3. Obtained results from the deep learning ANN revealed that it is a promising method to forecast the performance of the compressor and rotor blade parameters.

FIGURE 3

.

generated a model for spanwise loss of a compressor stator. In order to construct the model, a significant number of numerical simulations were implemented to provide a database. Afterwards, intensity of secondary flow was introduced as the independent variable in order to implement feature engineering. The proposed model contained a selector that was obtained by using Support Vector Machine (SVM) regression in addition to estimators that were obtained on the basis of K-nearest neighbor regression. The proposed model reflected proper exactness for mid-span position loss coefficient with R2 value of 0.97; however, its precision was lower for all spans. Intelligent methods are usable for modeling more than one output. For instance, in a work (), two methods, Gaussian Process Regression (GPR) and Support Vector Regression (SVR), were applied to model adiabatic efficiency and total pressure ratio. In the case of applying SVR, the predicted error of the empirical model was reduced by 62.2% and 48.4% for the total pressure ratio and adiabatic efficiency, respectively. These values, in the case of employing GPR, were 55.2% and 50.1% for the denoted parameters, respectively. made use of ANN and rig data to generate compressor map. Two models were proposed in their research applicable for the prediction of mass flow rate and pressure ratio. In the first model, compressor pressure ratio was formulated based on the function of corrected mass flow rate for constant speed lines, while in the second model, the corrected mass flow rate was formulated as a function of pressure ratio for constant speed lines. It was observed that the first model is more precise for cases of relatively low speed lines while the second model showed higher robustness for cases of higher speed lines.

The performance of intelligent methods is dependent on several parameters, namely, the applied algorithm and the function (). Their performance could be enhanced by applying some modifications. A work was done to consider different Neural Networks (NNs) including General Regression NN (GRNN), Radial Basis Function (RBF), Multilayer Perceptron (MLP), and modified approach based on GRNN, called Rotated GRNN (RGRNN) (), to model compressor pressure ratio and mass flow rate by using two models. It was observed that making use of RGRNN leads to the highest accuracy; however, it is just applicable for representing characteristic curves for cases where experimental data is provided. The superior performance of RGRNN compared with GRNN in performance prediction of axial compressors has been observed in some other studies (). Integration of various intelligent techniques can determine outputs with better accuracy. For instance, assessed the performance of ANN and Fuzzy Inference System (FIS)+ANN for map generation of a compressor. The success rates in cases of using the mentioned approaches were 88% and 94%, respectively. In some studies, different functions and architectures are applied to find the optimal model in terms of accuracy. For instance, applied various types of FIS structures and utilized different numbers of membership function. They found that number of membership function can affect the model exactness. Integration of optimization algorithm with intelligent techniques, used for modeling and regression, to tune the hyper parameters is another approach for modification of precision. coupled Genetic Algorithm (GA) and generalized RBF. In their work, deviation angle and total pressure loss coefficient were predicted in the first step by applying surrogate model. Afterwards, these variables linked the model with throughflow theory. Efficiency and pressure ratio were predicted in the next stage and compared with the actual values determined in the experiments. In comparison with the traditional models and spanwise mixing model, the proposed approach provided much better performance.

3.2 Surge and stall

There is a useful range for operation of axial compressors, as shown in Figure 4. At high mass flow rates, chocking occurs and sonic velocity is reached in some units. One the other hand, at low mass flow rate, there is possibility for the occurrence of stall and surge that causes instabilities in the fluid flow and performance of axial compressors. Stall is a type of instability caused by the disturbance of the circumferential flow (; ). In terms of aerodynamics, there are two types of stall: individual blade stall and rotating stall. The first one happens when all of the blades around the annulus of the compressor simultaneously stall without propagation of stall. The second type, rotating stall, happens when there are large zones of stall that cover various passages of the blade and there is propagation in the rotation direction and at relative rotor speed (). Surge refers to the flow axisymmtrical oscillation in the compressors and is featured by a limit cycle in the characteristics of these machines (). This phenomenon is the flow reversal and continuous steady flow complete break down via the compressor. This phenomenon, surge, is the reversal of flow and complete break down of continuous flow in the compressor. Surge induces mechanical problems due to the high fluctuations of flow that causes changes in the direction of thrust force in the rotor section (; ).

FIGURE 4

).

In addition to performance prediction and the characteristics of fluid flow, intelligent methods are useful for other purposes in different energy-related systems (). For instance, Changzheng and Yong () applied Support Vector Data Description (SVDD), developed on the basis of the SVM theory, to detect compressor surge. In their work, total pressure at the outlet was used as the characteristic signal and ten spectral lines were utilized in order to create vectors of the feature. For the applied technique, 400 vectors were determined to provide a training dataset. The outcomes of the training were applied to distinguish surge of the compressor. It was shown that the applied technique can provide a warning signal 50 ms prior to the surge point. In another work, proposed a model based on evolved Group Method of Data Handling (GMDH) by using experimental data to model multiple short-length-scale stall cells. Flow rate coefficient, pressure coefficient, and rotor rotational speed were the inputs of the generated model. Exactness of the model in prediction was acceptable with R2 and Mean Absolute Percentage Error (MAPE) of around 0.86268 and 0.00065, respectively. In addition to modeling surge, it is possible to apply ANN to provide backstepping active control for axial compressor surge. In a study by , a closed coupled valve was used as the actuator in order to generate a compression system second order Moore-Greitzer surge model. The controller was designed on the basis of a wavelet neural network. They found that by using the proposed method, the compressor is allowed to stably work with high efficiency and pressure ratio beyond the boundary of surge. In another work, used wall static pressure signals to train a network to indicate when instability was being neared. They found that the provided monitoring system based on the ANN has the ability to cover the whole working range of the compressor to provide adequate training datasets.

3.3 Design and optimization

Aerodynamic design of modern compressors is challenging because of the higher gradient of adverse pressure and increment in the interaction blade rows that induce internal turbulent flow. In this regard, it is beneficial to develop new approaches and algorithms for design and optimization of axial flow compressors (). There is significant potential for applying intelligent methods for these intentions. In this condition, outputs of the models, e.g., characteristics of the compressor such as pressure ratio and mass flow rate, could be used for design or optimization in a faster process since these methods can generate databases for the mentioned intentions based on their prediction ability. As an example, utilized a hybrid machine learning model composed of ANN, genetic algorithm, and design of experiment to optimize an aeromechanical aspect of compressor first row. In their work, ANN was trained by employing the results of 3D CFD simulation that was generated by design of experiment. The procedure of the optimization was initiated with values of approximated function by the ANN and the optimization algorithm (GA) was applied to reach the optimized point of the function; it was validated by the results of the simulation in order to update the model based on ANN. By using this process, the behavior of the blade and aerodynamic performance was increased by around 5.7%. applied a method consisting of Design of Experiment (DOE), GA, and ANN to optimize cascades of axial compressors. In their work, ANN was trained by using a back propagation algorithm and GA where the training sets were gathered by means of DOE approach and analyzed by CFD. The model based on ANN and GA was created to be used as a rapid flow solver to forecast aerodynamic performance. Multi-objective GA was employed in order to search a series of Pareto-optimum solutions. It was found that, depending on the incidence angle, the pressure loss coefficient can significantly decrease by employing the proposed approach.

applied ANN and GA for design of compressor airfoils. In their study, ANN was employed to map coherence between aerodynamics and geometry. In comparison with flow calculations, which are very time-consuming processes, much lower computational effort is required for the assessment of the trained network; consequently, the optimization and design is accelerated. applied ANN for optimization of aerodynamic aspects of axial compressors and inverse design problem resolution. Their approach was based on the integration of ANN and a classical optimizer. Flow solver, on the basis of Navier-stokes, was applied for precise determination of the objective function. The trained network in the first stage, by using the primary datasets, was applied to reach a new design point. It was determined by the solver to update datasets used for training for more iterative steps. The proposed method showed significantly lower computational effort in comparison with the classical optimization approaches. In another work by , optimization of blade shape was implemented by making use of ANN. In their study, ANN was employed to develop datasets for 2D sections. Subsequently, trained ANNs were employed for optimization of 3D shapes along with the stacking line parametrization. This algorithm was applied for the first four stages. Utilization of the optimization process led to 1.5% increment in the isentropic efficiency of first four stages of a 16-stage axial compressor.

In Table 1, studies related to the employment of machine learning techniques in axial flow compressors are summarized.

TABLE 1

ReferencesApproachFindings
ANNA model was proposed for direct determination of the operating point
SVM and K-nearest neighborThe model was able to model pressure loss better in mid-span compared with all-span
SVR and GPRMaking use of the intelligent methods reduced the prediction error of empirical models
ANNSignificant performance of the model in prediction of four outputs was observed
ANNUsing pressure ratio for constant speed lines for modeling corrected mass flow rate was preferred compared with utilizing corrected mass flow rate for constant speed lines at higher speed
ANNRGRNN provided higher accuracy compared with the other applied methods
ANNRGRNN outperformed GRNN in predicting the performance of the compressor
ANFISStructure of the model influences the exactness
GA-RBFCompared with the traditional models, the surrogate model was more suitable for modeling efficiency and pressure ratio
SVDDThe applied approach was able to properly detect compressor surge
Evolved GMDHR2 of the applied model for stall cell prediction was around 0.862
Wavelet neural networkAn active controller was designed for compressor surge
ANNUsing pressure signals for the network can provide a proper monitoring system for stall prediction
Hybrid machine learning methodPerformance of the compressor was improved by the applied optimization
ANN and GADepending on the incidence angle, pressure loss coefficient can be significantly reduced by using the proposed optimization based on ANN.
ANNUsing ANN can accelerate the design process compared with using flow calculations
ANNOptimization by using ANN for database generation significantly reduced computation efforts compared with the classic optimization procedures
ANNUsing ANN and an optimization tool led to increase in the isentropic efficiency

Summaries of the studies on the use of machine learning approaches for axial compressors.

4 Recommendations for future

The previous section focused on reviewing the scientific works performed on the usage of machine learning methods in axial flow compressors. Despite the significance of the studies on the utilization of these methods for aerodynamic aspects of axial flow compressors, there are some issues and potential for enhancement. For instance, the comprehensiveness of the proposed models for different purposes such as determination of characteristics, design, and surge or stall prediction is not sufficient. Furthermore, some ideas can be developed to achieve more precise models with higher exactness. According to the knowledge of the authors, some recommendations are presented here for upcoming studies. Corresponding to the influence of model characteristics and type on the precision of the predictions (), it is strongly suggested to apply more types of intelligent techniques such as SVMs with various functions for different intentions like prediction of pressure ratio, mass flow rate, efficiency, surge, and stall. In addition, regarding the potential of improvement by using optimization, it is beneficial to couple several novel optimization algorithms with intelligent approaches applied for characteristics determination of compressors to enhance the precision (); moreover, the performance of the models coupled with optimization algorithms can be compared by consideration of different criteria such as time and computational costs and exactness. Furthermore, owing to the relatively remarkable influence of functions and structure of models on the performance of intelligent approaches in some cases, it is suggested to the scholars to apply different networks by changing the mentioned factors that would enable them to find the model with more exactness. In addition, it is highly recommended to develop more comprehensive models with usability for different axial compressors with various features. These models are achievable by considering more inputs for the models. In this regard, additional inputs such as the number of stages and geometrical parameters such as dimensions of hub, tip, chord and cambers, and blade profile type, such as NACA series () and C4 (), can be used.

In addition to the mentioned suggestions, mainly on the characteristics of the applied approaches, there are some recommendations for the applications of these techniques with focus on the axial compressors. Some studies have applied intelligent methods for flow field modeling and prediction. For instance, made use of a convolutional neural network to forecast flow field via porous media. It was reported that the information obtained by the proposed model was adequate to reach accurate forecasting of flow field in less than a second without any requirement for numerical simulation. In another work, approximated flow field over an airfoil as a function of angle of attack, Reynolds number, and geometry of air by utilizing deep neural network without solving Navier-Stokes equations. In the first step, a convolutional neural network was applied for extracting the geometrical parameters from the shape of airfoil. Afterwards, these parameters in addition to the other inputs were used in MLP ANN to determine an approximation model for flow field prediction. Similar procedures can be employed for axial flow compressors to obtain their flow field characteristics. The obtained data related to flow field is usable for prediction of more phenomena such as flow separation, causing some problems such as blockage of passage that limits the static pressure and loading increment reachable by the compressor (). In this condition, proper inputs must be employed to reach acceptable outputs. For instance, in the case of predicting hub corner separation, consideration of secondary flow, and adverse pressure gradient, as applied in a study (), intelligent approaches can be useful to develop a model based on intelligent techniques. Casing treatment and applying slots (), grooves (), or both of them on the casing (), is one of the techniques used by the scholars to modify the stability of compressors. It is can be helpful to develop intelligent models for the modified compressors, e.g., the compressors with casing treatment (). In these cases, specifications of the applied modifications such as the dimensions of the grooves and slots should be employed as additional inputs. Moreover, regarding the applicability of intelligent techniques for clustering and classification, utilization of these methods in axial compressors can be developed for these purposes.

5 Conclusion

Regarding the time-consuming process of numerical 3D simulation, it is essential to develop novel, efficient, and fast methods for the modeling and forecasting characteristics of axial compressors. Intelligent techniques are suitable alternatives for 3D numerical simulations. In this article, studies on this field are reviewed. The key findings of the considered research works are as follows.

  • • Using intelligent techniques makes it possible to properly determine the operating point of axial compressors.

  • • Different characteristics of axial compressors such as pressure ratio, mass flow rate, and pressure loss can be predicted by intelligent methods with acceptable exactness.

  • • Modification on the intelligent techniques such as applying optimization approaches for tuning the hyperparameters can further enhance the exactness.

  • • Outputs of intelligent methods could be usable for providing databases to optimize the performance and other characteristics of axial compressors.

  • • Prediction of surge and stall is possible by utilization of different intelligent methods such as GMDH and SVDD.

  • • Similar to optimization, intelligent methods are attractive alternatives for generating databases for the design of compressors.

  • • Specification of the intelligent methods such as architecture, applied functions, and formulation influence the exactness.

  • • Some recommendations such as utilization of intelligent methods for flow field analysis of axial flow compressors have been suggested for forthcoming works.

Statements

Author contributions

The MP and AZ authors were involved in writing, search, edition. The MN author was responsible for design of study, supervision and edition.

Conflict of interest

MP, AZ and MN were employed by MAPNA Group.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Abbreviations

ANFIS, Adaptive Neuro Fuzzy Inference System; ANN, Artificial Neural Network; GA-KM, Genetic Algorithm K-Means++; GMDH, Group Method of Data Handling; LS-SVM, Least Square Support Vector Machine; MLP, Multilayer Perceptron; MSE, Mean Squared Error; RBF, Radial Basis Function; SVDD, Support Vector Data Description; Parameters and Operators , Coefficient; , Linear Differential Operator; , Adjoint Operator of D; , Input Vector; , Number of Nodes; , Output Vector; , Lagrange Multiplier; , Dirac Delta Function; , Coefficient of Regularization; , Cost Function; , Threshold; , Coefficient of Regularization; , Weight.

References

  • 1

    AhmadiM. A.EbadiM. (2014). Evolving smart approach for determination dew point pressure through condensate gas reservoirs. Fuel117, 10741084. 10.1016/J.FUEL.2013.10.010

  • 2

    AhmadiM. A.EbadiM.MarghmalekiP. S.FouladiM. M. (2014). Evolving predictive model to determine condensate-to-gas ratio in retrograded condensate gas reservoirs. Fuel124, 241257. 10.1016/J.FUEL.2014.01.073

  • 3

    AhmadiM. A.MahmoudiB. (2016). Development of robust model to estimate gas–oil interfacial tension using least square support vector machine: Experimental and modeling study. J. Supercrit. Fluids107, 122128. 10.1016/J.SUPFLU.2015.08.012

  • 4

    Alhuyi NazariM.SalemM.MahariqI.YounesK.MaqablehB. B. (2021). Utilization of data-driven methods in solar desalination systems: A comprehensive review. Front. Energy Res.9, 541. 10.3389/FENRG.2021.742615

  • 5

    AmanifardN.Nariman-ZadehN.FarahaniM. H.KhalkhaliA. (2008). Modelling of multiple short-length-scale stall cells in an axial compressor using evolved GMDH neural networks. Energy Convers. Manag.49, 25882594. 10.1016/j.enconman.2008.05.025

  • 6

    AminG. A.SalunkheP. B.KiniC. R. (2021). “A parametric study on the effect of casing treatment slots on performance enhancement of a single stage axial flow compressor,” in Proc. ASME 2021 gas turbine India conf. GTINDIA 2021 (American Society of Mechanical Engineers ASME). 10.1115/GTINDIA2021-76007

  • 7

    BabinC.OttavyX.FontanetoF. (2023). Leakage flow impact on shrouded stator cavity flow topology and associated high-speed axial compressor stage performance. J. Turbomach.145, 132. 10.1115/1.4056698

  • 8

    BaradS. G.RamaiahP. V.GiridharR. K.KrishnaiahG. (2012). Neural network approach for a combined performance and mechanical health monitoring of a gas turbine engine. Mech. Syst. Signal Process27, 729742. 10.1016/j.ymssp.2011.09.011

  • 9

    BeniniE.ToffoloA. (2002). Axial-flow compressor model based on a cascade stacking technique and neural networks. Am. Soc. Mech. Eng. Int. Gas. Turbine Inst. Turbo Expo. IGTI5, 793801. 10.1115/GT2002-30443

  • 10

    BlinovV. L.ZubkovI. S. (2020). Influence of the axial compressor blade row defects on the industrial gas turbine performance. J. Phys. Conf. Ser.1683, 042049. 10.1088/1742-6596/1683/4/042049

  • 11

    BothienM. R.CianiA.WoodJ. P.FruechtelG. (2019). Toward decarbonized power generation with gas turbines by using sequential combustion for burning hydrogen. J. Eng. Gas. Turbines Power141. 10.1115/1.4045256

  • 12

    BoyceM. P. (2012). “An overview of gas turbines,” in Gas turbine eng. Handb. (Elsevier), 388. 10.1016/b978-0-12-383842-1.00001-9

  • 13

    BoyceM. P. (2012). Axial-flow compressors. Gas turbine eng. Handb. Elsevier, 303355. 10.1016/B978-0-12-383842-1.00007-X

  • 14

    ChhuganiH. T.KumarA.PradeepA. M. (2023). Effects of radial distortion on low-speed tandem stage axial compressor. Lect. Notes Mech. Eng., 5577. Springer Science and Business Media Deutschland GmbH. 10.1007/978-981-19-2378-4_4

  • 15

    DongY.XinqianZ.QiushiL. (2014). An 11-stage axial compressor performance simulation considering the change of tip clearance in different operating conditions. Proc. Inst. Mech. Eng. Part A J. Power Energy228, 614625. 10.1177/0957650914535389

  • 16

    DuK.SwamyM. (2006). Neural networks in a softcomputing framework. Springer.

  • 17

    FazeliH.SoleimaniR.AhmadiM-A.BadrnezhadR.MohammadiA. H. (2013). Experimental study and modeling of ultrafiltration of refinery effluents using a hybrid intelligent approach. Energy and Fuels27, 35233537. 10.1021/ef400179b

  • 18

    FeiJ.ZhaoN.ShiY.FengY.WangZ. (2016). Compressor performance prediction using a novel feed-forward neural network based on Gaussian kernel function. Adv. Mech. Eng.8, 168781401662839. 10.1177/1687814016628396

  • 19

    GbadeboS. A.CumpstyN. A.HynesT. P. (2005). Three-dimensional separations in axial compressors. J. Turbomach.127, 331339. 10.1115/1.1811093

  • 20

    GhalandariM.ZiamolkiA.MosaviA.ShamshirbandS.ChauK-W.BornassiS. (2019). Aeromechanical optimization of first row compressor test stand blades using a hybrid machine learning model of genetic algorithm, artificial neural networks and design of experiments. Eng. Appl. Comput. Fluid Mech.13, 892904. 10.1080/19942060.2019.1649196

  • 21

    GholamrezaeiM.GhorbanianK. (2015). Application of integrated fuzzy logic and neural networks to the performance prediction of axial compressors. Proc. Inst. Mech. Eng. Part A J. Power Energy229, 928947. 10.1177/0957650915596877

  • 22

    GholamrezaeiM.GhorbanianK. (2010). Compressor map generation using a feed-forward neural network and rig data. Proc. Inst. Mech. Eng. Part A J. Power Energy224, 97108. 10.1243/09576509JPE792

  • 23

    GhorbanianK.GholamrezaeiM. (2009). An artificial neural network approach to compressor performance prediction. Appl. Energy86, 12101221. 10.1016/j.apenergy.2008.06.006

  • 24

    GhorbanianK.GholamrezaeiM. (2007). “Axial compressor performance map prediction using artificial neural network,” in Proc. ASME turbo expo (American Society of Mechanical Engineers Digital Collection), 6, 11991208. PART B. 10.1115/GT2007-27165

  • 25

    GiassiA.PedirodaV.PoloniC.ClarichA. (2003). Three-dimensional inverse design of axial compressor stator blade using neural-networks and direct Navier–Stokes solver. Inverse Probl. Eng.11, 457470. 10.1080/1068276031000147545

  • 26

    GravdahlJ. T.EgelandO. (1999). Compressor surge and stall: An introduction. London: Springer, 162. 10.1007/978-1-4471-0827-6_1

  • 27

    HippleS. M.Bonilla-AlvaradoH.PezziniP.ShadleL.BrydenK. M. (2020). Using machine learning tools to predict compressor Stall. J. Energy Resour. Technol. Trans. ASME142, 142. 10.1115/1.4046458

  • 28

    HuJ.WangR.HuangD. (2019). Improvements of performance and stability of a single-stage transonic axial compressor using a combined flow control approach. Aerosp. Sci. Technol.86, 283295. 10.1016/j.ast.2018.12.033

  • 29

    HuangJ.LvY.XiaA.ZhangS.TuoW.XueH.et al (2022). Improved body force model for estimating off-design axial compressor performance. Energies15, 4389. 10.3390/en15124389

  • 30

    Javadi MoghaddamJ.FarahaniM. H.AmanifardN. (2011). A neural network-based sliding-mode control for rotating stall and surge in axial compressors. Appl. Soft Comput. J.11, 10361043. 10.1016/j.asoc.2010.02.002

  • 31

    JolyM.SarkarS.MehtaD. (2019). Machine learning enabled adaptive optimization of a transonic compressor rotor with precompression. J. Turbomach.141. 10.1115/1.4041808

  • 32

    JuY. P.ZhangC. H. (2011). Multi-point and multi-objective optimization design method for industrial axial compressor cascades. Proc. Inst. Mech. Eng. Part C J. Mech. Eng. Sci.225, 14811493. 10.1177/0954406210395878

  • 33

    KimJ. H.ChoiJ. H.KimK. Y. (2009). “Design optimization of a centrifugal compressor impeller using radial basis neural network method,” in Proc. ASME turbo expo (American Society of Mechanical Engineers Digital Collection), 7, 443451. 10.1115/GT2009-59666

  • 34

    Komeili BirjandiA.Fahim AlaviM.SalemM.AssadM. E. H.PrabaharanN. (2022). Modeling carbon dioxide emission of countries in southeast of Asia by applying artificial neural network. Int. J. Low-Carbon Technol.17, 321326. 10.1093/ijlct/ctac002

  • 35

    KurataO.IkiN.InoueT.MatsunumaT.TsujimuraT.FurutaniH.et al (2019). Development of a wide range-operable, rich-lean low-NOx combustor for NH 3 fuel gas-turbine power generation. Proc. Combust. Inst.37, 45874595. 10.1016/j.proci.2018.09.012

  • 36

    LazzarettoA.ToffoloA. (2001). Analytical and neural network models for gas turbine design and off-design simulation. Int. J. Thermodyn.4. 10.5541/ijot.78

  • 37

    LeiV. M. (2006). A simple criterion for three-dimensional flow separation in axial compressors. Doctoral dissertation, Massachusetts Institute of Technology.

  • 38

    LiC.LeiY. (2012). Compressor surge detection based on support vector data description. Appl. Mech. Mater.152–154, 15451549. 10.4028/www.scientific.net/AMM.152-154.1545

  • 39

    LiJ.DuJ.LiF.ZhangQ.ZhangH. (2019). Stability enhancement using a new hybrid casing treatment in an axial flow compressor. Aerosp. Sci. Technol.85, 305319. 10.1016/j.ast.2018.12.018

  • 40

    LiS.WunschD. C.O’HairE.GiesselmannM. G. (2001). Comparative analysis of regression and artificial neural network models for wind turbine power curve estimation. J. Sol. Energy Eng. Trans. ASME123, 327332. 10.1115/1.1413216

  • 41

    LinB-J.HungC-I.TangE-J. (2002). An optimal design of axial-flow fan blades by the machining method and an artificial neural network. Proc. Inst. Mech. Eng. Part C J. Mech. Eng. Sci.216, 367376. 10.1243/0954406021524954

  • 42

    LiuZ.KarimiI. A. (2020). Gas turbine performance prediction via machine learning. Energy192, 116627. 10.1016/j.energy.2019.116627

  • 43

    LuB.TengJ.ZhuM.QiangX. (2023). Design optimization of a transonic compressor blade with sweep and lean integrated with axial slot casing treatment. Aerosp. Sci. Technol.136, 108225. 10.1016/j.ast.2023.108225

  • 44

    MalekiA.HaghighiA.MahariqI. (2021). Machine learning-based approaches for modeling thermophysical properties of hybrid nanofluids: A comprehensive review. J. Mol. Liq.322, 114843. 10.1016/j.molliq.2020.114843

  • 45

    MethlingF-O.StoffH.GrauerF. (2004). The pre-stall behavior of a 4-stage transonic compressor and stall monitoring based on artificial neural networks. Int. J. Rotating Mach.10, 387399. 10.1155/s1023621x04000399

  • 46

    MoosaviM.Firoozi RadK.DaneshvarA. (2019). A comparative study in the prediction of thermal conductivity enhancement of nanofluids using ANN-MLP, ANN-RBF, ANFIS, and GMDH methods. J. Iran. Chem. Soc.16, 26292637. 10.1007/s13738-019-01725-z

  • 47

    NikiforovA.KuchumovA.TerentevS.PetukhovE.KabalykK. (2019). Simulation of gas-dynamic characteristics of a centrifugal compressor vane diffuser using neural networks. E3S Web Conf.140, 05003. 10.1051/e3sconf/201914005003

  • 48

    NingT.GuC-W.NiW-D.LiX-T.LiuT-Q. (2016). Aerodynamic analysis and three-dimensional redesign of a multi-stage axial flow compressor. Energies9, 296. 10.3390/en9040296

  • 49

    PakatchianM. R.SaeidiH.ZiamolkiA. (2019). CFD-based blade shape optimization of MGT-70(3)axial flow compressor. Int. J. Numer. Methods Heat. Fluid Flow.30, 33073321. HFF-10-2018-0603. 10.1108/HFF-10-2018-0603

  • 50

    RamezanizadehM.AhmadiM. A.AhmadiM. H.Alhuyi NazariM. (2019). Rigorous smart model for predicting dynamic viscosity of Al2O3/water nanofluid. J. Therm. Anal. Calorim.137, 307316. 10.1007/s10973-018-7916-1

  • 51

    RamezanizadehM.AhmadiM. H.NazariM. A.SadeghzadehM.ChenL. (2019). A review on the utilized machine learning approaches for modeling the dynamic viscosity of nanofluids. Renew. Sustain Energy Rev.114, 109345. 10.1016/J.RSER.2019.109345

  • 52

    RamezanizadehM.Alhuyi NazariM.AhmadiM. H.LorenziniG.PopI. (2019). A review on the applications of intelligence methods in predicting thermal conductivity of nanofluids. J. Therm. Anal. Calorim., 117. 10.1007/s10973-019-08154-3

  • 53

    RashidiM. M.Alhuyi NazariM.MahariqI.AliN. (2022). Modeling and sensitivity analysis of thermal conductivity of ethylene glycol-water based nanofluids with alumina nanoparticles. Exp. Tech.47, 8390. 10.1007/S40799-022-00567-4

  • 54

    SantosJ. E.XuD.JoH.LandryC. J.ProdanovićM.PyrczM. J. (2020). PoreFlow-net: A 3D convolutional neural network to predict fluid flow through porous media. Adv. Water Resour.138, 103539. 10.1016/j.advwatres.2020.103539

  • 55

    SekarV.JiangQ.ShuC.KhooB. C. (2019). Fast flow field prediction over airfoils using deep learning approach. Phys. Fluids31, 057103. 10.1063/1.5094943

  • 56

    ShengH.ChenQ.LiJ.LiZ.WangZ.ZhangT. (2020). Robust adaptive backstepping active control of compressor surge based on wavelet neural network. Aerosp. Sci. Technol.106, 106139. 10.1016/j.ast.2020.106139

  • 57

    SohailM. U.HamdaniH. R.IslamA.ParvezK.KhanA. M.AllauddinU.et al (2021). Prediction of non-uniform distorted flows, effects on transonic compressor using CFD, regression analysis and artificial neural networks. Appl. Sci.11, 3706. 10.3390/app11083706

  • 58

    SreedharaB. M.RaoM.MandalS. (2019). Application of an evolutionary technique (PSO–SVM) and ANFIS in clear-water scour depth prediction around bridge piers. Neural Comput. Appl.31, 73357349. 10.1007/s00521-018-3570-6

  • 59

    SuderK. L.ChimaR. V.StrazisarA. J.RobertsW. B. (1995). The effect of adding roughness and thickness to a transonic axial compressor rotor. J. Turbomach.117, 491505. 10.1115/1.2836561

  • 60

    SunL.ZhengQ.LiY.BhargavaR. (2011). Understanding effects of wet compression on separated flow behavior in an axial compressor stage using CFD analysis. J. Turbomach.133. 10.1115/1.4003003

  • 61

    SuykensJ. A. K.VandewalleJ. (2000). Recurrent least squares support vector machines. IEEE Trans. Circuits Syst. I Fundam. Theory Appl.47, 11091114. 10.1109/81.855471

  • 62

    SyverudE.BakkenL. E. (2006). “The impact of surface roughness on axial compressor performance deterioration,” in Proc. ASME turbo expo (American Society of Mechanical Engineers Digital Collection), 5, 491501. PART A. 10.1115/GT2006-90004

  • 63

    TangT.LiuB. (2021). The genetic algorithm-radial basis function neural network to quickly predict aerodynamic performance of compressors. Proc. Inst. Mech. Eng. Part G. J. Aerosp. Eng.235, 537552. 10.1177/0954410020948977

  • 64

    UelschenM.LawerenzM. (2000). “Design of axial compressor airfoils with artificial neural networks and genetic algorithms,” in Fluids 2000 conf. Exhib. (American Institute of Aeronautics and Astronautics Inc.). 10.2514/6.2000-2546

  • 65

    van GestelT.SuykensJ. A. K.BaesensB.ViaeneS.VanthienenJ.DedeneG.et al (2004). Benchmarking least squares support vector machine classifiers. Mach. Learn54, 532. 10.1023/B:MACH.0000008082.80494.e0

  • 66

    VuongT-D.KimK-Y. (2021). Stability enhancement of a single-stage transonic axial compressor using inclined oblique slots. Energies14, 2346. 10.3390/en14092346

  • 67

    WangY.SongM.XinJ.YangB. (2022). Analysis of the flow field at the tip of an axial flow compressor during rotating stall process based on the POD method. Processes11, 69. 10.3390/pr11010069

  • 68

    WuX.LiuB.RicksN.GhorbaniaslG. (2019). Surrogate models for performance prediction of axial compressors using through-flow approach. Energies13, 169. 10.3390/en13010169

  • 69

    WuX.LiuB.ZhangB.MaoX. (2021). Effect of circumferential single casing groove location on the flow stability under tip-clearance effect in a transonic axial flow compressor rotor. Energies14, 6143. 10.3390/en14196143

  • 70

    YazarI.KiyakE.YavuzH. S. (2014). Modelling and comparison of compressor performance parameters by using ANFIS. Adv. Mater. Res.1016, 710715. 10.4028/www.scientific.net/AMR.1016.710

  • 71

    YuY.ChenL.SunF.WuC. (2007). Neural-network based analysis and prediction of a compressor’s characteristic performance map. Appl. Energy84, 4855. 10.1016/j.apenergy.2006.04.005

  • 72

    YueZ.ZhouC.JinD.GuiX. (2022). A spanwise loss model for axial compressor stator based on machine learning. Chin. J. Aeronaut.35, 7484. 10.1016/j.cja.2022.05.013

  • 73

    ZendehboudiA.LiX. (2017). Robust predictive models for estimating frost deposition on horizontal and parallel surfaces. Int. J. Refrig80, 225237. 10.1016/J.IJREFRIG.2017.05.013

  • 74

    ZhangM.HaoS.HouA. (2021). Study on the intelligent modeling of the blade aerodynamic force in compressors based on machine learning. Mathematics9, 476. 10.3390/math9050476

  • 75

    ZhaoH.DuJ.ZhangW.ZhangH.NieC. (2023). A review on theoretical and numerical research of axial compressor surge. J. Therm. Sci.32, 254263. 10.1007/s11630-022-1682-x

Summary

Keywords

artificial neural network, axial flow compressor, intelligent methods, machine learning, surge

Citation

Pakatchian MR, Ziamolki A and Alhuyi Nazari M (2023) Applications of machine learning approaches in aerodynamic aspects of axial flow compressors: A review. Front. Energy Res. 11:1135055. doi: 10.3389/fenrg.2023.1135055

Received

31 December 2022

Accepted

14 March 2023

Published

27 March 2023

Volume

11 - 2023

Edited by

Gianluigi De Falco, DICMAPI—University of Naples Federico II, Italy

Reviewed by

Vedran Mrzljak, University of Rijeka, Croatia

Apurba Kumar Roy, Birla Institute of Technology, Mesra, India

Updates

Copyright

*Correspondence: Mohammad Alhuyi Nazari,

This article was submitted to Process and Energy Systems Engineering, a section of the journal Frontiers in Energy Research

Disclaimer

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.

Outline

Figures

Cite article

Copy to clipboard


Export citation file


Share article

Article metrics