Files
CFDEMcoupling-PFM/doc/forceModel_MeiLift.txt
2021-09-02 14:27:47 +02:00

73 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 MeiLift command :h3
[Syntax:]
Defined in "couplingProperties"_CFDEMcoupling_dicts.html#couplingProperties
dictionary.
forceModels
(
MeiLift
);
MeiLiftProps
\{
velFieldName "U";
useShearInduced switch1;
useSpinInduced switch2;
combineShearSpin switch3;
treatForceExplicit switch4;
verbose switch5;
interpolation switch6;
scalarViscosity switch7;
\} :pre
{U} = name of the finite volume fluid velocity field :ulb,l
{useShearInduced} = (optional, default true) switch to activate shear-induced (Saffman) lift :l
{useSpinInduced} = (optional, default false) switch to activate spin-induced (Magnus) lift :l
{combineShearSpin} = (optional, default false) switch to use the correlation for combined shear- and spin-induced lift by "Loth and Dorgan (2009)"_#LothDorgan2009 :l
{switch4} = (optional, default false) sub model switch, see "forceSubModel"_forceSubModel.html for details :l
{switch5} = (optional, default false) switch to activate the report of per-particle quantities to the screen :l
{switch6} = (optional, default false) switch to activate tri-linear interpolation of the flow quantities at the particle position :l
{switch7} = (optional, default false) sub model switch, see "forceSubModel"_forceSubModel.html for details :l
:ule
[Examples:]
forceModels
(
MeiLift
);
MeiLiftProps
\{
velFieldName "U";
interpolation true;
verbose true;
\} :pre
[Description:]
The force model performs the calculation of forces (e.g. fluid-particle
interaction forces) acting on each DEM particle. The {MeiLift} model calculates
the lift force for each particle based on "Loth and Dorgan (2009)"_#LothDorgan2009.
:link(LothDorgan2009)
[(LothDorgan2009)] E. Loth, A.J. Dorgan. (2009):
"An equation of motion for particles of finite Reynolds number and size",
Environmental Fluid Mechanics
[Restrictions:]
none
[Related commands:]
"forceModel"_forceModel.html