ENH: PatchParticleHistogram: add a new cloud FO
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
Activity
Filter activity
added feature post-processing tutorial labels
added 32 commits
-
c7cf1991...48592e81 - 31 commits from branch
develop
- 2a64d98d - ENH: PatchParticleHistogram: add a new cloud FO
-
c7cf1991...48592e81 - 31 commits from branch
mentioned in commit 79a4dc51
Please register or sign in to reply