Showing posts with label DSMC. Show all posts
Showing posts with label DSMC. Show all posts

January 24, 2012

CUDA DSMC paper has been published

My CUDA DSMC paper has finally been published in SIMULATION journal. You can find it here.

Thanks!

February 21, 2011

GPU-based Direct Simulation Monte Carlo

It's been a while since my last post. Lots of things have changed. Now I'm a PhD student at UW-Milwaukee and a research assistant at the Complex Systems Simulation Lab. In this post I will describe my first project which is a GPU (CUDA) implementation of DSMC method for particle simulations.

DSMC is a computational method for fluid mechanics simulation. Simply put, it can be used for simulation of interaction between gas molecules and a solid body. For example, the case, when a space ship enters the atmosphere can be simulated. The method is relatively simple, but it requires simulation of huge number of molecules for an accurate result, so it is a good candidate for parallelization.