openfoam/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel
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
..
0.orig REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
constant REL: Updated headers to version v2006 2020-06-29 17:27:54 +01:00
system ENH: support surfaceFieldValue on multiple faceZones or patches (#1874) 2020-11-30 13:59:10 +01:00
Allclean STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allrun BUG: fix tut regression for potentialFoam (#1518) 2019-12-12 11:22:13 +00:00
Allrun-parallel BUG: fix tut regression for potentialFoam (#1518) 2019-12-12 11:22:13 +00:00