Coupling Machine Learning Local Predictions with a Computational Fluid Dynamics Solver to Accelerate Transient Buoyant Plume Simulations
Clément Caron, Philippe Lauret, Alain Bastide
TL;DR
The paper tackles the computational burden of unsteady incompressible CFD by introducing a hybrid solver that injects cell-level pressure corrections predicted by local features as initial guesses for the Poisson solve. It trains a lightweight neural network offline on 2D buoyant plume data to predict the pressure change $p^n_i-p^{n-1}_i$ from local states, and integrates these predictions into the PISO pressure-velocity coupling. Results show a mean 94% improvement in the initial Poisson guess and substantial acceleration of the first pressure corrector across solvers (approximately 3.0 for Gauss-Seidel, 1.6 for PCG-DIC, and 1.3 for GAMG-GS), while maintaining accuracy. The work demonstrates the viability of domain-specific hybrid solvers for CFD and points to future extensions to 3D, unstructured meshes, and turbulent flows, with further time-budget accounting and representation-learning opportunities.
Abstract
Data-driven methods demonstrate considerable potential for accelerating the inherently expensive computational fluid dynamics (CFD) solvers. Nevertheless, pure machine-learning surrogate models face challenges in ensuring physical consistency and scaling up to address real-world problems. This study presents a versatile and scalable hybrid methodology, combining CFD and machine learning, to accelerate long-term incompressible fluid flow simulations without compromising accuracy. A neural network was trained offline using simulated data of various two-dimensional transient buoyant plume flows. The objective was to leverage local features to predict the temporal changes in the pressure field in comparable scenarios. Due to cell-level predictions, the methodology was successfully applied to diverse geometries without additional training. Pressure estimates were employed as initial values to accelerate the pressure-velocity coupling procedure. The results demonstrated an average improvement of 94% in the initial guess for solving the Poisson equation. The first pressure corrector acceleration reached a mean factor of 3, depending on the iterative solver employed. Our work reveals that machine learning estimates at the cell level can enhance the efficiency of CFD iterative linear solvers while maintaining accuracy. Although the scalability of the methodology to more complex cases has yet to be demonstrated, this study underscores the prospective value of domain-specific hybrid solvers for CFD.
