Files
CFDEMcoupling-PFM/doc/forceModel_viscForce.txt
2018-07-18 14:43:45 +02:00

56 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 viscForce command :h3
[Syntax:]
Defined in "couplingProperties"_CFDEMcoupling_dicts.html#couplingProperties
dictionary.
forceModels
(
viscForce;
);
viscForceProps
\{
velocityFieldName "U";
interpolation switch;
\} :pre
{U} = name of the finite volume fluid velocity field :ulb,l
{switch} = flag to use interpolated stress values (normally off) :l
:ule
[Examples:]
forceModels
(
viscForce;
);
viscForceProps
\{
velocityFieldName "U";
\} :pre
[Description:]
The force model performs the calculation of forces (e.g. fluid-particle
interaction forces) acting on each DEM particle. The {viscForce} model
calculates the particle based viscous force, -(grad(tau)) * Vparticle
(see Zhou et al. (2010): "Discrete particle simulation of particle-fluid flow:
model formulations and their applicability", J. Fluid Mech.).
[Restrictions:]
none
[Related commands:]
"forceModel"_forceModel.html