FLU-DYNLGJun 21, 2023

Neural Multigrid Memory For Computational Fluid Dynamics

arXiv:2306.12545v21 citationsh-index: 21Has Code
Originality Incremental advance
AI Analysis

This addresses turbulent flow simulation for applications like aircraft design and weather prediction, representing an incremental improvement over existing approaches.

The paper tackles turbulent flow simulation by proposing MGxTransformer, a data-driven method combining Video Prediction Transformer and Multigrid Architecture, which demonstrates superior accuracy in predicting velocity, temperature, and turbulence intensity while maintaining computational efficiency.

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

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes