Files
CFDEMcoupling-PFM/doc/forceModel_DiFeliceDrag.txt
2018-07-18 13:50:07 +02:00

52 lines
973 B
Plaintext

"CFDEMproject Website"_lws - "Main Page"_main :c
:link(lws,http://www.cfdem.com)
:link(main,CFDEMcoupling_Manual.html)
:line
forceModel DiFeliceDrag command :h3
[Syntax:]
Defined in couplingProperties dictionary.
forceModels
(
DiFeliceDrag
);
DiFeliceDragProps
\{
velFieldName "U";
interpolation switch1;
\}; :pre
{U} = name of the finite volume fluid velocity field :ulb,l
{switch1} = flag to use interpolated voidfraction and velocity values (normally off) :l
:ule
[Examples:]
forceModels
(
DiFeliceDrag
);
DiFeliceDragProps
\{
velFieldName "U";
interpolation true;
\} :pre
[Description:]
The force model performs the calculation of forces (e.g. fluid-particle interaction forces) acting on each DEM particle. The DiFeliceDrag model is a model that calculates the particle based drag force following the correlation of Di Felice (see Zhou et al. (2010), JFM).
[Restrictions:]
none.
[Related commands:]
"forceModel"_forceModel.html