Skip to content
Snippets Groups Projects
Commit 9d765ada authored by Andrew Heather's avatar Andrew Heather Committed by Andrew Heather
Browse files

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;
    }
parent 8268d8aa
Branches
Tags
1 merge request!409ENH: Lagrangian - added new PatchInteractionFields cloud function object
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment