Next Article in Journal
A Software Factory for Accelerating the Development of Recommender Systems in Smart Tourism Mobile Applications: An Overview
Previous Article in Journal
Analysis of Tools for the Development of Conversational Agents
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

Kiln Process Fan Vibrations Prediction Based on Machine Learning Models: Application to the Raw Mill Fan †

1
Laboratory of Innovation and Systems Engineering, Mechanical and Structural Engineering Department, ENSAM, Moulay Ismail University, Meknes 50050, Morocco
2
Electromechanical Engineering, ENSAM Meknes, Moulay Ismail University, Meknes 50050, Morocco
*
Author to whom correspondence should be addressed.
Presented at the 3rd International Day on Computer Science and Applied Mathematics, Errachidia, Morocco, 13 May 2023.
Comput. Sci. Math. Forum 2023, 6(1), 6; https://doi.org/10.3390/cmsf2023006006
Published: 31 May 2023
(This article belongs to the Proceedings of The 3rd International Day on Computer Science and Applied Mathematics)

Abstract

:
Kiln process fans play a crucial role in the cement manufacturing process. This article presents a study on the use of machine learning models to predict kiln process fan vibrations based on process fan running parameters. The study tested three different models, namely, k-nearest neighbors, linear regression, and random forest, and it found that all three could accurately predict fan vibrations. However, the random forest model performed the best due to its ability to handle non-linear relationships. The findings have significant implications for the maintenance and operation of kiln process fans, as predictive maintenance can reduce downtime and improve operational efficiency.

1. Introduction

Industrial kilns are widely used in various manufacturing processes, such as cement production, ceramics manufacturing, and chemical processing [1]. However, the operation of the kiln process fan can be affected by various factors, leading to excessive vibrations and potential breakdowns. Therefore, accurate prediction of fan vibrations is essential for improving the reliability and efficiency of kiln systems. In recent years, machine learning (ML) techniques have shown great potential in predicting industrial equipment vibrations [2]. This article explores the application of ML models in predicting kiln process fan vibrations and discusses their effectiveness in improving kiln system performance.

2. Kiln Process Fans

Kiln process fans are used in the cement and minerals processing industries to move hot gases and materials through a rotary kiln. In a cement factory, the six main process fans are [3]:
  • Raw mill fan;
  • Preheater fan;
  • Kiln fan;
  • Clinker cooler fan;
  • Coal mill fan;
  • Cement mill fan.
In summary, each of the six main process fans in a cement factory plays a critical role in the cement manufacturing process. In the rest of this paper, the study focuses on the raw mill fan as a BC process fan.

3. Process Fan Running Parameters

The running parameters of a process fan can vary depending on various factors such as the type of fan, operating conditions, and the specific application. For instance, in our case of the raw mill process showed in Figure 1, the running parameters of the raw mill fan may include:
  • Outlet gas temperature: the temperature of the gas air flow leaving the kiln;
  • Fan speed: the speed of the fan that delivers the combustion air to the kiln;
  • Stage DE temperature: drive-end fan bearing temperature;
  • Stage NDE temperature: non-drive-end fan bearing temperature;
  • Fan motor intensity: the amount of electrical power consumed by the fan motor;
  • Draft fan airflow: the volume of air or air flow gas moved by the fan that creates the draft.
These parameters cited in Table 1 are critical for the efficient and consistent operation of the kiln process and are typically monitored and controlled using advanced automation and control systems.

4. Process Fan Vibrations Acquisition

Acquiring process fan vibration data can be useful in detecting potential mechanical issues or faults that may lead to failure or decreased performance of the fan. Here are the steps to acquire process fan vibration data and store it in the database [4,5]:
  • Identify the location where the vibration data needs to be collected;
  • Install the vibration sensors;
  • Connect the sensors to the data acquisition system;
  • Choose a database management system (DBMS) to store the vibration data;
  • Configure data acquisition system to collect vibration data at the desired frequency and amplitude ranges, as well as to store the data in the database;
  • Store data in the database in real-time.

5. Case Study

In our case study, we will work with data of a raw mill fan.

5.1. Data Presentation

Our process fan data is presented in two categories; the first one is raw mill fan running parameters, as Table 2 shows, and the second one is raw mill fan vibrations, as Table 3 shows.

5.2. Data Preprocessing

Data preprocessing refers to the process of cleaning, transforming, and preparing raw data to make it suitable for analysis. It is an essential step in data analysis as raw data often contains inconsistencies, errors, and missing values that can affect the accuracy of the analysis.

5.2.1. Data Cleaning

  • Identify and handle missing values;
  • Identify and handle outliers;
  • Identify and handle inconsistent data.

5.2.2. Data Integration

We merge any relevant datasets that contain raw mill fan running parameters and raw mill fan vibrations, and Table 4 shows our data after integration.

5.3. Modeling and Evaluation

The three models that we used to predict kiln raw mill fan vibrations based on process parameters are [6,7]: linear regression, k-nearest neighbors, and random forest.
When selecting machine learning models to predict kiln process fan vibrations in our study, we have considered several commonly used criteria. These include the simplicity and interpretability of the models, their ability to handle non-linear relationships and high-dimensional data, their performance and accuracy, and the availability of computational resources.
To evaluate the performance of an ML model for the prediction of continuous values, there are several metrics that can be used. Using both R2 and RMSE as evaluation metrics provides a more comprehensive picture of the model’s performance. R2 measures how well the model fits the data overall, while RMSE measures the error between the predicted and actual values, providing insight into how well the model can predict future values.
  • Root Mean Squared Error (RMSE)
R M S E = 1 n i = 1 n ( y i y ^ i ) 2
  • R-squared (R2)
  R 2 = 1 i = 1 n ( y i y ^ i ) 2 i = 1 n ( y i y ¯ ) 2
where:
n is the number of data points;
y i is the actual value for the i-th data point;
y ^ i is the predicted value for the i-th data point;
y ¯ is the mean of the actual values in the data.

5.4. Results

Table 5 shows the performance of three different machine learning models on a given dataset. The models used are k-nearest neighbors (kNN), random forest, and linear regression.
Random Forest has the best performance in terms of R2 and RMSE. It has an R2 value of 72.38%, which means that 72.38% of the variance in the target variable can be explained by the independent variables in the model. It also has the lowest RMSE value of 1.21, indicating that it has the lowest amount of error between the predicted and actual values.
Overall, these results suggest that Random Forest is the best model for this dataset, based on its higher R2 and lower RMSE values.

6. Conclusions

In conclusion, the objective of this work was to predict the kiln process fan vibrations using machine learning models in order to improve the cement kiln overall performance. In fact, the random forest model is the best model found, with an R2 value of 72.38% and an RMSE value of 1.21. These statistics indicate that the model can accurately explain 72.38% of the variance in the target variable and has the lowest amount of error between predicted and actual values. The implementation of our model in industrial settings will have significant implications for maintenance and operation by allowing operators to identify potential issues before they become critical and perform predictive maintenance, and it will help to improve operational efficiency and introduce cost savings for the cement plant.

Author Contributions

Conceptualization, M.T.B., S.Z., B.H. and H.L.; methodology, M.T.B. and S.Z.; software, B.H. and H.L.; validation, M.T.B. and S.Z.; formal analysis, M.T.B., B.H. and H.L.; investigation, M.T.B.; resources, S.Z.; data curation, B.H. and H.L.; writing—original draft preparation, S.Z. and B.H.; writing—review and editing, M.T.B. and H.L.; visualization, M.T.B.; supervision, S.Z.; project administration, M.T.B. and S.Z.; funding acquisition, M.T.B. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Local data.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Gunnarsson, A.; Andersson, K.; Adams, B.R.; Fredriksson, C. Full-scale 3dmodelling of the radiative heat transfer in rotary kilns with a present bed material. Int. J. Heat Mass Transf. 2020, 147, 118924. [Google Scholar] [CrossRef]
  2. Behera, S.; Choubey, A.; Kanani, C.S.; Patel, Y.S.; Misra, R.; Sillitti, A. Ensemble trees learning based improved predictive maintenance using iiot for turbofan engines. In Proceedings of the 34th ACM/SIGAPP Symposium on Applied Computing, Limassol, Cyprus, 8–12 April 2019. [Google Scholar]
  3. Afkhami, B.; Akbarian, B.; Beheshti, N.; Kakaee, A.; Shabani, B. Energy consumption assessment in a cement production plant. Sustain. Energy Technol. Assess. 2015, 10, 84–89. [Google Scholar] [CrossRef]
  4. Jamil, I.A.; Abedin, M.I.; Sarker, D.K.; Islam, J. Vibration data acquisition and visualization system using mems accelerometer. In Proceedings of the 2014 International Conference on Electrical Engineering and Information & Communication Technology, Dhaka, Bangladesh, 10–12 April 2014. [Google Scholar]
  5. Lu, P.; Liu, H.; Serratella, C.; Wang, X. Assessment of data-driven, machine learning techniques for machinery prognostics of offshore assets. In Proceedings of the Offshore Technology Conference, Houston, TX, USA, 1–4 May 2017. [Google Scholar]
  6. Liu, R.; Yang, B.; Zio, E.; Chen, X. Artificial intelligence for fault diagnosis of rotating machinery: A review. Mech. Syst. Signal Process. 2018, 108, 33–47. [Google Scholar] [CrossRef]
  7. Liu, R.; Meng, G.; Yang, B.; Sun, C.; Chen, X. Dislocated time series convolutional neural architecture: An intelligent fault diagnosis approach for electric machine. IEEE Trans. Ind. Inform. 2017, 13, 1310–1320. [Google Scholar] [CrossRef]
Figure 1. The raw mill fan.
Figure 1. The raw mill fan.
Csmf 06 00006 g001
Table 1. Raw mill fan running parameters.
Table 1. Raw mill fan running parameters.
Active ParametersUnit
BC outlet gas temperature°C
BC fan speedRPM
Stage DE Temperature°C
Stage NDE Temperature°C
Fan motor intensityAMP
Draft fan airflowNm3/h
Table 2. Raw mill fan running parameters data.
Table 2. Raw mill fan running parameters data.
Date (nbr)Outlet Gaz Temp Fan Speed DE Bearing Temp NDE Bearing TempMotor Intensity Fan Air Flow
043,956.37500073.12916.3433.1644.911202.36228,393.15
143,956.41666774.69916.3434.1148.831201.62226,188.93
243,956.45833374.64916.3435.3551.851190.90225,487.57
343,956.50000074.85916.2636.3653.621182.79224,862.90
443,956.54166775.01916.1337.6054.571186.48225,946.48
Table 3. Raw mill fan vibrations data.
Table 3. Raw mill fan vibrations data.
mm/sGgEDate (nbr)
00.5130.04600.02244,208.328368
10.4320.04550.02344,208.222396
28.5961.29471.09144,208.087373
328.7834.99912.36144,208.086366
424.6975.18832.14244,208.082905
Table 4. Data Integrated.
Table 4. Data Integrated.
Date (nbr)Outlet Gaz TempFan SpeedDE Bearing TempNDE Bearing TempMotor IntensityFan Air FlowVibration mm/sVibration
G
Vibration
gE
043,956.37500073.12916.3433.1644.911202.36228,393.150.5130.04600.022
143,956.41666774.69916.3434.1148.831201.6222,6188.930.4320.04550.023
243,956.45833374.64916.3435.3551.851190.9022,5487.578.5961.29471.091
343,956.50000074.85916.2636.3653.621182.7922,4862.9028.7834.99912.361
443,956.54166775.01916.1337.6054.571186.4822,5946.4824.6975.18832.142
Table 5. Performances evaluation.
Table 5. Performances evaluation.
R2RMSE
Linear Regression46.77%1.62
kNN64.88%1.36
Random Forest72.38%1.21
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

Benchekroun, M.T.; Zaki, S.; Hezzem, B.; Laacha, H. Kiln Process Fan Vibrations Prediction Based on Machine Learning Models: Application to the Raw Mill Fan. Comput. Sci. Math. Forum 2023, 6, 6. https://doi.org/10.3390/cmsf2023006006

AMA Style

Benchekroun MT, Zaki S, Hezzem B, Laacha H. Kiln Process Fan Vibrations Prediction Based on Machine Learning Models: Application to the Raw Mill Fan. Computer Sciences & Mathematics Forum. 2023; 6(1):6. https://doi.org/10.3390/cmsf2023006006

Chicago/Turabian Style

Benchekroun, Mohammed Toum, Smail Zaki, Brahim Hezzem, and Hicham Laacha. 2023. "Kiln Process Fan Vibrations Prediction Based on Machine Learning Models: Application to the Raw Mill Fan" Computer Sciences & Mathematics Forum 6, no. 1: 6. https://doi.org/10.3390/cmsf2023006006

Article Metrics

Back to TopTop