openfoam/tutorials/combustion
Mark Olesen c3c23c3cb2 ENH: allow top-level definition of function object name scoping
- this refines commit c233961d45, which added prefix scoping.

  Default is now off (v2106 behaviour).

  The 'useNamePrefix' keyword can be specified on a per function basis
  or at the top-level of "functions".

  ```
      functions
      {
          errors          warn;
          useNamePrefix   true;

          func1
          {
              type  ...;
              useNamePrefix   false;
          }

          func2
          {
              type  ...;
              // Uses current default for useNamePrefix
          }
      }
  ```
2021-12-09 15:42:51 +01:00
..
chemFoam CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
coldEngineFoam/freePiston TUT: use mergeType points for wedge geometries (#2241) 2021-10-21 15:31:11 +02:00
fireFoam/LES LINT: script not marked as bash-specific 2021-12-03 15:32:37 +01:00
PDRFoam TUT: replace remaining templated thermoType 2021-07-15 16:47:22 +02:00
reactingFoam TUT: use mergeType points for wedge geometries (#2241) 2021-10-21 15:31:11 +02:00
XiDyMFoam CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
XiEngineFoam/kivaTest ENH: allow top-level definition of function object name scoping 2021-12-09 15:42:51 +01:00
XiFoam/RAS CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00