CFD-DEM Model
   HOME

TheInfoList



OR:

The CFD-DEM model, or Computational Fluid Dynamics / Discrete Element Method model, is a process used to model or simulate systems combining fluids with solids or particles. In CFD-DEM, the motion of discrete solids or particles phase is obtained by the
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, t ...
(DEM) which applies
Newton's laws of motion Newton's laws of motion are three physical laws that describe the relationship between the motion of an object and the forces acting on it. These laws, which provide the basis for Newtonian mechanics, can be paraphrased as follows: # A body re ...
to every particle, while the flow of continuum fluid is described by the local averaged
Navier–Stokes equations The Navier–Stokes equations ( ) are partial differential equations which describe the motion of viscous fluid substances. They were named after French engineer and physicist Claude-Louis Navier and the Irish physicist and mathematician Georg ...
that can be solved using the traditional
Computational Fluid Dynamics Computational fluid dynamics (CFD) is a branch of fluid mechanics that uses numerical analysis and data structures to analyze and solve problems that involve fluid dynamics, fluid flows. Computers are used to perform the calculations required ...
(CFD) approach. The interactions between the fluid phase and solids phase is modeled by use of
Newton's third law Newton's laws of motion are three physical laws that describe the relationship between the motion of an object and the forces acting on it. These laws, which provide the basis for Newtonian mechanics, can be paraphrased as follows: # A body re ...
. Coupling CFD and DEM methods allows to study Lagrangian statistics by tracking individual particles. The direct incorporation of CFD into DEM to study the gas fluidization process so far has been attempted by Tsuji et al. and most recently by Hoomans et al., Deb et al. and Peng et al. A recent overview over fields of application was given by Kieckhefen et al.


Parallelization

OpenMP OpenMP is an application programming interface (API) that supports multi-platform shared-memory multiprocessing programming in C, C++, and Fortran, on many platforms, instruction-set architectures and operating systems, including Solaris, ...
has been shown to be more efficient in performing coupled CFD-DEM calculations in parallel framework as compared to
MPI MPI or Mpi may refer to: Science and technology Biology and medicine * Magnetic particle imaging, a tomographic technique * Myocardial perfusion imaging, a medical procedure that illustrates heart function * Mannose phosphate isomerase, an enzyme ...
by Amritkar et al. Recently, a multi-scale parallel strategy is developed. Generally, the simulation domain is divided into many sub-domains and each process calculates only one sub-domain using MPI passing boundary information; for each sub-domain, the CPUs are used to solve the fluid phase while the general purpose GPUs are used to solve the movement of particles. However, in this computation method CPUs and GPUs work in serial. That is, the CPUs are idle while the GPUs are calculating the solid particles, and the GPUs are idle when the CPUs are calculating the fluid phase. To further accelerate the computation, the CPU and GPU computing can be overlapped using the shared memory of a Linux system. Thus, the fluid phase and particles can be calculated at the same time.


Reducing computation cost using Coarse Grained Particles

The computation cost of CFD-DEM is huge due to a large number of particles and small time steps to resolve particle-particle collisions. To reduce computation cost, many real particles can be lumped into a Coarse Grained Particle (CGP). The diameter of the CGP is calculated by the following equation: : d_ = d_ \cdot W^, where W is the number of real particles in CGP. Then, the movement of CGPs can be tracked using DEM. In simulations using Coarse Grained Particles, the real particles in a CGP are subjected to the same drag force, same temperature and same species mass fractions. The momentum, heat and mass transfers between fluid and particles are firstly calculated using the diameter of real particles and then scaled by W times. The value of W is directly related to computation cost and accuracy. When W is equal to unity, the simulation becomes DEM-based achieving results that are of the highest possible accuracy. As this ratio increases, the speed of the simulation increases drastically but its accuracy deteriorates. Apart from an increase in speed, general criteria for selecting a value for this parameter is not yet available. However, for systems with distinct mesoscale structures, like bubbles and clusters, the parcel size should be small enough to resolve the deformation, aggregation, and breakage of bubbles or clusters. The process of lumping particles together reduces the collision frequency, which directly influences the energy dissipation. To account for this error, an effective restitution coefficient was proposed by Lu et al., based on kinetic theory of granular flow, by assuming the energy dissipation during collisions for the original system and the coarse grained system are identical. : e_ = \sqrt


References

{{DEFAULTSORT:Cfd-Dem Computational physics