Neural Vortex Method: from Finite Lagrangian Particles to Infinite Dimensional Eulerian Dynamics

Shiying Xiong,Xingzhe He,Yunjin Tong,Yitong Deng,Bo Zhu
2023-09-13
Abstract:In the field of fluid numerical analysis, there has been a long-standing problem: lacking of a rigorous mathematical tool to map from a continuous flow field to discrete vortex particles, hurdling the Lagrangian particles from inheriting the high resolution of a large-scale Eulerian solver. To tackle this challenge, we propose a novel learning-based framework, the Neural Vortex Method (NVM), which builds a neural-network description of the Lagrangian vortex structures and their interaction dynamics to reconstruct the high-resolution Eulerian flow field in a physically-precise manner. The key components of our infrastructure consist of two networks: a vortex representation network to identify the Lagrangian vortices from a grid-based velocity field and a vortex interaction network to learn the underlying governing dynamics of these finite structures. By embedding these two networks with a vorticity-to-velocity Poisson solver and training its parameters using the high-fidelity data obtained from high-resolution direct numerical simulation, we can predict the accurate fluid dynamics on a precision level that was infeasible for all the previous conventional vortex methods (CVMs). To the best of our knowledge, our method is the first approach that can utilize motions of finite particles to learn infinite dimensional dynamic systems. We demonstrate the efficacy of our method in generating highly accurate prediction results, with low computational cost, of the leapfrogging vortex rings system, the turbulence system, and the systems governed by Euler equations with different external forces.
Computational Physics,Machine Learning
What problem does this paper attempt to address?
This paper attempts to address a long-standing issue in fluid analysis: the lack of an effective mathematical tool to map continuous flow fields to finite discrete particles, preventing Lagrangian particles from inheriting the high resolution of large-scale Eulerian solvers. To tackle this challenge, the authors propose a new framework based on neural networks—the Neural Vortex Method (NVM). NVM reconstructs high-resolution Eulerian flow fields by constructing a neural network description of Lagrangian vortex structures and their interaction dynamics, while maintaining physical accuracy. Specifically, the method comprises two main networks: 1. **Vortex Detection Network**: Used to identify Lagrangian vortices from grid-based velocity fields. 2. **Vortex Dynamics Network**: Used to learn the underlying governing equations between these finite structures. By embedding these two networks into a vorticity-to-velocity Poisson solver and training the parameters using data obtained from grid-based numerical simulations, it is possible to predict high-precision fluid dynamics that were previously unattainable by traditional vortex methods. Experimental results show that NVM has the advantage of low computational cost in generating high-precision predictions and can handle complex turbulent systems. Compared to traditional Lagrangian Vortex Methods (LVM), NVM reduces the velocity prediction error by more than 10 times. Additionally, NVM requires only a very short training window of data, greatly facilitating data acquisition in practical systems.