Skip to content
Snippets Groups Projects

ENH: PatchParticleHistogram: add a new cloud FO

Merged Kutalmış Berçin requested to merge feature-particle-histogram into develop

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 by Kutalmış Berçin

Merge request reports

Checking approval status

Merged by Andrew HeatherAndrew Heather 4 years ago (Nov 13, 2020 9:23am UTC)

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