paper-with-me

홈 › Papers

MeshDQN: A Deep Reinforcement Learning Framework for Improving Meshes in Computational Fluid Dynamics

2022-12-02 · Cooper Lorsung, Amir Barati Farimani

Meshing is a critical, but user-intensive process necessary for stable and accurate simulations in computational fluid dynamics (CFD). Mesh generation is often a bottleneck in CFD pipelines. Adaptive meshing techniques allow the mesh to be updated automatically to produce an accurate solution for the problem at hand. Existing classical techniques for adaptive meshing require either additional functionality out of solvers, many training simulations, or both. Current machine learning techniques often require substantial computational cost for training data generation, and are restricted in scope to the training data flow regime. MeshDQN is developed as a general purpose deep reinforcement learning framework to iteratively coarsen meshes while preserving target property calculation. A graph neural network based deep Q network is used to select mesh vertices for removal and solution interpolation is used to bypass expensive simulations at each step in the improvement process. MeshDQN requires a single simulation prior to mesh coarsening, while making no assumptions about flow regime, mesh type, or solver, only requiring the ability to modify meshes directly in a CFD pipeline. MeshDQN successfully improves meshes for two 2D airfoils.

📄 PDF Abstract BibTeX arXiv:2212.01428

Code (1)

baratilab/meshdqn 공식 구현 pytorch

Tasks

Deep Reinforcement LearningGraph Neural Networkreinforcement-learningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

FluidFlow: a flow-matching generative model for fluid dynamics surrogates on unstructured meshes

2026-03-30 · David Ramos, Lucas Lacasa, Fermín Gutiérrez, Eusebio Valero 외 arxiv

Computational fluid dynamics (CFD) provides high-fidelity simulations of fluid flows but remains computationally expensive for many-query applications. In recent years deep learning (DL) has been used to construct data-d…

Machine Learning-Based Optimal Mesh Generation in Computational Fluid Dynamics

2021-02-25 · Keefe Huang, Moritz Krügener, Alistair Brown, Friedrich Menhorn 외

Computational Fluid Dynamics (CFD) is a major sub-field of engineering. Corresponding flow simulations are typically characterized by heavy computational resource requirements. Often, very fine and complex meshes are req…

BIG-bench Machine LearningComputational Efficiency

Machine Learning model for gas-liquid interface reconstruction in CFD numerical simulations

2022-07-12 · Tamon Nakano, Alessandro Michele Bucci, Jean-Marc Gratien, Thibault Faney 외

The volume of fluid (VoF) method is widely used in multi-phase flow simulations to track and locate the interface between two immiscible fluids. A major bottleneck of the VoF method is the interface reconstruction step d…

BIG-bench Machine Learning

Geometric Deep Learning for the Assessment of Thrombosis Risk in the Left Atrial Appendage

2022-10-19 · Xabier Morales, Jordi Mill, Guillem Simeon, Kristine A. Juhl 외

The assessment of left atrial appendage (LAA) thrombogenesis has experienced major advances with the adoption of patient-specific computational fluid dynamics (CFD) simulations. Nonetheless, due to the vast computational…

MQENet: A Mesh Quality Evaluation Neural Network Based on Dynamic Graph Attention

2023-09-03 · Haoxuan Zhang, Haisheng Li, Nan Li, Xiaochuan Wang

With the development of computational fluid dynamics, the requirements for the fluid simulation accuracy in industrial applications have also increased. The quality of the generated mesh directly affects the simulation a…

Graph AttentionGraph Classification