openfoam/tutorials/incompressible
Mark Olesen 5b29ff0e42 ENH: consolidate 'formatOptions' handling for coordSetWriter/surfaceWriter
- replaced ad hoc handling of formatOptions with coordSetWriter and
  surfaceWriter helpers.

  Accompanying this change, it is now possible to specify "default"
  settings to be inherited, format-specific settings and have a
  similar layering with surface-specific overrides.

- snappyHexMesh now conforms to setFormats

  Eg,

      formatOptions
      {
          default
          {
              verbose     true;
              format      binary;
          }
          vtk
          {
              precision   10;
          }
     }

     surfaces
     {
         surf1
         {
             ...

             formatOptions
             {
                 ensight
                 {
                     scale   1000;
                 }
             }
         }
     }
2022-11-08 16:48:08 +00:00
..
adjointOptimisationFoam TUT: faSchemes: replace snGradSchemes with lnGradSchemes (fixes #2543) 2022-07-25 15:06:51 +01:00
adjointShapeOptimizationFoam/pitzDaily RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
boundaryFoam/steadyBoundaryLayer RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
icoFoam RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
lumpedPointMotion RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
nonNewtonianIcoFoam/offsetCylinder RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
overPimpleDyMFoam RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
overSimpleFoam/aeroFoil RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
pimpleFoam TUT: wallMountedHump: new DES tutorial 2022-11-07 10:59:18 +00:00
pisoFoam ENH: streamline improvements 2022-07-08 11:13:00 +02:00
porousSimpleFoam RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
shallowWaterFoam/squareBump RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
simpleFoam ENH: consolidate 'formatOptions' handling for coordSetWriter/surfaceWriter 2022-11-08 16:48:08 +00:00
SRFPimpleFoam/rotor2D RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
SRFSimpleFoam/mixer RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00