Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1011 Bytes

README.org

File metadata and controls

33 lines (23 loc) · 1011 Bytes

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.