mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
55 lines
1.0 KiB
Plaintext
55 lines
1.0 KiB
Plaintext
"CFDEMproject Website"_lws - "Main Page"_main :c
|
|
|
|
:link(lws,http://www.cfdem.com)
|
|
:link(main,CFDEMcoupling_Manual.html)
|
|
|
|
:line
|
|
|
|
forceModel SchillerNaumannDrag command :h3
|
|
|
|
[Syntax:]
|
|
|
|
Defined in "couplingProperties"_CFDEMcoupling_dicts.html#couplingProperties
|
|
dictionary.
|
|
|
|
forceModels
|
|
(
|
|
SchillerNaumannDrag
|
|
);
|
|
SchillerNaumannDragProps
|
|
\{
|
|
velFieldName "U";
|
|
treatForceExplicit switch1;
|
|
\} :pre
|
|
|
|
{U} = name of the finite volume fluid velocity field :ulb,l
|
|
{switch1} = (optional, default false) sub model switch, see "forceSubModel"_forceSubModel.html for details :l
|
|
:ule
|
|
|
|
[Examples:]
|
|
|
|
forceModels
|
|
(
|
|
SchillerNaumannDrag
|
|
);
|
|
SchillerNaumannDragProps
|
|
\{
|
|
velFieldName "U";
|
|
\} :pre
|
|
|
|
[Description:]
|
|
|
|
The force model performs the calculation of forces (e.g. fluid-particle
|
|
interaction forces) acting on each DEM particle. The {SchillerNaumannDrag} model
|
|
is a model that calculates the particle based drag force following the
|
|
correlation of Schiller and Naumann.
|
|
|
|
[Restrictions:]
|
|
|
|
none
|
|
|
|
[Related commands:]
|
|
|
|
"forceModel"_forceModel.html
|
|
|