We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.GR

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Graphics

Title: GPU Optimization for High-Quality Kinetic Fluid Simulation

Abstract: Fluid simulations are often performed using the incompressible Navier-Stokes equations (INSE), leading to sparse linear systems which are difficult to solve efficiently in parallel. Recently, kinetic methods based on the adaptive-central-moment multiple-relaxation-time (ACM-MRT) model have demonstrated impressive capabilities to simulate both laminar and turbulent flows, with quality matching or surpassing that of state-of-the-art INSE solvers. Furthermore, due to its local formulation, this method presents the opportunity for highly scalable implementations on parallel systems such as GPUs. However, an efficient ACM-MRT-based kinetic solver needs to overcome a number of computational challenges, especially when dealing with complex solids inside the fluid domain. In this paper, we present multiple novel GPU optimization techniques to efficiently implement high-quality ACM-MRT-based kinetic fluid simulations in domains containing complex solids. Our techniques include a new communication-efficient data layout, a load-balanced immersed-boundary method, a multi-kernel launch method using a simplified formulation of ACM-MRT calculations to enable greater parallelism, and the integration of these techniques into a parametric cost model to enable automated parameter search to achieve optimal execution performance. We also extended our method to multi-GPU systems to enable large-scale simulations. To demonstrate the state-of-the-art performance and high visual quality of our solver, we present extensive experimental results and comparisons to other solvers.
Comments: 16 pages, 25 figures, accepted by IEEE Transactions on Visualization and Computer Graphics
Subjects: Graphics (cs.GR); Distributed, Parallel, and Cluster Computing (cs.DC); Computational Physics (physics.comp-ph); Fluid Dynamics (physics.flu-dyn)
Cite as: arXiv:2101.11856 [cs.GR]
  (or arXiv:2101.11856v1 [cs.GR] for this version)

Submission history

From: Xiaopei Liu [view email]
[v1] Thu, 28 Jan 2021 08:02:15 GMT (11969kb,D)

Link back to: arXiv, form interface, contact.