openfoam/tutorials/incompressible/simpleFoam
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
..
airFoil2D CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
backwardFacingStep2D CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
bump2D ENH: finer granularity for CleanFunctions 2021-07-28 10:02:27 +02:00
mixerVessel2D CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
motorBike CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
nonOrthogonalChannel TUT: nonOrthogonalChannel: new non-orthogonality test case 2021-12-08 12:07:26 +00:00
pipeCyclic ENH: allow top-level definition of function object name scoping 2021-12-09 15:42:51 +01:00
pitzDaily CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
pitzDailyExptInlet CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
rotorDisk CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
simpleCar TUT: Added example showing use of functionObject result lookup from a Function1 2021-11-26 11:22:36 +00:00
skewnessCavity TUT: skewnessCavity: new skewness test case 2021-12-08 11:05:06 +00:00
squareBend CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
T3A CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
turbineSiting CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00
turbulentFlatPlate ENH: finer granularity for CleanFunctions 2021-07-28 10:02:27 +02:00
windAroundBuildings CONFIG: Updated headers to v2106 2021-06-28 09:14:42 +01:00