English

JAX-SPH: A Differentiable Smoothed Particle Hydrodynamics Framework

Fluid Dynamics 2024-07-09 v2 Machine Learning

Abstract

Particle-based fluid simulations have emerged as a powerful tool for solving the Navier-Stokes equations, especially in cases that include intricate physics and free surfaces. The recent addition of machine learning methods to the toolbox for solving such problems is pushing the boundary of the quality vs. speed tradeoff of such numerical simulations. In this work, we lead the way to Lagrangian fluid simulators compatible with deep learning frameworks, and propose JAX-SPH - a Smoothed Particle Hydrodynamics (SPH) framework implemented in JAX. JAX-SPH builds on the code for dataset generation from the LagrangeBench project (Toshev et al., 2023) and extends this code in multiple ways: (a) integration of further key SPH algorithms, (b) restructuring the code toward a Python package, (c) verification of the gradients through the solver, and (d) demonstration of the utility of the gradients for solving inverse problems as well as a Solver-in-the-Loop application. Our code is available at https://github.com/tumaer/jax-sph.

Keywords

Cite

@article{arxiv.2403.04750,
  title  = {JAX-SPH: A Differentiable Smoothed Particle Hydrodynamics Framework},
  author = {Artur P. Toshev and Harish Ramachandran and Jonas A. Erbesdobler and Gianluca Galletti and Johannes Brandstetter and Nikolaus A. Adams},
  journal= {arXiv preprint arXiv:2403.04750},
  year   = {2024}
}

Comments

Accepted at the ICLR 2024 Workshop on AI4Differential Equations In Science

R2 v1 2026-06-28T15:12:43.379Z