2D C# SPH simulator

ckloss's picture
Submitted by ckloss on Wed, 01/18/2012 - 18:33

C# SPH Simulator by David Schellander (JKU) for teaching/testing/playing around :-)

In a C# project David Schellander (JKU) developed a simple 2D SPH Simulator. This simple code can be used for testing own models in SPH or just for first experiments with the method of smoothed particle hydrdynamics. A more stable and more realistic 3D SPH model is already implemented and included in LIGGGHTS. This should be used for 3D simulations, because the C# code can also handle only just a few thousand particles.

Download at Sourceforge - code developed and maintained by David Schellander