An improved study of real-time fluid simulation on GPU
Laboratory of Computer Science, Institute of Software, Chinese Academy of Sciences, Beijing, China
Computer Animation and Virtual Worlds, Vol. 15, No. 3-4. (2004), pp. 139-146.
DOI:10.1002/cav.16
@article{wu2004improved,
title={An improved study of real-time fluid simulation on GPU},
author={Wu, E. and Liu, Y. and Liu, X.},
journal={Computer Animation and Virtual Worlds},
volume={15},
number={3-4},
pages={139–146},
year={2004},
publisher={Wiley Online Library}
}
Taking advantage of the parallelism and programmability of GPU, we solve the fluid dynamics problem completely on GPU. Different from previous methods, the whole computation is accelerated in our method by packing the scalar and vector variables into four channels of texels. In order to be adaptive to the arbitrary boundary conditions, we group the grid nodes into different types according to their positions relative to obstacles and search the node that determines the value of the current node. Then we compute the texture coordinates offsets according to the type of the boundary condition of each node to determine the corresponding variables and achieve the interaction of flows with obstacles set freely by users. The test results prove the efficiency of our method and exhibit the potential of GPU for general-purpose computations. Copyright © 2004 John Wiley & Sons, Ltd.
October 27, 2010 by hgpu