Running unstructured grid-based CFD solvers on modern graphics hardware
CFD Center, Department of Computational and Data Sciences, M.S. 6A2, College of Science, George Mason University, Fairfax, VA 22030-4444, U.S.A.
International Journal for Numerical Methods in Fluids, Volume 66, Issue 2, pages 221-229, 2011
DOI:10.1002/fld.2254
@article{corrigan2011running,
title={Running unstructured grid-based CFD solvers on modern graphics hardware},
author={Corrigan, A. and Camelli, F.F. and L{"o}hner, R. and Wallin, J.},
journal={International Journal for Numerical Methods in Fluids},
volume={66},
number={2},
pages={221–229},
year={2011},
publisher={Wiley Online Library}
}
Techniques used to implement an unstructured grid solver on modern graphics hardware are described. The three-dimensional Euler equations for inviscid, compressible flow are considered. Effective memory bandwidth is improved by reducing total global memory access and overlapping redundant computation, as well as using an appropriate numbering scheme and data layout. The applicability of per-block shared memory is also considered. The performance of the solver is demonstrated on two benchmark cases: a NACA0012 wing and a missile. For a variety of mesh sizes, an average speed-up factor of roughly 9.5x is observed over the equivalent parallelized OpenMP code running on a quad-core CPU, and roughly 33x over the equivalent code running in serial.
November 6, 2011 by hgpu