openfoam/tutorials/incompressible
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
..
adjointOptimisationFoam TUT: updated the motorbike tutorial 2021-12-09 09:18:02 +00:00
adjointShapeOptimizationFoam/pitzDaily CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
boundaryFoam/steadyBoundaryLayer ENH: finer granularity for CleanFunctions 2021-07-28 10:02:27 +02:00
icoFoam CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
lumpedPointMotion ENH: improve flexibility of error, messageStream output 2021-11-03 11:46:13 +01:00
nonNewtonianIcoFoam/offsetCylinder CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
overPimpleDyMFoam CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
overSimpleFoam/aeroFoil CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
pimpleFoam ENH: additional #word and #message dictionary directives (#2276) 2021-11-25 17:05:37 +01:00
pisoFoam ENH: allow top-level definition of function object name scoping 2021-12-09 15:42:51 +01:00
porousSimpleFoam TUT: replace m4 versions of angledDuct blockMeshDict with native forms 2021-07-28 13:14:44 +02:00
shallowWaterFoam/squareBump CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
simpleFoam ENH: allow top-level definition of function object name scoping 2021-12-09 15:42:51 +01:00
SRFPimpleFoam/rotor2D CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
SRFSimpleFoam/mixer CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00