mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
50 lines
845 B
Plaintext
50 lines
845 B
Plaintext
"CFDEMproject Website"_lws - "Main Page"_main :c
|
|
|
|
:link(lws,http://www.cfdem.com)
|
|
:link(main,CFDEMcoupling_Manual.html)
|
|
|
|
:line
|
|
|
|
forceModel virtualMassForce command :h3
|
|
|
|
[Syntax:]
|
|
|
|
Defined in "couplingProperties"_CFDEMcoupling_dicts.html#couplingProperties
|
|
dictionary.
|
|
|
|
forceModels
|
|
(
|
|
virtualMassForce
|
|
);
|
|
virtualMassForceProps
|
|
\{
|
|
velFieldName "U";
|
|
\}; :pre
|
|
|
|
{U} = name of the finite volume fluid velocity field :ulb,l
|
|
:ule
|
|
|
|
[Examples:]
|
|
|
|
forceModels
|
|
(
|
|
virtualMassForce
|
|
);
|
|
virtualMassForceProps
|
|
\{
|
|
velFieldName "U";
|
|
\} :pre
|
|
|
|
[Description:]
|
|
|
|
The force model performs the calculation of forces (e.g. fluid-particle interaction forces) acting on each DEM particle. The virtualMassForce model calculates the virtual mass force for each particle.
|
|
|
|
[Restrictions:]
|
|
|
|
Model not validated!
|
|
|
|
[Related commands:]
|
|
|
|
"forceModel"_forceModel.html
|
|
|