mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
52 lines
979 B
Plaintext
52 lines
979 B
Plaintext
"CFDEMproject WWW Site"_lws - "CFDEM Commands"_lc :c
|
|
|
|
:link(lws,http://www.cfdem.com)
|
|
:link(lc,CFDEMcoupling_Manual.html#comm)
|
|
|
|
:line
|
|
|
|
forceModel_SchillerNaumannDrag command :h3
|
|
|
|
[Syntax:]
|
|
|
|
Defined in couplingProperties dictionary.
|
|
|
|
forceModels
|
|
(
|
|
SchillerNaumannDrag
|
|
);
|
|
SchillerNaumannDragProps
|
|
\{
|
|
velFieldName "U";
|
|
densityFieldName "density";
|
|
\}; :pre
|
|
|
|
{U} = name of the finite volume fluid velocity field :ulb,l
|
|
{density} = name of the finite volume gravity field :l
|
|
:ule
|
|
|
|
[Examples:]
|
|
|
|
forceModels
|
|
(
|
|
SchillerNaumannDrag
|
|
);
|
|
SchillerNaumannDragProps
|
|
\{
|
|
velFieldName "U";
|
|
densityFieldName "rho";
|
|
\} :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
|
|
|