Next Article in Journal
Analysis of Rare Earth Elements in Pteridophytes from the Historical Mining Area, Southwestern Japan
Previous Article in Journal
Cyber-Resilience Evaluation Methods Focusing on Response Time to Cyber Infringement
Previous Article in Special Issue
Experimental and Mechanism Study of Aerodynamic Noise Emission Characteristics from a Turbocharger Compressor of Heavy-Duty Diesel Engine Based on Full Operating Range
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Explainable Prediction Model for Aerodynamic Noise of an Engine Turbocharger Compressor Using an Ensemble Learning and Shapley Additive Explanations Approach

1
School of Automotive Studies, Tongji University, Shanghai 201804, China
2
SAIC Motor, General Institute of Innovation Research and Development, Shanghai 201804, China
*
Author to whom correspondence should be addressed.
Sustainability 2023, 15(18), 13405; https://doi.org/10.3390/su151813405
Submission received: 24 July 2023 / Revised: 29 August 2023 / Accepted: 4 September 2023 / Published: 7 September 2023

Abstract

:
In the fields of environment and transportation, the aerodynamic noise emissions emitted from heavy-duty diesel engine turbocharger compressors are of great harm to the environment and human health, which needs to be addressed urgently. However, for the study of compressor aerodynamic noise, particularly at the full operating range, experimental or numerical simulation methods are costly or long-period, which do not match engineering requirements. To fill this gap, a method based on ensemble learning is proposed to predict aerodynamic noise. In this study, 10,773 datasets were collected to establish and normalize an aerodynamic noise dataset. Four ensemble learning algorithms (random forest, extreme gradient boosting, categorical boosting (CatBoost) and light gradient boosting machine) were applied to establish the mapping functions between the total sound pressure level (SPL) of the aerodynamic noise and the speed, mass flow rate, pressure ratio and frequency of the compressor. The results showed that, among the four models, the CatBoost model had the best prediction performance with a correlation coefficient and root mean square error of 0.984798 and 0.000628, respectively. In addition, the error between the predicted total SPL and the observed value was the smallest, at only 0.37%. Therefore, the method based on the CatBoost algorithm to predict aerodynamic noise is proposed. For different operating points of the compressor, the CatBoost model had high prediction accuracy. The noise contour cloud in the predicted MAP from the CatBoost model was better at characterizing the variation in the total SPL. The maximum and minimum total SPLs were 122.53 dB and 115.42 dB, respectively. To further interpret the model, an analysis conducted by applying the Shapley Additive Explanation algorithm showed that frequency significantly affected the SPL, while the speed, mass flow rate and pressure ratio had little effect on the SPL. Therefore, the proposed method based on the CatBoost algorithm could well predict aerodynamic noise emissions from a turbocharger compressor.

1. Introduction

As the problems of energy shortage and environmental pollution are becoming more and more prominent, reducing fuel consumption and pollutant emissions from road vehicles is one of the most important approaches to achieving environmentally and economically sustainable development [1,2,3]. Turbochargers are widely used in the transportation field because they increase engines’ specific power and reduce gas emissions [4,5,6,7]. Unfortunately, the noise emissions generated by turbochargers become a non-negligible part of the engine noise source, hindering environmentally sustainable development to some extent [8,9]. In addition, due to the increase in output power requirements for diesel engines, the turbocharger pressure ratio increases, resulting in an increase in the compressor load and higher aerodynamic noise emissions [10,11]. The existing literature indicates that aerodynamic noise is considered to be the main noise source in turbochargers [12,13]. Aerodynamic noise mainly consists of discrete noise and broadband noise, which is generated by the turbulent motion between the airflow and the compressor components [14,15]. Due to the complexity of the turbulent motion, it is difficult to quantitatively describe the flow field and the resulting induced sound field during the operation of a turbocharger compressor by means of a complete mathematical analytical formula. Therefore, experimental or numerical simulation methods are often relied upon to obtain a realistic situation of the compressor aerodynamic noise.
Analyzing the aerodynamic noise distribution of a compressor is the basis for achieving aerodynamic noise emission control. Researchers have conducted numerous experimental studies on compressors’ aerodynamic noise. Raitor et al. [16] studied the main noise sources of centrifugal compressors. The results indicated that blade passing frequency (BPF) noise, buzzsaw noise and tip clearance noise were the main noise sources. Figurella et al. [17] showed that in the compressor, BPF and its harmonic frequencies, discrete noise could be observed. Sun et al. [18] conducted experiments to investigate the influences of foam metal casing treatment on an axial flow compressor’s aerodynamic noise. The results showed that the use of the foam metal casing treatment could reduce aerodynamic noise within a range of 0.18 dB∼1.6 dB. Zhang et al. [19] used the experiment method to investigate the effect of differential tip clearances on the noise emissions of an axial compressor. The results showed that when the tip clearance was small, the sound pressure level (SPL) of the compressor was lowest. Furthermore, Galindo et al. [20] carried out experiments to study the influence of inlet geometry on an automotive turbocharger compressor noise. They found that the aerodynamic noise emissions and surge margin could significantly improve using a convergent-divergent nozzle. Therefore, the experimental approach is an effective way to study the aerodynamic noise of turbocharger compressors. However, the test bench operation and cost limitations make it difficult to carry out the measurement of SPL for compressor aerodynamic noise under arbitrary operating conditions. This brings challenges for reducing compressor noise emissions and promoting environmentally sustainable development.
With the gradual development of computational fluid dynamics (CFD), numerical simulation techniques for compressor noise coupled with CFD and computational aerodynamic acoustics methods have been widely used [21,22]. Liu et al. [23] calculated the unsteady flow field of a compressor and used the flow field results to obtain noise source information. In order to calculate centrifugal fan and axial compressor noises, the RANS method and the Ffowcs Williams and Hawkings (FW–H) equation were used by Khelladi et al. [24] and Laborderie et al. [25]. Karim et al. [12] conducted a CFD numerical simulation with the use of the Large Eddy Simulation approach to measure the pressure signal at the inlet and outlet of a compressor, and to calculate the SPL and spectral distribution. Lu et al. [26] conducted an experimental and simulation investigation on the aerodynamic noise of an axial compressor. They found that the main sound source areas were the rotor and stator. In addition, Zhang et al. [27] used multiple calculation methods to investigate the effect of an approximately solid surface wall on fan noise propagation. However, due to the large resource consumption and long computation time of the multi-dimensional and dense-grid numerical simulation of compressor noise, there are certain disadvantages in engineering applications.
From the above literature analysis, it is clear that traditional experimental measurements are costly, long-period and complicated to operate. The advent of numerical simulation methods has made it possible to obtain more detailed flow structures and richer flow field information than experiments at a lower cost. However, turbulence is a nonlinear mechanical system with a large number of degrees of freedom and an extremely wide range of scales. For models with complex geometrical shapes and high Reynolds number flows, even if they rely on numerical simulation by computer, they still need to perform very complicated calculations on a rapidly increasing number of grids, which consumes huge computational resources. Therefore, in order to save the costs of experiments or simulations and shorten their time cycles, data-driven methods are gradually becoming a focus of attention [28]. That is, by means of machine learning, key information can be extracted and “black box” models constructed based on sample data from experiments or numerical simulations.
Machine learning, as an interdisciplinary discipline, has received sustained attention from many scholars in recent years [29,30,31]. Ensemble learning algorithms based on decision trees, such as extreme gradient boosting (XGBoost) and random forest (RF), are widely used in the study of complex nonlinear models in the environmental field [32,33]. Furthermore, the recently proposed categorical boosting (CatBoost) and light gradient boosting machine (LightGBM) algorithms have gained attention due to their excellent performance on small datasets and their strong overfitting resistance [34,35]. However, these algorithms are based on decision trees and are often considered “black box” algorithms, making it difficult to know their prediction process. In recent years, researchers have introduced a number of techniques to explain machine learning algorithms. The partial dependence diagram (PDP), as a classical method to reveal the mean partial relationship of one or more features in the model results, has been adopted by many researchers [36]. However, the average marginal benefits calculated by PDPs may hide the variability among data. Therefore, the Shapley Additive Explanation (SHAP) method was introduced to overcome these problems. The SHAP method is a game theory-based model diagnosis method that can improve interpretability by calculating the importance value of each input feature on the prediction results [37,38]. In addition, the SHAP method offers the possibility to visualize and interpret the contribution of a feature value to the predicted results using SHAP values.
In the existing literature, the experimental and numerical simulation methods are the main approaches used to study the aerodynamic noise characteristics. However, they are costly and long-period at the full compressor operating range, which has some drawbacks in engineering applications. To fill this gap, based on compressor aerodynamic noise datasets, four ensemble learning methods (RF, XGBoost, CatBoost and LightGBM) and the SHAP algorithm were used to establish an interpretable compressor aerodynamic noise prediction model in this study. The model based on the CatBoost algorithm with the best predictive performance among the four models was selected through tenfold cross-validation to carry out the aerodynamic noise prediction, and the differences between the predicted results and the observed values were compared and analyzed. A MAP diagram of the aerodynamic noise at the full operating range is presented. Furthermore, in order to understand the prediction process of the proposed method, the SHAP algorithm was used to reveal the nonlinear relationship between the model input features and the predicted results. The interpretable prediction model proposed in this study could accurately evaluate the compressor aerodynamic noise under arbitrary operating conditions and provide data and theoretical support for realizing the control of noise emissions and contributing to environmentally sustainable development. Figure 1 shows the research framework of this study.

2. Research Methodology

The interpretable prediction model building and analysis process for predicting compressor aerodynamic noise is shown in Figure 2. The compressor aerodynamic noise data were obtained from the experiments, and the data were processed to build the emission prediction model. Four ensemble machine learning methods (random forest (RF), extreme gradient boosting (XGBoost), categorical boosting (CatBoost) and light gradient boosting machine (LightGBM)) were used to construct the models, and then an interpretable algorithm of Shapley Additive Explanations (SHAP) was used to analyze the extent to which the input features contributed to the output results and provided explanations for the aerodynamic noise prediction process. The results of the study can provide decision-making for compressor aerodynamic noise emission control.

2.1. Experimental System and Method

Figure 3 shows the schematic of the turbocharger compressor aerodynamic noise test rig. In the compressor noise experimental system, the PCB-SN152495 type microphone was used to measure the sound pressure level (SPL) of aerodynamic noise, the PCB-HT356B21 type vibration sensor was used to test the vibration acceleration on the surface of the compressor worm shell and the SPL and vibration signals were collected and analyzed by the SIEMENS signal acquisition method. A detailed description of turbocharger test bench can be found in the literature [39,40], and the turbocharger test bench and aerodynamic noise test instruments are shown in Table 1. As can be seen from Table 1, the turbocharger performance and noise test rig consisted of four parts, which were the compressor section, turbine section, intake and exhaust piping and components, and noise test section, respectively. Table 2 lists the measuring ranges, accuracies and uncertainties of the aerodynamic noise test instruments [40].

2.2. Research Object

The research object of this study was the turbocharger compressor of a heavy-duty diesel engine. The compressor structure using a splitter blade, the diffuser using a bladeless structure and the specific parameters are shown in Table 3. A detailed description of the specification dimensions of the compressor can be found in the literature [40].

2.3. Dataset Creation

During the experiments, the JB/T 12332-2015 “Turbocharger Noise Test Method” standard was referenced to test the noise of the compressor [41]. In order to ensure the repeatability and accuracy of the aerodynamic noise experiments of the compressor, the laboratory environment and instruments needed to be measured and calibrated before the test started. The measurement methods and procedures are described in the literature [40]. In addition, the turbine, exhaust pipes and facilities of the turbocharger for the test were covered and soundproofed to ensure that the compressor inlet aerodynamic noise experiments were not affected by other noise sources. In the experiments, the SPLs of aerodynamic noise corresponding to different frequencies were recorded by adjusting the speed, pressure ratio and mass flow rate of the compressor. The formula for calculating the total SPL of aerodynamic noise is shown in Equation (1) [42]:
L t o t a l = 10 log ( i = 1 n 10 L i 10 )
where L t o t a l and L i are the total SPL and SPL at a fixed frequency point, respectively. n is the number of frequency points.
In this study, a total of 10,773 sets of aerodynamic noise data were obtained from the experiments. The noise test points were determined based on a MAP diagram of the compressor performance, as shown in Figure 4. The noise test points included 21 operating points. In addition, the datasets collected in the experiments were obtained from a previous study [40]. The remaining operating points were the compressor performance distribution points.
The distribution of the dataset is shown in Table 4. From the table, it can be seen that the dataset covered a total of seven speed lines ranging from 60,000 r/min to 110,000 r/min, including three operating regions of the compressor: near-choke region, high-efficiency region and near-surge region.

2.4. Model Building and Performance Evaluation

In this study, one traditional ensemble learning algorithm (RF) and three gradient boosting decision tree (GBDT) algorithms (XGBoost, CatBoost and LightGBM) were used to build a compressor aerodynamic noise emissions prediction model. Compared to complex deep learning models, using four ensemble models made it easier to capture the variation in parameters and variable interpretation within each model. For the ensemble learning component, the RF was a typical bagging algorithm that accomplished a classification task by voting and a regression task by averaging [43]. Specifically, the RF was a set of decision trees, and each tree was constructed using the best split for each node among a subset of predictors randomly chosen at that node. In the end, a simple majority vote was taken for prediction. The GBDT was a machine learning model for regression and classification, and its effective implementations included XGBoost. However, the efficiency and standardization of XGBoost was not satisfactory when feature dimensionality was high and the data size was large. Therefore, the CatBoost and LightGBM models were proposed, and these models were shown to significantly outperform other models in terms of accuracy for structured and tabulated data [44]. To be specific, CatBoost used greedy strategies to consider combinations to improve classification accuracy when constructing new split points for the current tree. Meanwhile LightGBM contained two novel techniques including Gradient-based One-Sided Sampling and Exclusive Feature Bundling [45].
The ensemble learning models in this study were all implemented based on scikit-learn and Python libraries. To ensure the accuracy of the models, each model uniformly used 80% of the dataset as the training set and 20% of the dataset as the validation set. The optimal model was obtained by adjusting the training strategy using GridSearch and tenfold cross-validation methods, in which the training set was randomly divided into ten copies and the ten subsets were traversed in turn, with the current subset used for testing and the remaining nine copies used for training. The performance of the prediction model was evaluated using the coefficient of determination (R2) and the root mean square error (RMSE). The R2 and RMSE were calculated as shown in Equations (2) and (3):
R 2 = 1 1 N ( y p y o ) 2 1 N ( y ¯ y o ) 2
R M S E = 1 N ( y p y o ) 2 N
where N is the sample size, y p is the predicted value, y o is the test observation and y ¯ is the average of y o .
The setup parameters of the four models are listed in Table 5.
The distributions of the predicted operating points of the prediction models are shown in Figure 5. The remaining operating points were the aerodynamic noise test points of the compressor at different speed lines.

2.5. Model Interpretation

Ensemble learning models based on decision trees have often been considered as “black box” models. However, while establishing prediction models accurately, it is also necessary to explain how the prediction models work effectively. SHAP summary graphs obtained using the SHAP method have been shown to be effective in explaining the predicted results of decision tree models [38]. In a SHAP summary graph, the horizontal axis (x-axis) represents the SHAP value, and the magnitude of the value indicates the average marginal contribution of the input features to the model output. A SHAP value of less than 0 indicates a negative contribution; equal to 0, no contribution; and greater than 0, a positive contribution. A positive contribution means that the input features are highly important to the final predicted result, while the least important features result in a negative contribution. Each input feature was ranked from top to bottom according to its importance, with the top features contributing more to the predicted results of the model than the bottom features. The points representing the feature values were plotted horizontally, and the color of each point from low (blue) to high (red) represents the magnitude of the SHAP value for that feature [46].

3. Results and Discussion

3.1. Descriptive Statistics of Parameters Affecting Sound Pressure Level

3.1.1. Identification of Interest Parameters

In this study, two interest parameters included the compressor operating characteristics and the aerodynamic noise characteristics, which were introduced to explain their effects on the aerodynamic noise SPL. The two parameters are shown in Table 6. The parameters of compressor operating characteristics include speed, pressure ratio and mass flow rate. Related studies [47,48] have shown that compressor operating characteristics reflect the operating condition of the compressor and have an obvious impact on the SPL of aerodynamic noise. Aerodynamic noise characteristics refere to the frequencies corresponding to the SPL of aerodynamic noise. The SPL of aerodynamic noise varied for different frequencies. However, the coupling effect of these four characteristics (speed, pressure ratio, mass flow rate and frequency) on the SPL of the compressor was not well investigated, especially in terms of the contribution of each characteristic to the SPL, which was one of the focuses of this study.

3.1.2. Distribution of Input Features

During the experiments, the compressor operating conditions were adjusted by changing the compressor speed, pressure ratio and mass flow rate, and the aerodynamic noise was measured. As can be seen from Figure 4 and Table 4, the compressor speed distribution ranged from 60,000 r/min to 110,000 r/min, the pressure ratio distribution ranged from 1.3 to 4.175, the mass flow rate distribution ranged from 0.151 kg/s to 0.542 kg/s and the frequency distribution ranged from 0 to 25,600 Hz. Therefore, by changing the speed, pressure ratio and mass flow rate within a certain range, the compressor was operated under different operating conditions, and then the aerodynamic noise was generated.
Different frequencies corresponded to different SPLs of aerodynamic noise. The aerodynamic noise characteristics of the compressor under various operating conditions are shown in Figure 6, and the experimental data were provided by a previous study [40]. From the figure, it can be seen that under the same operating conditions, the SPL of aerodynamic noise basically tended to decrease as the frequency increased. The frequency distribution ranged from 0 to 25,600 Hz, which shows that different frequencies had an effect on the SPL of aerodynamic noise.
Therefore, speed, pressure ratio, mass flow rate and frequency were selected as the four features describing the aerodynamic noise generated during the operation of the compressor, and the output result was the SPL of the corresponding frequency. In this study, a total of 10,773 sets of valid data were collected, in which each set of data contained the SPL of aerodynamic noise and the four characteristic values affecting the SPL. To prevent the influence of the magnitude on the model training results, all the eigenvalues were normalized.

3.2. Importance of Input Features

The importance of the input features of the models was analyzed using the SHAP method. Figure 7 shows the results of ranking the importance of the input features for the four models. In the figure, the SHAP values of all features obtained by applying the SHAP method were within 0.18. Among the four models, the SHAP values of each feature were frequency > speed > mass flow rate > pressure ratio in descending order. Among all the features, frequency was the most important feature which affected the SPL of the aerodynamic noise, and its average SHAP value was above 0.16. This was because the SPLs of the aerodynamic noise corresponding to different frequencies were significantly different under the same compressor operating conditions (speed, mass flow rate and pressure ratio were the same), which made frequency have the greatest effect on the SPL. This result is consistent with that of Xu et al. [49]. Compared with the RF model, the SHAP values of speed in the three models of XGBoost, CatBoost and LightGBM were all above 0.02, and there was a significant difference with the third ranked mass flow rate. This indicates that the influence of speed was still larger in these three models. The above results show that among the four models, the frequency, speed, mass flow rate and pressure ratio had an influence on the output results of the prediction models and could be used as the input features.

3.3. Model Performance Comparison

Four prediction models of compressor aerodynamic noise were obtained by training and tenfold cross-validation with 8618 sets of a training dataset. The purpose of the tenfold cross-validation for prediction models was to select the optimal model parameters corresponding to the four models, thus improving the generalization ability of the models [43]. The R2 and RMSE obtained for each calculation in the tenfold cross-validation are shown in Figure 8, and the average R2 and average RMSE values from the tenfold cross-validation of the four models are shown in Figure 9. As can be seen from Figure 8, among the ten tests, the best prediction performance tests of RF, XGBoost, CatBoost and LightGBM were Test 5, Test 10, Test 6 and Test 3, respectively. In addition, from Figure 8 and Figure 9, it can be seen that the R2, RMSE and the mean R2 and mean RMSE of the model training results in the tenfold cross-validation were close. Among them, the CatBoost model had the largest mean R2 and the smallest mean RMSE with the values of 0.983579 and 0.000694, respectively. Therefore, for the four models, the optimal model was selected, respectively, for predictions adopting the tenfold cross-validation method.
To determine the prediction performances of the models, the best models built by the four ensemble machine learning algorithms were applied to predict the 2155 datasets in the validation set, respectively. Figure 10 shows the R2 and RMSE of the predicted results of the four models. It can be seen that overfitting was avoided in all four models. Among the four models, the largest R2 and the smallest RMSE with the values of 0.984798 and 0.000628 can be seen in the CatBoost model, respectively, which indicates that the CatBoost-based model had the best predictive performance. Therefore, in this study, frequency, speed, mass flow rate and pressure ratios were used as the model input features, and the CatBoost algorithm was applied to build the compressor aerodynamic noise emission prediction model.
Figure 11 shows the observed values and the predicted total SPL of aerodynamic noise for the four models. The predicted total SPL of aerodynamic noise based on the CatBoost algorithm had only 0.37% error compared with the observed value, which was the smallest error among the four models, indicating that the model established by applying the CatBoost algorithm had the highest prediction accuracy.
The predicted results of the CatBoost model based on 2155 sets of validation datasets were compared with the observed values. The comparison results for three randomly selected operating condition points are shown in Figure 12. The slanted straight line indicated the degree of fit between the predicted and observed values. In this study, 60,000 r/min, 90,000 r/min and 110,000 r/min were chosen to represent the low, medium and high speeds of the compressor, respectively. The CatBoost model had a high prediction accuracy under all three operating conditions. Compared with the medium and high speeds, the CatBoost model had the highest prediction accuracy under low-speed conditions (60,000 r/min) with an R2 and RMSE of 0.997237 and 1.290883, respectively, indicating that the CatBoost model could accurately capture and predict the nonlinear relationship between the SPL of the compressor’s aerodynamic noise and different input features.

3.4. Predicted Results and Model Interpretation of CatBoost Model

3.4.1. Predicted Results

Related studies have shown that the blade passing frequency (BPF) noise is one of the main noise components of a compressor’s aerodynamic noise. The BPF is calculated as follows:
f B = n Z 60
where n and Z are the compressor speed and the number of blade sets, respectively.
Figure 13 shows the predicted results of aerodynamic noise at the untested operating points in the MAP diagram of the compressor. The SPL of aerodynamic noise decreased with an increase in the frequency at different operating condition points, which was consistent with the trend in the observed values. It was further observed that for all predicted points, there was one peak at the BPF, and the peak was more obvious as the speed increased. This indicates that the model based on the CatBoost algorithm could well predict the acoustic information at specific frequencies.
From the above analysis, it can be seen that the prediction model based on the CatBoost algorithm could predict the aerodynamic noise for any operating conditions of the compressor and calculate the total SPL. Therefore, the aerodynamic noise MAP diagram could be given correspondingly while predicting the aerodynamic performance of the compressor. Figure 14 shows the noise MAP drawn directly using the observed values and the MAP drawn using the predicted results of the model. Among them, the noise MAP of the observed values consisted of the total SPL for the 21 test conditions, and the noise MAP predicted by the CatBoost model included the 21 observed values and the total SPLs predicted by 21 predicted points. As can be seen from the figure, the compressor aerodynamic noise increased with an increase in the compressor speed. At the same speed, the lowest total SPL of aerodynamic noise was found in the region of medium pressure ratio and medium mass flow rate. The MAP diagrams of aerodynamic noise predicted by the CatBoost model and the observed values are in good agreement, and the locations of the SPL contours are basically the same. In addition, compared with the experimental aerodynamic noise MAP, the noise contours in the predicted MAP are better at characterizing the changes in the total SPL. The maximum and minimum predicted total SPLs were 122.53 dB and 115.42 dB, respectively. Therefore, the comparison in Figure 14 further verifies the feasibility of the model built based on the CatBoost algorithm in the prediction of compressor aerodynamic noise, which could provide an accurate and usable numerical tool for the analysis of compressor aerodynamic noise prediction.

3.4.2. Interpretation of CatBoost Model Based on SHAP Method

The non-linear relationship between the four input features of the CatBoost-based aerodynamic noise prediction model and the SPL of the aerodynamic noise was revealed by the SHAP method. The results were extracted from a Python SHAP library. Figure 15 shows the effect of changing the input features on the SHAP value of the aerodynamic noise SPL. The color trends of the four input features show that the SPL of aerodynamic noise increased with an increase in the speed, mass flow rate and pressure ratio, and decreased with an increase in frequency. Among them, changing speed had the greatest effect on the change in SPL compared with the mass flow rate and pressure ratio. It was further observed that the SHAP values of the remaining three input features, except frequency, on the SPL of aerodynamic noise, were mainly concentrated around 0. This indicates that under similar operating conditions, the speed, mass flow rate and pressure ratio had less influence on the SPL of aerodynamic noise, while frequency could significantly affect the aerodynamic noise SPL of the compressor.
The SHAP method was used to further quantify the contribution of the four input features at each operating point of the compressor aerodynamic noise. The CatBoost model was applied to predict the SPL of the aerodynamic noise for one randomly selected data point from 10,773 datasets, and the SHAP method was used to calculate the contribution of the feature values. The calculation results were extracted from a Python SHAP library as shown in Figure 16. E f x represents the average of the predicted results of all samples and f x represents the predicted result of that point. The red color indicates that the feature led to an increase in the SPL, and the blue color indicates that the feature led to a decrease in the SPL. As can be seen from the figure, the frequency, speed and pressure ratio played a role in reducing the SPL of aerodynamic noise. At the same frequency, changing the compressor mass flow rate and speed had a greater effect on the SPL. Therefore, the SHAP method could effectively evaluate and quantify the influences of all features on the SPL during the operation of the compressor, which further increased the credibility of the prediction model for compressor aerodynamic noise based on the CatBoost algorithm.

3.5. Comparative Analysis of the Results with the Existing Research Findings

In order to further emphasize the novelty of this study, a detailed comparison was conducted between this study and existing research findings, as shown in Table 7.
As can been seen from Table 7, the existing literature focused on compressor noise characteristics analysis, and the research methods used in the studies included experimentation, numerical simulation, and a combination of experimental and numerical simulation. The findings mainly included aerodynamic noise characteristics of compressors at specific operating points. However, there were few studies on the aerodynamic noise prediction of centrifugal compressors for engine turbochargers under the entire operating range. In addition, the coupling effect between the influencing parameters (speed, mass flow rate, pressure ratio and frequency) and the total SPL of the compressor was not sufficiently analyzed, especially the contribution of each characteristic toward the SPL. Therefore, the innovation involved in this study was to propose a method that could accurately predict the aerodynamic noise of a turbocharger compressor under arbitrary working conditions based on ensemble learning. In addition, the SHAP algorithm was used to analyze the aerodynamic noise prediction process, which illustrated that the speed, mass flow rate and pressure ratio had little effect on the SPL of the aerodynamic noise, while frequency could significantly affect the SPL. The results of this study could provide a theoretical basis for reducing the aerodynamic noise emissions of compressors and have engineering guidance significance.

4. Conclusions

Environmentally sustainable development plays an important role in human health and social development. The analysis of the aerodynamic noise of turbocharger compressors is significant for reducing noise emissions. In order to accurately evaluate the aerodynamic noise emissions under arbitrary operating conditions of a heavy-duty diesel engine turbocharger compressor, aerodynamic noise experiments on turbocharger compressors and established datasets were conducted in this study. Four ensemble machine learning algorithms (random forest (RF), extreme gradient boosting (XGBoost), categorical boosting (CatBoost) and light gradient boosting machine (LightGBM)) were introduced to establish a compressor aerodynamic noise emission prediction model, and the SHAP algorithm was used to analyze the contribution of input features toward the model results. The main findings were as follows:
  • In the compressor aerodynamic noise prediction model, the speed, pressure ratio, mass flow rate and frequency were the important input features. The degree of importance of the input features calculated based on the SHAP algorithm was frequency > speed > mass flow rate > pressure ratio in descending order. Compared with RF, the SHAP values of speed were above 0.02 in all three models of XGBoost, CatBoost and LightGBM, indicating that speed had some influence on the output results of the prediction models.
  • The compressor aerodynamic noise model based on the CatBoost algorithm had the best prediction performance with the largest R2 and the smallest RMSE with the values of 0.984798 and 0.000628, respectively. In addition, among the four models, the CatBoost model had the smallest error between the total SPL of aerodynamic noise and the observed value, which was only 0.37%.
  • The CatBoost model had a high prediction accuracy at different operating points of the compressor. The predicted aerodynamic noise MAP from the CatBoost model and the experimental noise MAP were in good agreement, and the SPL contour locations were basically the same. In addition, compared with the experimental noise MAP, the predicted noise MAP was better at characterizing the variation in the total SPL of the aerodynamic noise.
  • The analysis of the input characteristics of the prediction model based on the SHAP algorithm showed that the frequency and the SPL were negatively correlated. The speed, mass flow rate and pressure ratio and the SPL showed a positive correlation. In addition, the effects of the speed, mass flow rate and pressure ratio on the SPL were small, while frequency could significantly affect the SPL of the compressor.
  • The prediction model of compressor aerodynamic noise established by applying the CatBoost algorithm could accurately evaluate aerodynamic noise under arbitrary operating conditions and provide data and theoretical support for realizing the control of aerodynamic noise emissions, contributing to environmentally sustainable development.

Author Contributions

Methodology, Q.W.; Software, P.Q.; Formal analysis, R.H. and X.S.; Investigation, R.H. and P.Q.; Resources, J.N. and Q.W.; Writing—original draft, R.H. and P.Q.; Writing—review & editing, R.H. and Q.Y.; Supervision, Q.W. and X.S.; Project administration, J.N.; Funding acquisition, J.N. and Q.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by National Natural Science Foundation of China Youth Science Foundation project (Grant No. 22102116) and the State Key Laboratory of Internal Combustion Engine Reliability Open Subject Foundation of China (Grant No. skler-202114).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are available in the main text of the article.

Acknowledgments

The team of authors acknowledges anonymous reviewers for their feedback, which certainly improved the clarity and quality of this paper.

Conflicts of Interest

The authors declare that they have no known competing financial interest or personal relationship that could have appeared to influence the work reported in this paper.

References

  1. Ahmed, S.A.; Zhou, S.; Zhu, Y.; Tsegay, A.S.; Feng, Y.; Ahmad, N.; Malik, A. Effects of Pig Manure and Corn Straw Generated Biogas and Methane Enriched Biogas on Performance and Emission Characteristics of Dual Fuel Diesel Engines. Energies 2020, 13, 889. [Google Scholar] [CrossRef]
  2. Huang, R.; Ni, J.; Cheng, Z.; Wang, Q.; Shi, X.; Yao, X. Assessing the effects of ethanol additive and driving behaviors on fuel economy, particle number, and gaseous emissions of a GDI vehicle under real driving conditions. Fuel 2021, 15, 121642. [Google Scholar] [CrossRef]
  3. Ahmed, S.A.; Zhou, S.; Zhu, Y.; Feng, Y.; Malik, A.; Ahmad, N. Influence of Injection Timing on Performance and Exhaust Emission of CI Engine Fuelled with Butanol-Diesel Using a 1D GT-Power Model. Processes 2019, 7, 299. [Google Scholar] [CrossRef]
  4. Wang, J.; Shen, L.; Bi, L.; Lei, J. Influences of a variable nozzle turbocharger on the combustion and emissions of a light-duty diesel engine at different altitudes. Fuel 2023, 349, 128626. [Google Scholar] [CrossRef]
  5. Bao, J.; Qu, P.; Wang, H.; Zhou, C.; Zhang, L.; Shi, C. Implementation of various bowl designs in an HPDI natural gas engine focused on performance and pollutant emissions. Chemosphere 2022, 303, 135275. [Google Scholar]
  6. Shi, C.; Chai, S.; Di, L.; Ji, C.; Ge, Y.; Wang, H. Combined experimental-numerical analysis of hydrogen as a combustion enhancer applied to Wankel engine. Energy 2023, 263, 125896. [Google Scholar] [CrossRef]
  7. Broatch, A.; Ruiz, S.; García-Tíscar, J.; Roig, F. On the influence of inlet elbow radius on recirculating backflow, whoosh noise and efficiency in turbocharger compressors. Exp. Therm. Fluid 2018, 96, 224–233. [Google Scholar]
  8. Mao, Y.; Fan, C.; Zhang, Z.; Song, S.; Xu, C. Control of noise generated from centrifugal refrigeration compressor. Mech. Syst. Signal Process. 2021, 152, 107466. [Google Scholar] [CrossRef]
  9. Chen, S.; Zuo, S.; Wu, Z.; Liu, C. Comprehensive vibro-acoustic characteristics and mathematical modeling of electric high-speed centrifugal compressor surge for fuel cell vehicles at various compressor speeds. Mech. Syst. Signal Process. 2022, 178, 109311. [Google Scholar]
  10. Abom, M.; Kabral, R. Turbocharger noise—Generation and control. SAE Tech. Pap. 2014. [Google Scholar] [CrossRef]
  11. Sharma, S.; Broatch, A.; García-Tíscar, J.; Allport, J.; Nickson, A.K. Acoustic characterisation of a small high-speed centrifugal compressor with casing treatment: An experimental study. Aerosp. Sci. Technol. 2019, 95, 105518. [Google Scholar] [CrossRef]
  12. Karim, A.; Miazgowicz, K.; Lizotte, B.; Abdelkrim, Z. Computational Aero-Acoustics Simulation of Compressor Whoosh Noise in Automotive Turbochargers. SAE Tech. Pap. 2013. [Google Scholar] [CrossRef]
  13. Wolfram, D.; Carolus, T. Experimental and numerical investigation of the unsteady flow field and tone generation in an isolated centrifugal fan impeller. J. Sound Vib. 2010, 329, 4380–4397. [Google Scholar] [CrossRef]
  14. Zhang, Y.; Xu, S.; Wan, Y. Performance improvement of centrifugal compressors for fuel cell vehicles using the aerodynamic optimization and data mining methods. Int. J. Hydrog. Energy 2020, 45, 11276–11286. [Google Scholar] [CrossRef]
  15. Chen, C.; Wang, Z.; Du, L.; Sun, D.; Sun, X. Simulating unsteady flows in a compressor using immersed boundary method with turbulent wall model. Aerosp. Sci. Technol. 2021, 115, 106834. [Google Scholar] [CrossRef]
  16. Raitor, T.; Neise, W. Sound generation in centrifugal compressors. J. Sound Vib. 2008, 314, 738–756. [Google Scholar] [CrossRef]
  17. Figurella, N.; Dehner, R.; Selamet, A.; Kevin, T.; Keith, M.; Robert, M. Noise at the mid to high flow range of a turbocharger compressor. Noise Control Eng. J. 2014, 62, 306–312. [Google Scholar] [CrossRef]
  18. Sun, D.; Li, J.; Xu, R.; Dong, X.; Zhao, D.; Sun, X. Effects of the foam metal casing treatment on aerodynamic stability and aerocoustic noise in an axial flow compressor. Aerosp. Sci. Technol. 2021, 115, 106793. [Google Scholar]
  19. Zhang, M.; Dong, X.; Jia, L.; Sun, D.; Sun, X. Effect of differential tip clearance on the performance and noise of an axial compressor. Aerosp. Sci. Technol. 2023, 132, 108070. [Google Scholar] [CrossRef]
  20. Galindo, J.; Tiseira, A.; Navarro, R.; Tarí, D.; Meano, C.M. Effect of the inlet geometry on performance, surge margin and noise emission of an automotive turbocharger compressor. Appl. Therm. Eng. 2017, 110, 875–882. [Google Scholar] [CrossRef]
  21. Stefano, F.; Stefano, P.; Giuseppe, C. CFD analysis of the acoustic behavior of a centrifugal compressor for high performance engine application. Energy Procedia 2014, 45, 759–768. [Google Scholar]
  22. Sun, H.; Lee, S. Numerical prediction of centrifugal compressor noise. J. Sound Vib. 2004, 269, 421–430. [Google Scholar] [CrossRef]
  23. Liu, Q.; Qi, D.; Mao, Y. Numerical calculation of centrifugal fan noise. Proc. Inst. Mech. Eng.-Part C 2006, 220, 1167–1177. [Google Scholar] [CrossRef]
  24. Khelladi, S.; Kouidri, S.; Bakir, F.; Rey, R. Predicting tonal noise from a high rotational speed centrifugal fan. J. Sound Vib. 2008, 313, 113–133. [Google Scholar] [CrossRef]
  25. Laborderie, J.; Soulat, L.; Moreau, S. Rediction of noise sources in axial compressor from URANS simulation. J. Propuls. Power 2014, 30, 1257–1271. [Google Scholar] [CrossRef]
  26. Lu, H.; Xiao, Y.; Liu, Z.; Yuan, Y. Simulation and experimental research on aerodynamic noise of gas turbine 1.5-stage axial compressor. Appl. Acoust. 2022, 192, 108722. [Google Scholar] [CrossRef]
  27. Zhang, J.; Chu, W.; Zhang, H.; Wu, Y.; Dong, X. Numerical and experimental investigations of the unsteady aerodynamics and aero-acoustics characteristics of a backward curved blade centrifugal fan. Appl. Acoust. 2016, 110, 256–267. [Google Scholar] [CrossRef]
  28. Huang, H.; Lim, T.; Wu, J.; Ding, W.; Pang, J. Multitarget prediction and optimization of pure electric vehicle tire/road airborne noise sound quality based on a knowledge- and data-driven method. Mech. Syst. Signal Process. 2023, 197, 110361. [Google Scholar] [CrossRef]
  29. Aygun, H.; Dursun, O.; Toraman, S. Machine learning based approach for forecasting emission parameters of mixed flow turbofan engine at high power modes. Energy 2023, 271, 127026. [Google Scholar] [CrossRef]
  30. Barbado, A.; Corcho, S. Interpretable Machine Learning Models for Predicting and Explaining Vehicle Fuel Consumption Anomalies. Eng. Appl. Artif. Intell. 2020, 115, 105222. [Google Scholar] [CrossRef]
  31. Cunha, B.Z.; Droz, C.; Zine, A.-M.; Foulard, S.; Ichchou, M. A Review of Machine Learning Methods Applied to Structural Dynamics and Vibroacoustic. Mech. Syst. Signal Process. 2023, 200, 110535. [Google Scholar] [CrossRef]
  32. Wen, L.; Yuan, X. Forecasting CO2 emissions in Chinas commercial department, through BP neural network based on random forest and PSO. Sci. Total Environ. 2020, 718, 137194. [Google Scholar] [CrossRef] [PubMed]
  33. Ding, X.; Feng, C.; Yu, P.; Li, K.; Chen, X. Gradient boosting decision tree in the prediction of NOX emission of waste incineration. Energy 2023, 718, 137194. [Google Scholar] [CrossRef]
  34. Thongthammachart, T.; Araki, S.; Shimadera, H.; Matsuo, M.; Kondo, M. Incorporating Light Gradient Boosting Machine to land use regression model for estimating NO2 and PM2.5 levels in Kansai region, Japan. Environ. Model. Softw. 2022, 155, 105447. [Google Scholar] [CrossRef]
  35. Nguyen, N.; Tong, K.T.; Lee, S.; Karamanli, A.; Vo, T.P. Prediction compressive strength of cement-based mortar containing metakaolin using explainable Categorical Gradient Boosting model. Eng. Struct. 2022, 269, 114768. [Google Scholar] [CrossRef]
  36. Wang, D.; Thunéll, S.; Lindberg, U.; Jiang, L.; Trygg, J.; Tysklind, M.; Souihi, N. A machine learning framework to improve effluent quality control in wastewater treatment plants. Sci. Total Environ. 2021, 784, 147138. [Google Scholar] [CrossRef] [PubMed]
  37. Amiri, S.; Mueller, M.; Hoque, S. Investigating the application of a commercial and residential energy consumption prediction model for urban Planning scenarios with Machine Learning and Shapley Additive explanation methods. Energy Build. 2023, 287, 112965. [Google Scholar] [CrossRef]
  38. Lundberg, S.; Lee, S. Unified Approach to Interpreting Model Predictions. In Proceedings of the Advances in Neural Information Processing Systems 30 (NIPS 2017), Long Beach, CA, USA, 4–9 December 2017. [Google Scholar]
  39. Huang, R.; Ni, J.; Fan, H.; Shi, X.; Wang, Q. Investigating a New Method-Based Internal Joint Operation Law for Optimizing the Performance of a Turbocharger Compressor. Sustainability 2023, 15, 990. [Google Scholar] [CrossRef]
  40. Huang, R.; Ni, J.; Wang, Q.; Shi, X.; Yin, Q. Experimental and Mechanism Study of Aerodynamic Noise Emission Characteristics from a Turbocharger Compressor of Heavy-Duty Diesel Engine Based on Full Operating Range. Sustainability 2023, 15, 11300. [Google Scholar] [CrossRef]
  41. Torregrosa, A.J.; Broatch, A.; Navarro, R.; García-Tíscar, J. Acoustic characterization of automotive turbocompressors. Int. J. Eng. Res. 2015, 16, 31–37. [Google Scholar] [CrossRef]
  42. Liu, C.; Cao, Y.; Zhang, W.; Ming, P.; Liu, Y. Numerical and experimental investigations of centrifugal compressor BPF noise. Appl. Acoust. 2019, 150, 290–301. [Google Scholar] [CrossRef]
  43. Wei, N.; Men, Z.; Ren, C.; Jia, Z.; Zhang, Y.; Jin, J.; Chang, J.; Lv, Z.; Guo, D.; Yang, Z.; et al. Applying machine learning to construct braking emission model for real-world road driving. Environ. Int. 2022, 166, 107386. [Google Scholar] [CrossRef] [PubMed]
  44. Robinson, C.; Dilkina, B.; Hubbs, J.; Zhang, W.; Guhathakurta, S.; Brown, M.A.; Pendyala, R.M. Machine learning approaches for estimating commercial building energy consumption. Appl. Energy 2017, 208, 889–904. [Google Scholar] [CrossRef]
  45. Ke, G.; Meng, Q.; Finley, T.; Wang, T.; Chen, W.; Ma, W.; Ye, Q.; Liu, T. LightGBM: A Highly Efficient Gradient Boosting Decision Tree. In Proceedings of the 31st Conference on Neural Information Processing Systems (NIPS 2017), Long Beach, CA, USA, 4–9 December 2017. [Google Scholar]
  46. Xu, J.; Saleh, M.; Hatzopoulou, M. A machine learning approach capturing the effects of driving behaviour and driver characteristics on trip-level emissions. Atmos. Environ. 2020, 224, 117311. [Google Scholar] [CrossRef]
  47. Zuo, S.; He, H.; Wu, X.; Wei, K. Numerical analysis on effects of inlet bent pipe’s position on a centrifugal compressor’s aerodynamic noise. Appl. Mech. Mater. 2014, 633–634, 1196–1201. [Google Scholar] [CrossRef]
  48. He, Z.; Han, Y.; Chen, W.; Zhou, M.; Xing, Z. Noise control of a two-stage screw refrigeration compressor. Appl. Acoust. 2020, 167, 107383. [Google Scholar] [CrossRef]
  49. Xu, C.; Zhou, H.; Mao, Y. Analysis of vibration and noise induced by unsteady flow inside a centrifugal compressor. Aerosp. Sci. Technol. 2020, 107, 106286. [Google Scholar] [CrossRef]
  50. Broatch, A.; Galindo, J.; Navarro, R.; García-Tíscar, J. Methodology for experimental validation of a CFD model for predicting noise generation in centrifugal compressors. Int. J. Heat Fluid Flow 2014, 50, 134–144. [Google Scholar] [CrossRef]
  51. Hu, X.; He, Z.; Yang, J.; Tao, P.; Hu, L.; Sun, S. Prediction and experimental study of radiated noise of rotating vane compressor under compound effects of multiple sources excitations. Int. J. Refrig. 2022, 142, 19–26. [Google Scholar] [CrossRef]
  52. Zhao, Y.; Cai, Y.; Zhou, Z.; Xu, Z.; Chen, S. Research on Intake System Noise Prediction and Analysis for a Commercial Vehicle with Air Compressor Model. SAE Tech. Pap. 2023. [Google Scholar] [CrossRef]
  53. Soulat, L.; Moreau, S.; Posson, H. Wake model effects on the prediction of turbulence-interaction broadband noise in a realistic compressor stage. In Proceedings of the 41st AIAA Fluid Dynamics Conference and Exhibit 2011, Honolulu, HI, USA, 27–30 June 2011. [Google Scholar]
  54. Sharma, S.; Broatch, A.; García-Tíscar, J.; Allport, J.M.; Nickson, A.K. Acoustic characteristics of a ported shroud turbocompressor operating at design conditions. Int. J. Eng. Res. 2020, 21, 1454–1468. [Google Scholar] [CrossRef]
  55. Wen, H.; Wang, J.; Liu, H.; Qian, X.; Cui, Y.; Hong, L. Test and prediction on the acoustic radiation of centrifugal compressor using hybrid method based on Morhing acoustic analogy. J. Ocean. Eng. Mar. Energy 2023, 9, 193–201. [Google Scholar] [CrossRef]
  56. Li, H.; Sun, Z.; Peng, X. Turbocharger Noise Prediction Using Broadband Noise Source Model. J. Beijing Inst. Technol. 2010, 19, 312–317. [Google Scholar]
Figure 1. Investigation procedure.
Figure 1. Investigation procedure.
Sustainability 15 13405 g001
Figure 2. Explainable prediction model for compressor aerodynamic noise using Shapley Additive Explanations approach.
Figure 2. Explainable prediction model for compressor aerodynamic noise using Shapley Additive Explanations approach.
Sustainability 15 13405 g002
Figure 3. Schematic diagram of aerodynamic noise for compressor test setup [40].
Figure 3. Schematic diagram of aerodynamic noise for compressor test setup [40].
Sustainability 15 13405 g003
Figure 4. Observed operating points of aerodynamic noise [40].
Figure 4. Observed operating points of aerodynamic noise [40].
Sustainability 15 13405 g004
Figure 5. Predicted operating points of aerodynamic noise.
Figure 5. Predicted operating points of aerodynamic noise.
Sustainability 15 13405 g005
Figure 6. Aerodynamic noise characteristics of compressor under various operating conditions.
Figure 6. Aerodynamic noise characteristics of compressor under various operating conditions.
Sustainability 15 13405 g006
Figure 7. Analysis of the importance of the input features in different models.
Figure 7. Analysis of the importance of the input features in different models.
Sustainability 15 13405 g007
Figure 8. R2 and RMSE values from the tenfold cross-validation of four models.
Figure 8. R2 and RMSE values from the tenfold cross-validation of four models.
Sustainability 15 13405 g008
Figure 9. Comparison of mean R2 and mean RMSE values of predicted results from the tenfold cross-validation of four models.
Figure 9. Comparison of mean R2 and mean RMSE values of predicted results from the tenfold cross-validation of four models.
Sustainability 15 13405 g009
Figure 10. Comparison of R2 and RMSE values of predicted results for four models.
Figure 10. Comparison of R2 and RMSE values of predicted results for four models.
Sustainability 15 13405 g010
Figure 11. Comparison of total SPL of predicted and observed values for four models.
Figure 11. Comparison of total SPL of predicted and observed values for four models.
Sustainability 15 13405 g011
Figure 12. The modeling results of the CatBoost model on the validation dataset.
Figure 12. The modeling results of the CatBoost model on the validation dataset.
Sustainability 15 13405 g012
Figure 13. The modeling results of the CatBoost model of the predicted operating conditions.
Figure 13. The modeling results of the CatBoost model of the predicted operating conditions.
Sustainability 15 13405 g013
Figure 14. Comparison of experimental and CatBoost model predicted total SPL emission clouds for aerodynamic noise.
Figure 14. Comparison of experimental and CatBoost model predicted total SPL emission clouds for aerodynamic noise.
Sustainability 15 13405 g014
Figure 15. Relationship between the SHAP value and the values of different input features.
Figure 15. Relationship between the SHAP value and the values of different input features.
Sustainability 15 13405 g015
Figure 16. Interpretation of the features contribution of the compressor aerodynamic noise prediction model.
Figure 16. Interpretation of the features contribution of the compressor aerodynamic noise prediction model.
Sustainability 15 13405 g016
Table 1. Distributions of turbocharger test bench and aerodynamic noise test instruments.
Table 1. Distributions of turbocharger test bench and aerodynamic noise test instruments.
Compressor SectionTurbine SectionIntake and Exhaust Piping and ComponentsNoise Test Section
Compressor inlet flowmeterTurbineAutomatic circulating valveVibration sensors
Compressor inlet pressure sensorTurbine inlet flowmeterElectric exhaust control valveMicrophone
Compressor inlet and outlet temperature sensorsTurbine inlet control valveElectric trimming valveSignal acquisition port
Speed sensorBurnerComputer
CompressorAir source and vent valve
Table 2. Measuring ranges, accuracies and uncertainties of instruments [40].
Table 2. Measuring ranges, accuracies and uncertainties of instruments [40].
InstrumentsParametersMeasuring RangeAccuracyUncertainty
TachometerSpeed0~400,000 r/min0.1 r/min0.01 r/min
MicrophoneNoise15~165 dB0.1 dB±0.02 dB
Vibration sensorVibration±490 m/s2 pk1%±0.2 m/s2
Temperature sensorCompressor inlet and outlet temperature−200~400 °C0.25 °C±0.1 °C
Pressure sensorCompressor inlet pressure−175~35,000 Pa, −40~85 °C0.05%±0.01%
Pressure sensorCompressor outlet pressure0~700,000 Pa, −40~85 °C0.05%±0.01%
Temperature sensorTurbine inlet and outlet temperature−200~1372 °C0.4%±0.1 °C
Pressure sensorTurbine inlet pressure0~700,000 Pa, −40~85 °C0.05%±0.01%
Pressure sensorTurbine outlet pressure−175~35,000 Pa, −40~85 °C0.05%±0.01%
Flow meterCompressor outlet mass flow rate30 standard liters per minute (SLM)~3000 SLM, 0~70 °C0.5%±0.1% F.S
Table 3. Compressor specification parameters [40].
Table 3. Compressor specification parameters [40].
ItemValue
Turbocharger compatibilityHeavy-duty diesel engine
Outlet diameter of impeller (mm)94.4
Inlet diameter of impeller (mm)66.46
Main blade number7
Splitter blade number7
Diffuser height (mm)4.77
Design pressure ratio4.5
Rated speed (r/min)117,000
Outlet diameter of diffuser (mm)166.15
Inlet diameter of diffuser (mm)90
Type of coolingOil cooling
Mass flow rate range (kg/s)0.08, 0.66
Table 4. Dataset distributions of noise test points.
Table 4. Dataset distributions of noise test points.
Speed (r/min)Mass Flow Rate (kg/s)Pressure RatioFrequency (Hz)Number of Datasets
60,0000.1511.7640~25,600 (interval of 50)513
60,0000.2441.5830~25,600 (interval of 50)513
60,0000.3281.30~25,600 (interval of 50)513
72,0000.1971.4760~25,600 (interval of 50)513
72,0000.3021.9140~25,600 (interval of 50)513
72,0000.4022.0630~25,600 (interval of 50)513
82,0000.2322.4650~25,600 (interval of 50)513
82,0000.3422.3310~25,600 (interval of 50)513
82,0000.4561.6630~25,600 (interval of 50)513
90,0000.2682.8630~25,600 (interval of 50)513
90,0000.3792.7230~25,600 (interval of 50)513
90,0000.4931.830~25,600 (interval of 50)513
95,0000.3493.1440~25,600 (interval of 50)513
95,0000.4262.9160~25,600 (interval of 50)513
95,0000.5091.9850~25,600 (interval of 50)513
101,0000.3763.5550~25,600 (interval of 50)513
101,0000.4493.3750~25,600 (interval of 50)513
101,0000.5262.2070~25,600 (interval of 50)513
110,0000.3984.1750~25,600 (interval of 50)513
110,0000.4684.0410~25,600 (interval of 50)513
110,0000.5422.6090~25,600 (interval of 50)513
Table 5. The setup parameters of the four models.
Table 5. The setup parameters of the four models.
ModelNumber of TreesDepth of TreesNumber of Leaf NodesMinimum Number of Samples for Leaf NodesLearning RateSampling Ratio of Training Set
RF10001020050.010.9
XGBoost500620050.010.9
CatBoost40001020050.010.9
LightGBM30001020050.010.9
Table 6. Specifications of four types of interest parameters.
Table 6. Specifications of four types of interest parameters.
TypeParametersUnitCalculation Method
Compressor operating characteristicsSpeedr/minDirectly measured by tachometer
Pressure ratioDirectly measured by pressure sensor and with the equation Pout/Pin
Mass flow ratekg/sDirectly measured by flow meter
Noise characteristicsFrequencyHzDirectly measured by microphone
Table 7. Comparison of the investigation and a survey of the other existing literature.
Table 7. Comparison of the investigation and a survey of the other existing literature.
StudyResearch ObjectResearch MethodMain Conclusions
Broatch et al. [50]Centrifugal compressorNumerical simulation and experimentsA numerical model of a centrifugal compressor was presented to predict a presented peak pressure point.
Hu et al. [51]Rotating vane compressorNumerical simulation and experimentsA radiated noise prediction model of a rotary vane compressor was established.
Zhao et al. [52]A commercial vehicle turbocharger compressorNumerical simulationA new one-dimensional prediction model was proposed to predict intake system noise.
Soulat et al. [53]A single stage compressorNumerical simulationThe effects of wake modelling on the prediction of broadband noise generated by the impingement of turbulent wakes on a stationary blade row were studied.
Sharma et al. [54]A turbocharger compressor with ported shroud designNumerical simulation and experiments
(1)
Spectral signatures using statistical and scale-resolving turbulence modelling methods were obtained.
(2)
Rotating structures through the slot was found to potentially impact the acoustic and vibrational response.
Wen et al. [55]A centrifugal compressorNumerical simulation and experiments
(1)
A hybrid method based on Morhing acoustic analogy could accurately predict the acoustic radiation of a compressor.
(2)
Compared with TWPF, AWPF was a more significant source.
Li et al. [56]A turbocharger compressorNumerical simulation
(1)
The compressor’s static pressure values and the sound power values near the impeller outlet were the largest.
(2)
The noise levels of the inlets of cylindrical and cone types were smaller.
This investigationA turbocharger centrifugal compressor from a heavy-duty diesel engineEnsemble learning algorithms, SHAP method and experiments
(1)
A prediction method of compressor aerodynamic noise was proposed using the CatBoost algorithm.
(2)
During the prediction process, the nonlinear relationships between the input features (speed, mass flow rate, pressure ratio and frequency) and the SPL were elaborated upon.
(3)
The predicted noise MAP was better at characterizing the variation in the total SPL for the aerodynamic noise.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Huang, R.; Ni, J.; Qiao, P.; Wang, Q.; Shi, X.; Yin, Q. An Explainable Prediction Model for Aerodynamic Noise of an Engine Turbocharger Compressor Using an Ensemble Learning and Shapley Additive Explanations Approach. Sustainability 2023, 15, 13405. https://doi.org/10.3390/su151813405

AMA Style

Huang R, Ni J, Qiao P, Wang Q, Shi X, Yin Q. An Explainable Prediction Model for Aerodynamic Noise of an Engine Turbocharger Compressor Using an Ensemble Learning and Shapley Additive Explanations Approach. Sustainability. 2023; 15(18):13405. https://doi.org/10.3390/su151813405

Chicago/Turabian Style

Huang, Rong, Jimin Ni, Pengli Qiao, Qiwei Wang, Xiuyong Shi, and Qi Yin. 2023. "An Explainable Prediction Model for Aerodynamic Noise of an Engine Turbocharger Compressor Using an Ensemble Learning and Shapley Additive Explanations Approach" Sustainability 15, no. 18: 13405. https://doi.org/10.3390/su151813405

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop