Skip to content

dineshadepu/prestige_old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This is library to implement particle methods based algorithms. Supports particle methods like

  • Discrete element method.
  • Smoothed particle hydrodynamics

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.

About

Particle methods simulation package in Rust language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors