TL;DR
This paper introduces an efficient neural network framework for real-time 3D fluid simulation that generalizes well across different fluid phenomena and geometries, reducing training data needs and computational costs.
Contribution
It extends a 2D neural fluid model to 3D with an architecture that handles high-dimensional data efficiently and incorporates fluid properties for versatile flow simulations.
Findings
Achieves real-time 3D fluid simulation on 128x64x64 grids.
Models both laminar and turbulent flows using additional fluid properties.
Outperforms existing neural models in accuracy, speed, and generalization.
Abstract
Physically plausible fluid simulations play an important role in modern computer graphics and engineering. However, in order to achieve real-time performance, computational speed needs to be traded-off with physical accuracy. Surrogate fluid models based on neural networks have the potential to achieve both, fast fluid simulations and high physical accuracy. However, these approaches rely on massive amounts of training data, require complex pipelines for training and inference or do not generalize to new fluid domains. In this work, we present significant extensions to a recently proposed deep learning framework, which addresses the aforementioned challenges in 2D. We go from 2D to 3D and propose an efficient architecture to cope with the high demands of 3D grids in terms of memory and computational complexity. Furthermore, we condition the neural fluid model on additional information…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsMax Pooling · *Communicated@Fast*How Do I Communicate to Expedia? · Convolution · Concatenated Skip Connection · U-Net
