GPUSPH / gpusph

The world's first CUDA implementation of Weakly-Compressible Smoothed Particle Hydrodynamics
163 stars 67 forks source link

Tutorial!? #3

Closed alda30 closed 10 years ago

alda30 commented 10 years ago

Hey all, I am new to SPH, but I would like to try it and possibly integrate it in my rigid body simulations. I have two questions: 1) Is there any tutorial to learn GPUSPH? a pdf document...? Or a hellow world example to demonstarte basic steps to run a simple code? And what commands needed to run an example? (I am running ubuntu)

2) What do you suggest for (quick) learning the basics of SPH theory? matehmatical formulation and generally the fundamentals?

alexisherault commented 10 years ago

Hi Ehsan, we are currently working on the documentation and i am finishing the rigid body part. So soon we will have a "hello world" rigid body fully documentes example. We are also working on the rest of the documentation.

For the SPH basics you can look at Monaghan paper's (Monaghan was the first to use SPH for fluid dynamics) and the Liu and Liu book "SPH : a meshfree particle methods".

Regards, Alexis.