openfoam/tutorials
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
..
basic TUT: fix use of "constant/triSurface" etc (#1887) 2020-10-28 16:04:12 +01:00
combustion TUT: fix use of "constant/triSurface" etc (#1887) 2020-10-28 16:04:12 +01:00
compressible TUT: fix use of "constant/triSurface" etc (#1887) 2020-10-28 16:04:12 +01:00
discreteMethods REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
DNS/dnsFoam/boxTurb16 REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
electromagnetics TUT: use new 'arc' specification in several tutorials 2020-10-05 15:45:39 +02:00
financial/financialFoam/europeanCall REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
finiteArea TUT: use new 'arc' specification in several tutorials 2020-10-05 15:45:39 +02:00
heatTransfer TUT: add examples of general spheroid (#1901) 2020-10-28 16:04:12 +01:00
incompressible TUT: cavity: add Allrun-parallel 2020-11-13 09:18:43 +00:00
IO TUT: skip some tutorials when dynamicCode is not available 2020-08-06 19:34:20 +02:00
lagrangian ENH: PatchParticleHistogram: add a new cloud FO 2020-11-13 09:22:46 +00:00
mesh TUT: add examples of general spheroid (#1901) 2020-10-28 16:04:12 +01:00
modules
multiphase TUT: fix use of "constant/triSurface" etc (#1887) 2020-10-28 16:04:12 +01:00
preProcessing REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
resources TUT: relocate flange.ans -> tutorials/resources/geometry 2020-06-19 10:09:09 +02:00
stressAnalysis TUT: use new 'arc' specification in several tutorials 2020-10-05 15:45:39 +02:00
verificationAndValidation STYLE: adjustments for code integration 2020-10-22 14:52:56 +02:00
Allclean
Allcollect
Allrun
Alltest
AutoTest