An Adaptive Variational Finite Difference Framework for Efficient Symmetric Octree Viscosity

Ryan Goldade Yipeng Wang Mridul Aanjaneya Christopher Batty
University of Waterloo University of Waterloo Rutgers University University of Waterloo

ACM Transaction on Graphics (SIGGRAPH proceedings), Vol. 38, No. 4, Article 94, 2019



Abstract

While pressure forces are often the bottleneck in (near-)inviscid fluid simulations, viscosity can impose orders of magnitude greater computational costs at lower Reynolds numbers. We propose an implicit octree finite difference discretization that significantly accelerates the solution of the free surface viscosity equations using adaptive staggered grids, while supporting viscous buckling and rotation effects, variable viscosity, and interaction with scripted moving solids. In experimental comparisons against regular grids, our method reduced the number of active velocity degrees of freedom by as much as a factor of 7.7 and reduced linear system solution times by factors between 3.8 and 9.4. We achieve this by developing a novel adaptive variational finite difference methodology for octrees and applying it to the optimization form of the viscosity problem. This yields a linear system that is symmetric positive definite by construction, unlike naive finite difference/volume methods, and much sparser than a hypothetical finite element alternative. Grid refinement studies show spatial convergence at first order in L-infinity and second order in L-1, while the significantly smaller size of the octree linear systems allows for the solution of viscous forces at higher effective resolutions than with regular grids. We demonstrate the practical benefits of our adaptive scheme by replacing the regular grid viscosity step of a commercial liquid simulator (Houdini) to yield large speed-ups, and by incorporating it into an existing inviscid octree simulator to add support for viscous flows. Animations of viscous liquids pouring, bending, stirring, buckling, and melting illustrate that our octree method offers significant computational gains and excellent visual consistency with its regular grid counterpart.

Files

Paper:
[PDF]
Supplemental:
[PDF]
Video:
[MP4]
Code:
[Github]

BibTeX

    @article{10.1145/3306346.3322939,
      author = {Goldade, Ryan and Wang, Yipeng and Aanjaneya, Mridul and Batty, Christopher},
      title = {An Adaptive Variational Finite Difference Framework for Efficient Symmetric Octree Viscosity},
      year = {2019},
      issue_date = {July 2019},
      publisher = {Association for Computing Machinery},
      address = {New York, NY, USA},
      volume = {38},
      number = {4},
      issn = {0730-0301},
      url = {https://doi.org/10.1145/3306346.3322939},
      doi = {10.1145/3306346.3322939},
      journal = {ACM Trans. Graph.},
      month = jul,
      articleno = {Article 94},
      numpages = {14},
      keywords = {octree, liquid, variational, symmetry, viscosity}
    }
  

Acknowledgements

This work was supported in part by the Natural Sciences and Engineering Research Council of Canada (RGPIN-04360-2014, CRDPJ-499952-2016) and the Rutgers University start-up grant. We would like to thank Cristin Barghiel from SideFX Software for their generous software donation as well as their dynamics team for their helpful discussions on maximizing parallelism. We would also like to thank the RenderMan team for their education licenses and the anonymous reviewers for their valuable feedback.