FLU-DYNLGFeb 9, 2024

Neural SPH: Improved Neural Modeling of Lagrangian Fluid Dynamics

arXiv:2402.06275v211 citationsh-index: 6Has CodeICML
AI Analysis

This work improves the practical utility of neural surrogates for fluid simulation in engineering and scientific applications, though it is incremental by enhancing existing methods.

The paper tackled the problem of particle clustering in GNN-based Lagrangian fluid dynamics simulators, achieving orders of magnitude reduction in rollout error and enabling significantly longer and more stable simulations.

Smoothed particle hydrodynamics (SPH) is omnipresent in modern engineering and scientific disciplines. SPH is a class of Lagrangian schemes that discretize fluid dynamics via finite material points that are tracked through the evolving velocity field. Due to the particle-like nature of the simulation, graph neural networks (GNNs) have emerged as appealing and successful surrogates. However, the practical utility of such GNN-based simulators relies on their ability to faithfully model physics, providing accurate and stable predictions over long time horizons - which is a notoriously hard problem. In this work, we identify particle clustering originating from tensile instabilities as one of the primary pitfalls. Based on these insights, we enhance both training and rollout inference of state-of-the-art GNN-based simulators with varying components from standard SPH solvers, including pressure, viscous, and external force components. All Neural SPH-enhanced simulators achieve better performance than the baseline GNNs, often by orders of magnitude in terms of rollout error, allowing for significantly longer rollouts and significantly better physics modeling. Code available at https://github.com/tumaer/neuralsph.

Code Implementations2 repos
Foundations

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

Your Notes