58 lines
1.4 KiB
Plaintext
58 lines
1.4 KiB
Plaintext
"CFDEMproject WWW Site"_lws - "CFDEM Commands"_lc :c
|
|
|
|
:link(lws,http://www.cfdem.com)
|
|
:link(lc,CFDEMcoupling_Manual.html#comm)
|
|
|
|
:line
|
|
|
|
forceModel_KochHillDrag command :h3
|
|
|
|
[Syntax:]
|
|
|
|
Defined in couplingProperties dictionary.
|
|
|
|
forceModels
|
|
(
|
|
KochHillDrag
|
|
);
|
|
KochHillDragProps
|
|
\{
|
|
velFieldName "U";
|
|
densityFieldName "density";
|
|
voidfractionFieldName "voidfraction";
|
|
interpolation;
|
|
\}; :pre
|
|
|
|
{U} = name of the finite volume fluid velocity field :ulb,l
|
|
{density} = name of the finite volume gravity field :l
|
|
{voidfraction} = name of the finite volume voidfraction field :l
|
|
{interpolation} = flag to use interpolated voidfraction and fluid velocity values (normally off) :l
|
|
{implDEM} = flag to use implicit formulation of drag on DEM side (normally off) :l
|
|
:ule
|
|
|
|
[Examples:]
|
|
|
|
forceModels
|
|
(
|
|
KochHillDrag
|
|
);
|
|
KochHillDragProps
|
|
\{
|
|
velFieldName "U";
|
|
densityFieldName "rho";
|
|
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
|
|
|