MercuryDPM
Alpha
|
A 3D hour glass/silo is simulated, i.e. a cylindrical domain with a neck in the middle (see snapshot on the right). Particles are inserted into the upper half of the domain and flow into the lower half due to gravity.
This code illustrates the effect of friction in DPM simulations. If the friction is high enough, arching is observed at the neck, where particles interlock to obstruct the flow. It also illustrates how to use AxisymmetricIntersectionOfWalls to set up axisymmetrical shapes, i.e. the outer cylinder and the neck.
The outer wall is defined by an AxisymmetricIntersectionOfWalls object:
The neck is also defined by an AxisymmetricIntersectionOfWalls object:
Here a short paraview animation of the code's output.
(Return to Overview of advanced tutorials)