Files
CFDEMcoupling-PUBLIC/doc/forceModel_Archimedes.txt
2016-09-05 10:53:18 +02:00

57 lines
1.3 KiB
Plaintext

"CFDEMproject WWW Site"_lws - "CFDEM Commands"_lc :c
:link(lws,http://www.cfdem.com)
:link(lc,CFDEMcoupling_Manual.html#comm)
:line
forceModel_Archimedes command :h3
[Syntax:]
Defined in couplingProperties dictionary.
forceModels
(
Archimedes
);
ArchimedesProps
\{
gravityFieldName "gravity";
twoDimensional;
suppressProbe switch1;
treatForceDEM switch2;
verbose switch3;
\}; :pre
{gravity} = name of the finite volume gravity field :ulb,l
{twoDimensional} = optional keyword for conducting a two dimensional calculation :l
{switch1} = (optional, default false) can be used to suppress the output of the probe model :l
{switch2} = (optional, default true) sub model switch, see "forceSubModel"_forceSubModel.html for details :l
{switch3} = (optional, default false) sub model switch, see "forceSubModel"_forceSubModel.html for details :l
:ule
[Examples:]
forceModels
(
Archimedes
);
ArchimedesProps
\{
gravityFieldName "g";
\} :pre
[Description:]
The force model performs the calculation of forces (e.g. fluid-particle interaction forces) acting on each DEM particle. The Archimedes model is a model that calculates the Archimedes' volumetric lift force stemming from density difference of fluid and particle.
[Restrictions:]
none.
[Related commands:]
"forceModel"_forceModel.html