Skip to content

adebrouvier/granular-materials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

granular-materials

Granular materials simulation

Compilation

mvn package

Execution

time java -jar target/granular-materials-1.0-SNAPSHOT-jar-with-dependencies.jar -w 0.3 -H 0.5 -d 0.165 -t 10 -dt2 1000 -g 20 -sf stats.txt 

Parameters:

  • -d,--opening <arg>: Size of opening.
  • -dt2,--deltatime2 <arg>: Time step for the animation.
  • -g,--gamma <arg>: Gammma constant value.
  • -h, --help: Shows this screen.
  • -H,--height <arg>:Height of the silo.
  • -sf,--stats <arg>: Path to the file to output stats.
  • -t,--time <arg>: Total time of the simulation.
  • -w,--width <arg>: Width of the silo.

About

Granular materials simulation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages