🤖 AI Summary
This work addresses the high computational cost of traditional fluid simulation on complex geometries and the difficulty of existing graph neural networks in simultaneously capturing global scale and local details. To this end, the authors propose a Multi-scale Enhanced Graph Neural Network (ME-GNN) that integrates two-stage message passing, an Attention U-Net architecture, and uniform grid discretization, complemented by a K-hop subgraph sampling strategy. This design enables accurate modeling of multi-scale flow field features while maintaining training efficiency. Evaluated on the ShapeNet-Car, AirfRANS, and DrivAerNet datasets, the method achieves state-of-the-art performance, with a velocity field relative L2 error as low as 0.0196, surface pressure errors of 0.0556 and 0.1416, and a normalized mean squared error (NMSE) of 0.0033 for the flow field.
📝 Abstract
Industrial design in fields such as vehicle and aerospace engineering often relies on large-scale numerical simulations to evaluate fluid dynamics performance, which can incur substantial computational costs. Deep neural networks have shown promise in improving simulation efficiency, especially graph neural networks (GNNs), which demonstrate great potential due to their flexibility with unstructured data. However, GNNs face challenges when dealing with tasks involving complex geometries and large-scale meshes. In this paper, we propose the Multi-scale Feature Enhanced Graph Neural Network (ME-GNN) to tackle these challenges. ME-GNN employs a graph neural network with a two-step message-passing mechanism to capture detailed local features effectively. Additionally, it integrates an Attention U-Net with uniform grid discretization, enabling the extraction of both fine and coarse features. The model also utilizes K-hop sampling to construct subgraphs, facilitating efficient training on large datasets while preserving detailed local features. We evaluated ME-GNN on three benchmark datasets and achieved state-of-the-art results: a relative L2 error of 0.0196 for the velocity field and 0.0556 for the surface pressure on ShapeNet-Car, a normalized mean squared error of 0.0033 for the flow field on AirfRANS, and a relative L2 error of 0.1416 for the surface pressure on DrivAerNet.