Discreet Element Method Flashcards
Describe discrete element method?
● DEM is a simulation technique applicable to large-sized particles
● Combination of Newton’s law of motion, Computational Power and Process Knowledge
Briefly describe the basic algorithm of DEM
① State the initial conditions (position, velocity or number of states)
② Detect Collision (must be yes)
③ Calculate Forces (governed by Newton’s LoM)
④ Change and update the state (acceleration)
How to choose the time step?
Small enough to resolve the fastest collision event
How to check for collision for spherical particles?
Generally has two ways:
① Brute Force (slow)
- 1 object at a time
- O(N²) check ~ if N = 10¹⁰, need 10²⁰ check
② Neighboring Cells (fast)
- get rid of particles that are very far away from the particle of interest
- system is divided into cells
Give two different simulation scheme
Time-driven and Event-driven
① Time-driven
- choose Δt that can resolve the fastest collision
- trial and error?
- there is a possibility of overlap since we only know ti and tf
② Event-driven
- progress time step after each (single) collision
- similar to verlet algorithm (?) (MD)
- allows for easier/more efficient collision detection
- not applicable for non-dilute system since Δt will be very low and system will crash
- difficult to take into account other forces
Write the equation that states the general criteria for collision in spheres
dij < ri + rj
where dij is the distance between radius ri and rj
Enumerate some models for NON-spherical particles
① Multi-sphere Approximation
- several spheres to mimic the shape
② Polyhedra Approximation
- Polyhedron described by corners and faces based on centre of gravity
③ Superquadrics
- there is an analytical function for this with the parameter of sphere shape and coordinates
Briefly explain how to detect collision for NON-spherical particles
① Multi-sphere model
- boundary method
② Polyhedra
- common plane
③ Superquadrics
- analytical function
A system can be fluid and particle or both, what is the idea behind this?
● Fluids + Particles
Governed by Euler - Lagrange
Navier Stokes
Newton’s LoM
● Multi-phase
if the system is supersaturated
Governed by Euler - Euler (continuous)
Navier Stokes
Express in an equation the condition for collision in CP
Common plane of objects A and B: ● Centroids of A and B are located on opposite sides (A negative side, B positive side). ● The gap dB-dA is a maximum. ● dB = -dA
There is contact when dA > 0 and dB < 0, gap is negative
Enumerate different forces
● Gravity ● Friction ● Adhesion ● Drag Force ● Electrostatic
What is the two governing ideas for collision or contact?
① Elastic Collision F = -k Δx
② Plastic Collision F = -b Δv
where k and b are both material property