🤖 AI Summary
This study addresses the PDE-constrained inverse problem of correcting Reynolds-averaged Navier–Stokes (RANS) turbulence models by introducing an end-to-end differentiable framework. The approach embeds a PDE solver into PyTorch’s automatic differentiation graph via implicit layers and incorporates a trainable additive correction term, enabling joint optimization of model parameters or neural networks. Built upon the BROADCAST solver, this work presents a unified and user-friendly differentiable PDE interface and, for the first time, achieves end-to-end differentiable correction for compressible-flow RANS models. The framework successfully optimizes the production-term coefficient in the Spalart–Allmaras model and reconstructs the eddy viscosity field in two canonical cases—NASA’s wall-mounted hump and the VKI LS-59 turbine blade—demonstrating its effectiveness and flexibility for turbulence modeling and broader physics-informed PDE inverse problems.
📝 Abstract
This work presents an end-to-end strategy for solving inverse problems constrained by Partial Differential Equations within a fully differentiable Machine Learning framework. The proposed formulation provides a unified and user-friendly methodology applicable to a wide range of problems, from data assimilation to closure modeling. Our approach combines a baseline differentiable PDE solver, which predicts the state w from the nonlinear system $R(w) = 0$, with a generic additive, parametrized, and differentiable correction $f_φ(w)$, with trainable parameters $φ$. We show how to optimize phi within a fully differentiable Python workflow by reformulating the PDE as an implicit layer, enabling its integration into arbitrary objective functions, while leveraging PyTorch's automatic differentiation graph. The method is demonstrated on the Reynolds-Averaged Navier-Stokes equations for compressible flows, where the closure term, or a portion of it, is modeled using trainable parameters or a Neural Network. The first application considers the 2D NASA Wall-Mounted Hump test case, where a production-term parameter is optimized against time-averaged LES data. A second application is carried out on the VKI LS-59 turbine blade, where the Spalart-Allmaras eddy viscosity field is reconstructed through the optimization of a trainable spatial field. A dataset is generated starting from the VKI LS-59 turbine blade geometry using the differentiable BROADCAST solver with the Spalart-Allmaras turbulence model. The results highlight the flexibility of the framework, showing its applicability beyond turbulence modeling to a broader class of physics-informed PDE-constrained problems with data-driven components.