mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
release on 2014-04-15_09-22-01
This commit is contained in:
@ -19,7 +19,7 @@ particleCellVolumeProps
|
||||
\{
|
||||
upperThreshold value;
|
||||
lowerThreshold value2;
|
||||
verbous;
|
||||
verbose;
|
||||
\}; :pre
|
||||
|
||||
{value} = only cells with a field value (magnitude) lower than this upper threshold are considered :l
|
||||
@ -36,13 +36,13 @@ particleCellVolumeProps
|
||||
\{
|
||||
upperThreshold 0.999;
|
||||
lowerThreshold 0;
|
||||
verbous;
|
||||
verbose;
|
||||
\} :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. Further the total volume of the cells particles are in 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. Analogously a field named cellVolume is written. Using the verbose option a screen output is given.
|
||||
At "writeTime" a field named particleCellVolume , where scalarField is the name of the original field, is written. This can then be probed using standard function object probes. Analogously a field named cellVolume is written. Using the verbose option a screen output is given.
|
||||
|
||||
[Restrictions:]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user