Skip to content
Snippets Groups Projects

ENH: Lagrangian - added new PatchInteractionFields cloud function object

Merged Andrew Heather requested to merge feature-lagrangian-patch-interaction-fields into develop

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply