openfoam/tutorials
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
..
basic ENH: tutorial: add comment 2022-07-20 13:38:31 +01:00
combustion RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
compressible ENH: consolidate 'formatOptions' handling for coordSetWriter/surfaceWriter 2022-11-08 16:48:08 +00:00
discreteMethods RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
DNS/dnsFoam/boxTurb16 RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
electromagnetics RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
financial/financialFoam/europeanCall RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
finiteArea ENH: add finite-area support to setFields (#2591) 2022-09-26 18:03:23 +02:00
heatTransfer TUT: add multi-patch versions using regionFaModels 2022-09-22 17:24:21 +02:00
incompressible ENH: consolidate 'formatOptions' handling for coordSetWriter/surfaceWriter 2022-11-08 16:48:08 +00:00
IO RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
lagrangian GIT: missing tutorial files 2022-09-23 12:35:07 +02:00
mesh BUG: processorMeshes removeFiles does not remove collated (fixes #2607) 2022-10-11 17:58:22 +02:00
modules CONFIG: additional packaging helpers, tutorial test helper 2020-04-21 14:59:07 +02:00
multiphase ENH: add finite-area support to setFields (#2591) 2022-09-26 18:03:23 +02:00
preProcessing RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
resources RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
stressAnalysis RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
verificationAndValidation RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
Allclean ENH: foamRunTutorials -dry-run option 2022-06-14 15:23:08 +02:00
Allcollect ENH: foamRunTutorials -dry-run option 2022-06-14 15:23:08 +02:00
Allrun CONFIG: add date and paths information for tutorial Allrun script 2021-09-22 17:42:21 +02:00
Alltest CONFIG: inline _foamEval within <etc/config.sh/setup> 2021-06-18 17:14:22 +02:00