paper-with-me

Papers

Neural Multigrid Memory For Computational Fluid Dynamics

2023-06-21 · Duc Minh Nguyen, Minh Chau Vu, Tuan Anh Nguyen, Tri Huynh, Nguyen Tri Nguyen, Truong Son Hy

Turbulent flow simulation plays a crucial role in various applications, including aircraft and ship design, industrial process optimization, and weather prediction. In this paper, we propose an advanced data-driven method for simulating turbulent flow, representing a significant improvement over existing approaches. Our methodology combines the strengths of Video Prediction Transformer (VPTR) (Ye & Bilodeau, 2022) and Multigrid Architecture (MgConv, MgResnet) (Ke et al., 2017). VPTR excels in capturing complex spatiotemporal dependencies and handling large input data, making it a promising choice for turbulent flow prediction. Meanwhile, Multigrid Architecture utilizes multiple grids with different resolutions to capture the multiscale nature of turbulent flows, resulting in more accurate and efficient simulations. Through our experiments, we demonstrate the effectiveness of our proposed approach, named MGxTransformer, in accurately predicting velocity, temperature, and turbulence intensity for incompressible turbulent flows across various geometries and flow conditions. Our results exhibit superior accuracy compared to other baselines, while maintaining computational efficiency. Our implementation in PyTorch is available publicly at https://github.com/Combi2k2/MG-Turbulent-Flow

📄 PDF Abstract BibTeX arXiv:2306.12545

Code (1)

combi2k2/mg-turbulent-flow 공식 구현 pytorch

Tasks

Computational EfficiencyPredictionVideo Prediction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Surrogate Modeling of Fluid Dynamics with a Multigrid Inspired Neural Network Architecture

2021-05-09 · Quang Tuyen Le, Chin Chun Ooi

Algebraic or geometric multigrid methods are commonly used in numerical solvers as they are a multi-resolution method able to handle problems with multiple scales. In this work, we propose a modification to the commonly-…

Full-field prediction for engineering-scale three-dimensional aircraft with multigrid-hierarchical learning

2026-05-26 · Yunfei Liu, Hao Wang, Yuhang Qi, Hao Yue 외 arxiv

High-fidelity computational fluid dynamics is essential for aerospace design, but engineering-scale simulations of practical three-dimensional aircraft remain computationally expensive. Learning-based flow-field initiali…

Multi-Grid Graph Neural Networks with Self-Attention for Computational Mechanics

2024-09-18 · Paul Garnier, Jonathan Viquerat, Elie Hachem

Advancement in finite element methods have become essential in various disciplines, and in particular for Computational Fluid Dynamics (CFD), driving research efforts for improved precision and efficiency. While Convolut…

Using AI libraries for Incompressible Computational Fluid Dynamics

2024-02-27 · Boyang Chen, Claire E. Heaney, Christopher C. Pain

Recently, there has been a huge effort focused on developing highly efficient open source libraries to perform Artificial Intelligence (AI) related computations on different computer architectures (for example, CPUs, GPU…

Lat-Net: Compressing Lattice Boltzmann Flow Simulations using Deep Neural Networks

2017-05-25 · Oliver Hennigh

Computational Fluid Dynamics (CFD) is a hugely important subject with applications in almost every engineering field, however, fluid simulations are extremely computationally and memory demanding. Towards this end, we pr…

Efficient Neural Network