openfoam/tutorials/lagrangian
Kutalmis Bercin 2a64d98d02 ENH: PatchParticleHistogram: add a new cloud FO
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;
  }
  ```
2020-11-13 09:22:46 +00:00
..
coalChemistryFoam/simplifiedSiwek REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
DPMFoam/Goldschmidt REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
icoUncoupledKinematicParcelDyMFoam/mixerVesselAMI2D REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
icoUncoupledKinematicParcelFoam/hopper REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
MPPICFoam REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
reactingHeterogenousParcelFoam/rectangularDuct ENH: Adding evaporation-condensation lagragian model for solution 2020-09-22 16:35:53 +01:00
reactingParcelFoam ENH: PatchParticleHistogram: add a new cloud FO 2020-11-13 09:22:46 +00:00
simpleReactingParcelFoam/verticalChannel REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
sprayFoam/aachenBomb REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00