openfoam/tutorials/combustion/XiEngineFoam/kivaTest
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
..
-180 CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
constant CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
system ENH: allow top-level definition of function object name scoping 2021-12-09 15:42:51 +01:00
Allclean TUT: combustion: clean up tutorials 2021-06-08 20:17:19 +00:00
Allrun TUT: skip some tutorials when dynamicCode is not available 2020-08-06 19:34:20 +02:00
Allrun-parallel STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
otape17 STYLE: engineFoam: Renamed engineFoam -> XiEngineFoam and sprayEngineFoam -> engineFoam 2017-09-19 17:01:54 +01:00