paper-with-me

Papers

Learned Turbulence Modelling with Differentiable Fluid Solvers: Physics-based Loss-functions and Optimisation Horizons

2022-02-14 · Björn List, Li-Wei Chen, Nils Thuerey

In this paper, we train turbulence models based on convolutional neural networks. These learned turbulence models improve under-resolved low resolution solutions to the incompressible Navier-Stokes equations at simulation time. Our study involves the development of a differentiable numerical solver that supports the propagation of optimisation gradients through multiple solver steps. The significance of this property is demonstrated by the superior stability and accuracy of those models that unroll more solver steps during training. Furthermore, we introduce loss terms based on turbulence physics that further improve the model accuracy. This approach is applied to three two-dimensional turbulence flow scenarios, a homogeneous decaying turbulence case, a temporally evolving mixing layer, and a spatially evolving mixing layer. Our models achieve significant improvements of long-term a-posteriori statistics when compared to no-model simulations, without requiring these statistics to be directly included in the learning targets. At inference time, our proposed method also gains substantial performance improvements over similarly accurate, purely numerical methods.

📄 PDF Abstract BibTeX arXiv:2202.06988

Code (1)

tum-pbs/differentiable-piso 공식 구현 tf

Similar Papers 제목 키워드 기반

Transported Memory Networks accelerating Computational Fluid Dynamics

2025-02-25 · Matthias Schulz, Gwendal Jouan, Daniel Berger, Stefan Gavranovic 외

In recent years, augmentation of differentiable PDE solvers with neural networks has shown promising results, particularly in fluid simulations. However, most approaches rely on convolutional neural networks and custom s…

Computational Efficiency

From Zero to Turbulence: Generative Modeling for 3D Flow Simulation

2023-05-29 · Marten Lienen, David Lüdke, Jan Hansen-Palmus, Stephan Günnemann

Simulations of turbulent flows in 3D are one of the most expensive simulations in computational fluid dynamics (CFD). Many works have been written on surrogate models to replace numerical solvers for fluid flows with fas…

A fully-differentiable compressible high-order computational fluid dynamics solver

2021-12-09 · Deniz A. Bezgin, Aaron B. Buhendwa, Nikolaus A. Adams

Fluid flows are omnipresent in nature and engineering disciplines. The reliable computation of fluids has been a long-lasting challenge due to nonlinear interactions over multiple spatio-temporal scales. The compressible…

Vocal Bursts Intensity Prediction

Generalizable data-driven turbulence closure modeling on unstructured grids with differentiable physics

2023-07-25 · Hojin Kim, Varun Shankar, Venkatasubramanian Viswanathan, Romit Maulik

Differentiable physical simulators are proving to be valuable tools for developing data-driven models in computational fluid dynamics (CFD). These simulators enable end-to-end training of machine learning (ML) models emb…

Graph Neural Network

INC: An Indirect Neural Corrector for Auto-Regressive Hybrid PDE Solvers

2025-11-16 · Hao Wei, Aleksandra Franz, Bjoern List, Nils Thuerey arxiv

When simulating partial differential equations, hybrid solvers combine coarse numerical solvers with learned correctors. They promise accelerated simulations while adhering to physical constraints. However, as shown in o…