release on 2014-04-15_09-22-01

This commit is contained in:
goniva
2014-04-15 09:22:02 +02:00
parent c3cff76891
commit 21934b329c
188 changed files with 1532 additions and 775 deletions

View File

@ -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:]