Neural Network for Subgrid Turbulence Modeling for Large Eddy Simulations
Eduardo Vital, Jean-Marc Gratien, Yassine Ayoun, Thibault Faney, Julien Bohbot
TL;DR
This work tackles the closure problem in LES by learning a data-driven SGS closure that reproduces the effects of unresolved scales on the resolved flow. It builds an end-to-end workflow: generating high-fidelity DNS data for a Taylor–Green Vortex, constructing a reduced representation via a block reduction, and training a deep MLP to predict the deviatoric SGS stress $\tau_{ij}^d$ in a priori mode. The learned closure is then integrated into OpenFOAM as a CFD-AI coupling, with explicit handling of the SGS contribution in the momentum equations through $D_{\text{eff}}$ and $\nu_{\text{eff}}$, enabling a posteriori simulations. The results demonstrate strong a priori performance across laminar and turbulent phases, and the paper outlines a path toward robust, industrially applicable closures using more expressive architectures and physics-informed strategies.
Abstract
When simulating multiscale systems, where some fields cannot be fully prescribed despite their effects on the simulation's accuracy, closure models are needed. This phenomenon is observed in turbulent fluid dynamics, where Large Eddy Simulations (LES) depict global behavior while turbulence modeling introduces dissipation correspondent to smaller sub-grid scales. Recently, scientific machine learning techniques have emerged to address this problem by integrating traditional (physics-based) equations with data-driven (machine-learned) models, typically coupling numerical solvers with neural networks. This work presents a comprehensive workflow, encompassing high-fidelity data generation and post-processing, a priori learning, and a posteriori testing, where data-driven models enrich differential equations.
