Discrete element method

A discrete element method (DEM), also called a distinct element method, is any of a family of numerical methods for computing the motion and effect of a large number of small particles. Though DEM is very closely related to molecular dynamics, the method is generally distinguished by its inclusion of rotational degrees-of-freedom as well as stateful contact and often complicated geometries (including polyhedra). With advances in computing power and numerical algorithms for nearest neighbor sorting, it has become possible to numerically simulate millions of particles on a single processor. Today DEM is becoming widely accepted as an effective method of addressing engineering problems in granular and discontinuous materials, especially in granular flows, powder mechanics, and rock mechanics. Recently, the method was expanded into the Extended Discrete Element Method taking thermodynamics and coupling to CFD and FEM into account.

Discrete element methods are relatively computationally intensive, which limits either the length of a simulation or the number of particles. Several DEM codes, as do molecular dynamics codes, take advantage of parallel processing capabilities (shared or distributed systems) to scale up the number of particles or length of the simulation. An alternative to treating all particles separately is to average the physics across many particles and thereby treat the material as a continuum. In the case of solid-like granular behavior as in soil mechanics, the continuum approach usually treats the material as elastic or elasto-plastic and models it with the finite element method or a mesh free method. In the case of liquid-like or gas-like granular flow, the continuum approach may treat the material as a fluid and use computational fluid dynamics. Drawbacks to homogenization of the granular scale physics, however, are well-documented and should be considered carefully before attempting to use a continuum approach.

The DEM family

The various branches of the DEM family are the distinct element method proposed by Cundall in 1971, the generalized discrete element method (Williams, Hocking & Mustoe 1985), the discontinuous deformation analysis (DDA) (Shi 1992) and the finite-discrete element method concurrently developed by several groups (e.g., Munjiza and Owen). The general method was originally developed by Cundall in 1971 to problems in rock mechanics. The theoretical basis of the method was established by Sir Isaac Newton in 1697. Williams, Hocking & Mustoe (1985) showed that DEM could be viewed as a generalized finite element method. Its application to geomechanics problems is described in the book Numerical Methods in Rock Mechanics (Williams, Pande & Beer 1990). The 1st, 2nd and 3rd International Conferences on Discrete Element Methods have been a common point for researchers to publish advances in the method and its applications. Journal articles reviewing the state of the art have been published by Williams, Bicanic, and Bobet et al. (see below). A comprehensive treatment of the combined Finite Element-Discrete Element Method is contained in the book The Combined Finite-Discrete Element Method.[1]

Applications

The fundamental assumption of the method is that the material consists of separate, discrete particles. These particles may have different shapes and properties. Some examples are:

Typical industries using DEM are:

Outline of the method

A DEM-simulation is started by first generating a model, which results in spatially orienting all particles and assigning an initial velocity. The forces which act on each particle are computed from the initial data and the relevant physical laws and contact models. Generally, a simulation consists of three parts: the initialization, explicit time-stepping, and post-processing. The time-stepping usually requires a nearest neighbor sorting step to reduce the number of possible contact pairs and decrease the computational requirements; this is often only performed periodically.

The following forces may have to be considered in macroscopic simulations:

On a molecular level, we may consider

All these forces are added up to find the total force acting on each particle. An integration method is employed to compute the change in the position and the velocity of each particle during a certain time step from Newton's laws of motion. Then, the new positions are used to compute the forces during the next step, and this loop is repeated until the simulation ends.

Typical integration methods used in a discrete element method are:

Long-range forces

When long-range forces (typically gravity or the Coulomb force) are taken into account, then the interaction between each pair of particles needs to be computed. Both the number of interactions and cost of computation increase quadratically with the number of particles. This is not acceptable for simulations with large number of particles. A possible way to avoid this problem is to combine some particles, which are far away from the particle under consideration, into one pseudoparticle. Consider as an example the interaction between a star and a distant galaxy: The error arising from combining all the stars in the distant galaxy into one point mass is negligible. So-called tree algorithms are used to decide which particles can be combined into one pseudoparticle. These algorithms arrange all particles in a tree, a quadtree in the two-dimensional case and an octree in the three-dimensional case.

However, simulations in molecular dynamics divide the space in which the simulation take place into cells. Particles leaving through one side of a cell are simply inserted at the other side (periodic boundary conditions); the same goes for the forces. The force is no longer taken into account after the so-called cut-off distance (usually half the length of a cell), so that a particle is not influenced by the mirror image of the same particle in the other side of the cell. One can now increase the number of particles by simply copying the cells.

Algorithms to deal with long-range force include:

Combined finite-discrete element method

Following the work by Munjiza and Owen, the combined finite-discrete element method has been further developed to various irregular and deformable particles in many applications including pharmaceutical tableting,[2] packaging and flow simulations,[3] and impact analysis.[4]

Advantages and limitations

Advantages

Disadvantages

See also

References

  1. Munjiza, Ante (2004). The Combined Finite-Discrete Element Method. Chichester: Wiley. ISBN 0-470-84199-0.
  2. Lewis, R. W.; Gethin, D. T.; Yang, X. S.; Rowe, R. C. (2005). "A combined finite-discrete element method for simulating pharmaceutical powder tableting". International Journal for Numerical Methods in Engineering. 62 (7): 853. Bibcode:2005IJNME..62..853L. doi:10.1002/nme.1287.
  3. Gethin, D. T.; Yang, X. S.; Lewis, R. W. (2006). "A two dimensional combined discrete and finite element scheme for simulating the flow and compaction of systems comprising irregular particulates". Computer Methods in Applied Mechanics and Engineering. 195 (41–43): 5552. Bibcode:2006CMAME.195.5552G. doi:10.1016/j.cma.2005.10.025.
  4. Chen, Y.; May, I. M. (2009). "Reinforced concrete members under drop-weight impacts". Proceedings of the ICE - Structures and Buildings. 162: 45. doi:10.1680/stbu.2009.162.1.45.

Bibliography

Book

Periodical

Proceedings

This article is issued from Wikipedia - version of the 10/12/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.