Fluid Simulation System Based on Graph Neural Network
Qiang Liu, Wei Zhu, Xiyu Jia, Feng Ma, Yu Gao

TL;DR
This paper introduces a graph neural network-based fluid simulation system that significantly accelerates computation and reduces resource consumption while maintaining high accuracy, enabling real-time fluid flow analysis.
Contribution
The authors develop a novel fluid simulation approach using attention graph neural networks, achieving high speed and accuracy with the ability to extrapolate beyond training data.
Findings
Achieves 100-1000x speedup over traditional CFD methods.
Maintains high accuracy in flow field prediction.
Capable of extrapolating flow fields outside training scenarios.
Abstract
Traditional computational fluid dynamics calculates the physical information of the flow field by solving partial differential equations, which takes a long time to calculate and consumes a lot of computational resources. We build a fluid simulation simulator based on the graph neural network architecture. The simulator has fast computing speed and low consumption of computing resources. We regard the computational domain as a structural graph, and the computational nodes in the structural graph determine neighbor nodes through adaptive sampling. Building deep learning architectures with attention graph neural networks. The fluid simulation simulator is trained according to the simulation results of the flow field around the cylinder with different Reynolds numbers. The trained fluid simulation simulator not only has a very high accuracy for the prediction of the flow field in the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Physics and Python Applications · Advanced Data Processing Techniques
