mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
52 lines
951 B
Plaintext
52 lines
951 B
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
|
|
\{
|
|
densityFieldName "density";
|
|
gravityFieldName "gravity";
|
|
\}; :pre
|
|
|
|
{density} = name of the finite volume density field :ulb,l
|
|
{gravity} = name of the finite volume gravity field :l
|
|
:ule
|
|
|
|
[Examples:]
|
|
|
|
forceModels
|
|
(
|
|
Archimedes
|
|
);
|
|
ArchimedesProps
|
|
\{
|
|
densityFieldName "rho";
|
|
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
|
|
|