paper-with-me

Papers

Reducing Spatial Discretization Error on Coarse CFD Simulations Using an OpenFOAM-Embedded Deep Learning Framework

2024-05-13 · Jesus Gonzalez-Sieiro, David Pardo, Vincenzo Nava, Victor M. Calo, Markus Towara

We propose a method for reducing the spatial discretization error of coarse computational fluid dynamics (CFD) problems by enhancing the quality of low-resolution simulations using deep learning. We feed the model with fine-grid data after projecting it to the coarse-grid discretization. We substitute the default differencing scheme for the convection term by a feed-forward neural network that interpolates velocities from cell centers to face values to produce velocities that approximate the down-sampled fine-grid data well. The deep learning framework incorporates the open-source CFD code OpenFOAM, resulting in an end-to-end differentiable model. We automatically differentiate the CFD physics using a discrete adjoint code version. We present a fast communication method between TensorFlow (Python) and OpenFOAM (c++) that accelerates the training process. We applied the model to the flow past a square cylinder problem, reducing the error from 120% to 25% in the velocity for simulations inside the training distribution compared to the traditional solver using an x8 coarser mesh. For simulations outside the training distribution, the error reduction in the velocities was about 50%. The training is affordable in terms of time and data samples since the architecture exploits the local features of the physics.

📄 PDF Abstract BibTeX arXiv:2405.07441

Code (1)

jgonsie/deep-convection 공식 구현 tf

Similar Papers 제목 키워드 기반

Coarsening Bias from Variable Discretization in Causal Functionals

2026-02-25 · Xiaxian Ou, Razieh Nabi arxiv

Causal identification functionals often require integration over conditional densities of continuous variables, such as those arising in nonparametric identification theory of total and mediated causal effects in DAGs wi…

Deep Neural Networks to Correct Sub-Precision Errors in CFD

2022-02-09 · Akash Haridas, Nagabhushana Rao Vadlamani, Yuki Minamoto

Information loss in numerical physics simulations can arise from various sources when solving discretized partial differential equations. In particular, errors related to numerical precision ("sub-precision errors") can …

Improving CFD simulations by local machine-learned correction

2023-04-28 · Peetak Mitra, Majid Haghshenas, Niccolo Dal Santo, Conor Daly 외

High-fidelity computational fluid dynamics (CFD) simulations for design space explorations can be exceedingly expensive due to the cost associated with resolving the finer scales. This computational cost/accuracy trade-o…

M$^3$: Reframing Training Measures for Discretized Physical Simulations

2026-05-09 · Yuan Mei, Xingyu Song, Xiaowen Song, Naoya Takeishi arxiv

Neural surrogate models for physical simulations are trained on discretized samples of continuous domains, where the induced empirical measure leads to uneven supervision, biasing optimization and causing spatial inconsi…

Physical Simulations

Reducing Discretization Error in the Frank-Wolfe Method

2023-04-04 · Zhaoyue Chen, Yifan Sun

The Frank-Wolfe algorithm is a popular method in structurally constrained machine learning applications, due to its fast per-iteration complexity. However, one major limitation of the method is a slow rate of convergence…