openfoam/applications/utilities
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
..
doc GIT: Header file updates 2019-10-31 14:48:44 +00:00
finiteArea ENH: improved bookkeeping for finite-area to volume mesh correspondence 2022-09-22 16:09:14 +02:00
mesh ENH: PatchTools::gatherAndMerge with recovery of the globalIndex 2022-11-08 16:48:08 +00:00
miscellaneous ENH: more consistent use of broadcast, combineReduce etc. 2022-11-08 16:48:08 +00:00
parallelProcessing ENH: use returnReduceAnd(), returnReduceOr() functions 2022-11-08 16:48:08 +00:00
postProcessing ENH: consolidate 'formatOptions' handling for coordSetWriter/surfaceWriter 2022-11-08 16:48:08 +00:00
preProcessing ENH: use returnReduceAnd(), returnReduceOr() functions 2022-11-08 16:48:08 +00:00
surface ENH: more consistent use of broadcast, combineReduce etc. 2022-11-08 16:48:08 +00:00
thermophysical ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00