Accelerating Eulerian Fluid Simulation with Convolutional Networks

Abstract

Efficient simulation of the Navier-Stokes equations for fluid flow is a long standing problem in applied mathematics, for which state-of-the-art methods require large compute resources. In this work, we propose a data-driven approach that leverages the approximation power of deep-learning with the precision of standard solvers to obtain fast and highly realistic simulations. Our method solves the incompressible Euler equations using the standard operator splitting method, in which a large sparse linear system with many free parameters must be solved. We use a Convolutional Network with a highly tailored architecture, trained using a novel unsupervised learning framework to solve the linear system. We present real-time 2D and 3D simulations that outperform recently proposed data-driven methods; the obtained results are realistic and show good generalization properties.

Cite

Text

Tompson et al. "Accelerating Eulerian Fluid Simulation with Convolutional Networks." International Conference on Machine Learning, 2017.

Markdown

[Tompson et al. "Accelerating Eulerian Fluid Simulation with Convolutional Networks." International Conference on Machine Learning, 2017.](https://mlanthology.org/icml/2017/tompson2017icml-accelerating/)

BibTeX

@inproceedings{tompson2017icml-accelerating,
  title     = {{Accelerating Eulerian Fluid Simulation with Convolutional Networks}},
  author    = {Tompson, Jonathan and Schlachter, Kristofer and Sprechmann, Pablo and Perlin, Ken},
  booktitle = {International Conference on Machine Learning},
  year      = {2017},
  pages     = {3424-3433},
  volume    = {70},
  url       = {https://mlanthology.org/icml/2017/tompson2017icml-accelerating/}
}