Files
CFDEMcoupling-PFM/doc/forceModel_KochHillDrag.txt
2018-07-23 09:03:40 +02:00

71 lines
2.1 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"_CFDEMcoupling_dicts.html#couplingProperties
dictionary.
forceModels
(
KochHillDrag
);
KochHillDragProps
\{
velFieldName "U";
voidfractionFieldName "voidfraction";
granVelFieldName "Us"
treatForceExplicit switch1;
implForceDEM switch2;
verbose switch3;
interpolation switch4;
implForceDEMaccumulated switch5;
scalarViscosity switch6;
\} :pre
{U} = name of the finite volume fluid velocity field :ulb,l
{voidfraction} = name of the finite volume voidfraction field :l
{Us} = (optional, default "Us") name of finite volume granular velocity field :l
{switch1} = (optional, default false) sub model switch, see "forceSubModel"_forceSubModel.html for details :l
{switch2} = (optional, default false) flag to use implicit formulation of drag on DEM side :l
{switch3} = (optional, default false) sub model switch, see "forceSubModel"_forceSubModel.html for details :l
{switch4} = (optional, default false) flag to use interpolated voidfraction and fluid velocity values :l
{switch5} = (optional, default false) sub model switch, see "forceSubModel"_forceSubModel.html for details :l
{switch6} = (optional, default false) sub model switch, see "forceSubModel"_forceSubModel.html for details :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