Files
CFDEMcoupling-PFM/doc/forceModel_particleCellVolume.txt
2013-06-13 09:32:48 +02:00

55 lines
1.2 KiB
Plaintext

"CFDEMproject WWW Site"_lws - "CFDEM Commands"_lc :c
:link(lws,http://www.cfdem.com)
:link(lc,CFDEMcoupling_Manual.html#comm)
:line
forceModel_particleCellVolume command :h3
[Syntax:]
Defined in couplingProperties dictionary.
forceModels
(
particleCellVolume
);
particleCellVolumeProps
\{
upperThreshold value;
lowerThreshold value2;
verbous;
\}; :pre
{value} = only cells with a field value (magnitude) lower than this upper threshold are considered :l
{value2} = only cells with a field value (magnitude) greater than this lower threshold are considered :l
:ule
[Examples:]
forceModels
(
particleCellVolume
);
particleCellVolumeProps
\{
upperThreshold 0.999;
lowerThreshold 0;
verbous;
\} :pre
[Description:]
This "forceModel" does not influence the particles or the simulation - it is a postprocessing tool! The total volume of the particles as they are represented on the CFD mesh is calculated.
At "writeTime" a field named particleCellVolume , where scalarField is the name of the original field, is written. This can be can the be probed using standard function object probes. Using the verbous option a screen output is given.
[Restrictions:]
None.
[Related commands:]
"forceModel"_forceModel.html