Particle methods simulation package in Rust language.
Switch branches/tags
Clone or download
Latest commit 2c94af9 Dec 23, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples Update NNPS to 3d. Dec 23, 2018
figures Add figure to git. Nov 26, 2018
notes/serial_vs_parallel Update NNPS to 3d. Dec 23, 2018
src Update NNPS to 3d. Dec 23, 2018
tests Write tests to nnps. Dec 23, 2018
Cargo.toml Update NNPS to 3d. Dec 23, 2018
README.org Add figure to readme Nov 26, 2018

README.org

What is this?

This is library to implement particle methods based algorithms. This is highly inspired from pysph ( I would say clone). Particle methods like

  • Discrete element method.
  • Smoothed particle hydrodynamics

will be implemented

How to run

First make sure you have rust installed. You can find the instructions at here. To run an example, clone the repository.

git clone https://github.com/dineshadepu/prestige
cd prestige

Then run the example by

cargo run --example dam_break_dem

This will generate output (vtk files) in dam_break_dem_output folder. By using paraview we can visualize the particles.

./figures/readme_dam_break_dem.png

I like prestige movie.