Neural Monte Carlo Fluid Simulation
SIGGRAPH 2024
University of Southern California
,University of Pennsylvania
,MIT CSAIL
,University of Southern California
,Abstract
The idea of using a neural network to represent continuous vector fields (i.e., neural fields) has become popular for solving PDEs arising from physics simulations. Here, the classical spatial discretization (e.g., finite difference) of PDE solvers is replaced with a neural network that models a differentiable function, so the spatial gradients of the PDEs can be readily computed via autodifferentiation. When used in fluid simulation, however, neural fields fail to capture many important phenomena, such as the vortex shedding experienced in the von Kármán vortex street experiment. We present a novel neural network representation for fluid simulation that augments neural fields with explicitly enforced boundary conditions as well as a Monte Carlo pressure solver to get rid of all weakly enforced boundary conditions. Our method, the Neural Monte Carlo method (NMC), is completely mesh-free, i.e., it doesn’t depend on any grid-based discretization. While NMC does not achieve the state-of-the-art accuracy of the well-established gridbased methods, it significantly outperforms previous mesh-free neural fluid methods on fluid flows involving intricate boundaries and turbulence regimes.
Links
Cite as
@inproceedings{10.1145/3641519.3657438,
author = {Jain, Pranav and Qu, Ziyin and Chen, Peter Yichen and Stein, Oded},
title = {Neural Monte Carlo Fluid Simulation},
year = {2024},
isbn = {9798400705250},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3641519.3657438},
doi = {10.1145/3641519.3657438},
booktitle = {ACM SIGGRAPH 2024 Conference Papers},
articleno = {9},
numpages = {11},
keywords = {Monte Carlo, fluid simulation, neural networks},
location = {Denver, CO, USA},
series = {SIGGRAPH '24}
}
Acknowledgements
We thank Bailey Miller and Rohan Sawhney for technical help with WoSt [Sawhney et al. 2023].We thank Rundi Wu and Honglin Chen for technical help with previous work. We thank Sifan Wang and Shyam Sankaran for technical help with Wang et al. [2023].