paper-with-me

Papers

Accelerating Particle and Fluid Simulations with Differentiable Graph Networks for Solving Forward and Inverse Problems

2023-09-23 · Krishna Kumar, Yongjin Choi

We leverage physics-embedded differentiable graph network simulators (GNS) to accelerate particulate and fluid simulations to solve forward and inverse problems. GNS represents the domain as a graph with particles as nodes and learned interactions as edges. Compared to modeling global dynamics, GNS enables learning local interaction laws through edge messages, improving its generalization to new environments. GNS achieves over 165x speedup for granular flow prediction compared to parallel CPU numerical simulations. We propose a novel hybrid GNS/Material Point Method (MPM) to accelerate forward simulations by minimizing error on a pure surrogate model by interleaving MPM in GNS rollouts to satisfy conservation laws and minimize errors achieving 24x speedup compared to pure numerical simulations. The differentiable GNS enables solving inverse problems through automatic differentiation, identifying material parameters that result in target runout distances. We demonstrate the ability of GNS to solve inverse problems by iteratively updating the friction angle (a material property) by computing the gradient of a loss function based on the final and target runouts, thereby identifying the friction angle that best matches the observed runout. The physics-embedded and differentiable simulators open an exciting new paradigm for AI-accelerated design, control, and optimization.

📄 PDF Abstract BibTeX arXiv:2309.13348

Code (0)

등록된 구현이 없습니다.

Tasks

CPUFriction

Methods 이 논문이 사용한 방법론

GNS Graph Network-Based Simulators is a type of graph neural network that represents the state of a physical system with particles, expressed as nodes in a graph, and computes…

Similar Papers 제목 키워드 기반

Graph-Based Learning of Free Surface Dynamics in Generalized Newtonian Fluids using Smoothed Particle Hydrodynamics

2025-09-29 · Hyo-Jin Kim, Jaekwang Kim, Hyung-Jun Park arxiv

In this study, we propose a graph neural network (GNN) model for efficiently predicting the flow behavior of non-Newtonian fluids with free surface dynamics. The numerical analysis of non-Newtonian fluids presents signif…

Computational EfficiencyGraph Neural Network

JAX-SPH: A Differentiable Smoothed Particle Hydrodynamics Framework

2024-03-07 · Artur P. Toshev, Harish Ramachandran, Jonas A. Erbesdobler, Gianluca Galletti 외

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 meth…

Dataset Generation

Lagrangian Fluid Simulation with Continuous Convolutions

2020-05-01 · ICLR 2020 1 · Benjamin Ummenhofer, Lukas Prantl, Nils Thuerey, Vladlen Koltun

We present an approach to Lagrangian fluid simulation with a new type of convolutional network. Our networks process sets of moving particles, which describe fluids in space and time. Unlike previous approaches, we do no…

NeuroFluid: Fluid Dynamics Grounding with Particle-Driven Neural Radiance Fields

2022-03-03 · Shanyan Guan, Huayu Deng, Yunbo Wang, Xiaokang Yang

Deep learning has shown great potential for modeling the physical dynamics of complex particle systems such as fluids. Existing approaches, however, require the supervision of consecutive particle properties, including p…

UmUTracker: A versatile MATLAB program for automated particle tracking of 2D light microscopy or 3D digital holography data

2017-01-27 · Hanqing Zhang, Tim Stangner, Krister Wiklund, Alvaro Rodriguez 외

We present a versatile and fast MATLAB program (UmUTracker) that automatically detects and tracks particles by analyzing video sequences acquired by either light microscopy or digital in-line holographic microscopy. Our …

Position