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

56 lines
1.3 KiB
Plaintext

"CFDEMproject Website"_lws - "Main Page"_main :c
:link(lws,http://www.cfdem.com)
:link(main,CFDEMcoupling_Manual.html)
:line
forceModel KochHillDrag command :h3
[Syntax:]
Defined in couplingProperties dictionary.
forceModels
(
KochHillDrag
);
KochHillDragProps
\{
velFieldName "U";
voidfractionFieldName "voidfraction";
interpolation "bool1";
implForceDEM "bool2";
\}; :pre
{U} = name of the finite volume fluid velocity field :ulb,l
{voidfraction} = name of the finite volume voidfraction field :l
{bool1} = (optional, normally off) flag to use interpolated voidfraction and fluid velocity values :l
{bool2} = (optional, normally off) flag to use implicit formulation of drag on DEM side:l
:ule
[Examples:]
forceModels
(
KochHillDrag
);
KochHillDragProps
\{
velFieldName "U";
voidfractionFieldName "voidfraction";
\} :pre
[Description:]
The force model performs the calculation of forces (e.g. fluid-particle interaction forces) acting on each DEM particle. The KochHillDrag model is a model that calculates the particle based drag force following the correlation of Koch & Hill (2001) (see van Buijtenen et al. (2011): "Numerical and experimental study on multiple-spout fluidized beds", ChemEngScience).
[Restrictions:]
none.
[Related commands:]
"forceModel"_forceModel.html