mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
55 lines
980 B
Plaintext
55 lines
980 B
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 (optional)
|
|
\{
|
|
noDEMForce; (optional)
|
|
keepCFDForce; (optional)
|
|
\} :pre
|
|
|
|
|
|
[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
|
|
|