openfoam/tutorials/compressible
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
..
acousticFoam/obliqueAirJet TUT: use simpler faMeshDefinition 2022-09-22 16:09:14 +02:00
overRhoPimpleDyMFoam/twoSimpleRotors RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
overRhoSimpleFoam/hotCylinder RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
rhoCentralFoam RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
rhoPimpleAdiabaticFoam/rutlandVortex2D RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
rhoPimpleFoam RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
rhoPorousSimpleFoam/angledDuct ENH: consolidate 'formatOptions' handling for coordSetWriter/surfaceWriter 2022-11-08 16:48:08 +00:00
rhoSimpleFoam ENH: consolidate 'formatOptions' handling for coordSetWriter/surfaceWriter 2022-11-08 16:48:08 +00:00
sonicDyMFoam/movingCone RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
sonicFoam RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
sonicLiquidFoam RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00