Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Merge requests
  • !386

ENH: PatchParticleHistogram: add a new cloud FO

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kutalmış Berçin requested to merge feature-particle-histogram into develop Oct 22, 2020
  • Overview 0
  • Commits 1
  • Changes 5

Summary

Computes a histogram for the distribution of particle diameters and corresponding number of particles hitting on a given list of patches.

A minimal example by using constant/reactingCloud1Properties.cloudFunctions:

patchParticleHistogram1
{
    // Mandatory entries (unmodifiable)
    type             patchParticleHistogram;
    patches          (<patch1> <patch2> ... <patchN>);
    nBins            10;
    min              0.1;
    max              10.0;
    maxStoredParcels 20;
}

Risks

No change to user inputs / no risk to regression.

PS: approval/feedback please @mark @Sergio @Mattijs @Prashant

Edited Nov 13, 2020 by Kutalmış Berçin
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature-particle-histogram