PeriDEM 0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
In this tutorial, we will look at in detail two simulations
We will use python helper script util.py to prepare the input.yaml
(main input file), .geo
(input file for gmsh), .csv
(particle locations file). If one understands how to generate input files for the two tests considered here, it is super easy to create input file for any complex setup.
See jupyter notebook two-particles test where we clearly explain every steps in the simulation.
See particle_wall.py. You can run the example using
Particle wall simulation |
This is an simple extension of above test and the python script to create the input files are provided in two-particles with wall test. In this test, we have two concave particles and a rectangular wall. Top particle is assigned a high downward velocity where as the second particle below the top particle and above the wall is falling freely on wall due to gravity. Wall is fixed to its place using zero displacement boundary condiiton.
TBA