Files
CFDEMcoupling-PFM/doc/forceModel_GidaspowDrag.txt
2018-07-26 13:04:30 +02:00

79 lines
2.5 KiB
Plaintext

"CFDEMproject Website"_lws - "Main Page"_main :c
:link(lws,http://www.cfdem.com)
:link(main,CFDEMcoupling_Manual.html)
:line
forceModel GidaspowDrag command :h3
[Syntax:]
Defined in "couplingProperties"_CFDEMcoupling_dicts.html#couplingProperties
dictionary.
forceModels
(
GidaspowDrag
);
GidaspowDragProps
\{
velFieldName "U";
voidfractionFieldName "voidfraction";
granVelFieldName "Us";
phi scalar1;
scale scalar2;
scaleDrag scalar3;
switchingVoidfraction scalar4;
treatForceExplicit switch1;
implForceDEM switch2;
verbose switch3;
interpolation switch4;
scalarViscosity switch5;
\} :pre
{U} = name of the finite volume fluid velocity field :ulb,l
{voidfraction} = name of the finite volume void fraction field :l
{Us} = name of the finite volume cell averaged particle velocity field :l
{scalar1} = drag correction factor (in doubt 1) :l
{scalar2} = (optional, default 1.0) scaling of particle diameter: d_sim=scale*d_real. d_sim=(potentially coarse-grained) particle diameter. scale=coarse-graining factor. d_real= particle diameter as it is measured. :l
{scalar3} = (optional, default 1.0) scaling of drag law :l
{scalar4} = (optional, default 0.8) void fraction above which dilute formulation will be used :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 void fraction and fluid velocity values :l
{switch5} = (optional, default false) sub model switch, see "forceSubModel"_forceSubModel.html for details :l
:ule
[Examples:]
forceModels
(
GidaspowDrag
);
GidaspowDragProps
\{
velFieldName "U";
voidfractionFieldName "voidfraction";
granVelFieldName "Us";
\} :pre
[Description:]
The force model performs the calculation of forces (e.g. fluid-particle
interaction forces) acting on each DEM particle. The {GidaspowDrag} model is a
model that calculates the particle based drag force following the correlation of
Gidaspow which is a combination of Ergun (1952) and Wen & Yu (1966)
(see Zhu et al. (2007): "Discrete particle simulation of particulate systems:
Theoretical developments", ChemEngScience).
[Restrictions:]
none
[Related commands:]
"forceModel"_forceModel.html