ENH: Lagrangian - added new PatchInteractionFields cloud function object
Creates volume fields whose boundaries are used to store patch interaction statistics.
Current field output per patch face:
- <cloud><model>:count - cumulative particle hits
- <cloud><model>:mass - cumuluative mass of hitting particles
Fields can be reset according to:
- none: fields are not reset
- timeStep: reset at each time step
- writeTime: reset at each write time
Usage
patchInteractionFields1
{
type patchInteractionFields;
resetMode writeTime;
}
See test case $FOAM_TUTORIALS/lagrangian/reactingParcelFoam/filter
Merge request reports
Activity
Filter activity
changed milestone to %v2012
added enhancement library post-processing labels
@kuti - can you take for a spin/test?
added 47 commits
-
867ffa62...27a676ca - 46 commits from branch
develop
- e5f5cfb9 - ENH: Lagrangian - added new PatchInteractionFields cloud function object
-
867ffa62...27a676ca - 46 commits from branch
added 1 commit
- 9620bf60 - ENH: Lagrangian - added new PatchInteractionFields cloud function object
added 49 commits
-
9620bf60...8268d8aa - 48 commits from branch
develop
- 9d765ada - ENH: Lagrangian - added new PatchInteractionFields cloud function object
-
9620bf60...8268d8aa - 48 commits from branch
thanks @kuti
mentioned in commit 4a166c6f
Please register or sign in to reply