openfoam/applications/utilities/postProcessing/lagrangian/steadyParticleTracks
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
..
Make COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
createControls.H ENH: consolidate 'formatOptions' handling for coordSetWriter/surfaceWriter 2022-11-08 16:48:08 +00:00
steadyParticleTracks.C ENH: refactor coordSet writers (#2347) 2022-03-10 19:41:22 +01:00
steadyParticleTracksTemplates.C ENH: refactor coordSet writers (#2347) 2022-03-10 19:41:22 +01:00
steadyParticleTracksTemplates.H ENH: refactor coordSet writers (#2347) 2022-03-10 19:41:22 +01:00