openfoam/tutorials/lagrangian
Mark Olesen 6cf8151817 ENH: support surfaceFieldValue on multiple faceZones or patches (#1874)
- additional "names" entry to specify a word/regex list of selections
  For example,
  {
      type    patch;
      name    inlets;
      names   ("inlet_[0-9].*" inlet);
  }

- if "names" exists AND contains a literal (non-regex) that can be used
  as a suitable value for "name", the "name" entry becomes optional.
  For example,
  {
      type    patch;
      names   ("inlet_[0-9].*" inlet);

      // inferred name = inlet
  }

- reduce some overhead in surfaceFieldValue

TUT: surfaceFieldValue on patches : reactingParcelFoam/verticalChannel
2020-11-30 13:59:10 +01: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: support surfaceFieldValue on multiple faceZones or patches (#1874) 2020-11-30 13:59:10 +01:00
simpleReactingParcelFoam/verticalChannel ENH: support surfaceFieldValue on multiple faceZones or patches (#1874) 2020-11-30 13:59:10 +01:00
sprayFoam/aachenBomb REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00