Files
CFDEMcoupling-PFM/doc/forceModel_noDrag.txt
2018-10-04 11:00:05 +02:00

60 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 noDrag command :h3
[Syntax:]
Defined in "couplingProperties"_CFDEMcoupling_dicts.html#couplingProperties
dictionary.
forceModels
(
noDrag
); :pre
noDragProps
\{
noDEMForce;
keepCFDForce;
treatForceExplicit switch1;
\} :pre
{noDEMForce} = (optional, default false) do not apply the previously calculated forces in DEM integration :ulb,l
{keepCFDForce} = (optional, default false) do not delete the previously calculated forces and use them in CFD source terms :l
{switch1} = (optional, default false) sub model switch, see "forceSubModel"_forceSubModel.html for details :l
:ule
[Examples:]
forceModels
(
noDrag
)
noDragProps
\{
noDEMForce;
\} :pre
[Description:]
The force model performs the calculation of forces (e.g. fluid-particle
interaction forces) acting on each DEM particle. The {noDrag} model sets the
forces acting on the particle to zero. If several force models are selected and
noDrag is the last model being executed, the fluid particle force will be set to
zero. If the variable {noDEMForce} is set, then the forces communicated to the
DEM solver are also set to zero.
[Restrictions:]
none
[Related commands:]
"forceModel"_forceModel.html