摘要
为了提高基于平滑粒子动力学(SPH)的流体模拟速度,提出了一种在图形处理器(GPU)上实现的基于网格的邻居快速查找算法.该方法首先使用粒子位置纹理信息建立对应的网格纹理,然后利用GPU排序方法按照粒子的网格索引进行排序,最后在排序后的网格纹理中得到粒子的邻居粒子索引,并将其赋值到预计算的粒子邻接纹理中.该方法克服了像素着色器无法将指定数值写到指定位置的问题.将这种基于GPU的邻居查找算法应用于流体模拟,可以使基于SPH的流体模拟方法完全运行在GPU上,成倍地提高流体模拟的速度.
In order to improve the fluid simulation speed based on the smoothed particle hydrodynamics(SPH),a new grid-based neighbor search method realizing on the graphics processing unit(GPU) is proposed.In this method,first,the particle grid map texture is created according to the particle position texture and is sorted according to the grid index of each particle via the CPU sorting method.Then,the particle neighbor index is obtained by searching the sorted grid map texture and is assigned to the pre-computed position of neighbor map texture.The proposed method overcomes the current inability of pixel shaders in terms of scatter operations.With the adoption of this new GPU-based neighbor search technology,SPH fluid simulation can be entirely implemented on GPU and the fluid simulation speed can be doubled.
出处
《华南理工大学学报(自然科学版)》
EI
CAS
CSCD
北大核心
2011年第7期150-155,共6页
Journal of South China University of Technology(Natural Science Edition)
基金
国防基础科研项目(B2220061084)
关键词
流体模拟
邻居查找算法
平滑粒子动力学
图形处理器
fluid simulation
neighbor search algorithm
smoothed particle hydrodynamics
graphics processing unit