Reconstruction and fast prediction of a 3D flow field based on a variational autoencoder

Gongyan Liu,Runze Li,Xiaozhou Zhou,Tianrui Sun,Yufei Zhang
DOI: https://doi.org/10.1016/j.icheatmasstransfer.2023.107112
2023-04-25
Abstract:Reconstruction and fast prediction of flow fields are important for the improvement of data center operations and energy savings. In this study, an artificial neural network (ANN) and variational autoencoder (VAE) composite model is proposed for the reconstruction and prediction of 3D flowfields with high accuracy and efficiency. The VAE model is trained to extract features of the problem and to realize 3D physical field reconstruction. The ANN is employed to achieve the constructability of the extracted features. A dataset of steady temperature/velocity fields is acquired by computational fluid dynamics and heat transfer (CFD/HT) and fed to train the deep learning model. The proposed ANN-VAE model is experimentally proven to achieve promising field prediction accuracy with a significantly reduced computational cost. Compared to the CFD/HT method, the ANN-VAE method speeds up the physical field prediction by approximately 380,000 times, with mean accuracies of 97.3% for temperature field prediction and 97.9% for velocity field prediction, making it feasible for real-time physical field acquisition.
Fluid Dynamics
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: how to improve the operating efficiency and achieve energy conservation in data centers by constructing and rapidly predicting three - dimensional flow fields. Specifically, the research aims to develop an efficient and accurate method to replace the traditional computational fluid dynamics and heat transfer (CFD/HT) simulation methods, thereby achieving real - time reconstruction and prediction of physical fields (such as temperature fields and velocity fields). ### Problem Background 1. **Energy Consumption Problem in Data Centers** - Data centers are increasing rapidly around the world, resulting in a significant increase in power consumption. - Environmental systems (such as computer room air - conditioning systems, CRAC) consume about 40% of the total power in data centers, so optimizing their operation is crucial. 2. **Limitations of Traditional Methods** - Although CFD/HT simulations are accurate, the computational cost is extremely high, making it difficult to achieve real - time prediction. - Other simplified methods (such as POD - based methods) improve the speed but have limited accuracy. ### Solution To overcome the above problems, the author proposes a composite model (ANN - VAE) that combines artificial neural networks (ANN) and variational auto - encoders (VAE) for efficiently and accurately reconstructing and predicting three - dimensional flow fields. The main objectives of this model include: 1. **High - Precision Reconstruction and Prediction** - VAE is responsible for extracting features from a large amount of data and achieving the reconstruction of 3D physical fields. - ANN is responsible for mapping the input operating parameters to the latent space recognizable by VAE, thereby achieving rapid prediction of the flow field. 2. **Significantly Reducing Computational Costs** - Compared with the traditional CFD/HT method, the ANN - VAE method can increase the physical field prediction speed by about 380,000 times while maintaining a relatively high prediction accuracy (the average prediction accuracy of the temperature field is 97.3%, and the average prediction accuracy of the velocity field is 97.9%). ### Method Overview - **Data Acquisition**: Generate a data set containing steady - state temperature and velocity fields through CFD/HT simulations. - **Model Training** - First, use AE for feature extraction to determine the optimal latent space dimension. - Then introduce the variational principle to construct VAE and optimize the latent space distribution. - Finally, train ANN to map operating parameters to the latent space and combine with the VAE decoder to achieve rapid prediction. ### Conclusion This research shows the application potential of the ANN - VAE model in the data center cooling cycle. It not only achieves efficient flow field reconstruction and prediction but also greatly reduces computational costs, providing a new approach for real - time monitoring and optimizing data centers.