Files
CFDEMcoupling-PFM/doc/forceModel_viscForce.txt
Christoph Goniva, DCS Computing GmbH 409283acc3 release on 2014-11-10_07-57-15
2014-11-10 07:57:15 +01:00

51 lines
1004 B
Plaintext

"CFDEMproject WWW Site"_lws - "CFDEM Commands"_lc :c
:link(lws,http://www.cfdem.com)
:link(lc,CFDEMcoupling_Manual.html#comm)
:line
forceModel_viscForce command :h3
[Syntax:]
Defined in 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", JFM).
[Restrictions:]
none.
[Related commands:]
"forceModel"_forceModel.html