openfoam/applications/utilities
Mark Olesen b7fb6116c3 ENH: restructuring of ensight output files
- changed ensightOutput from a class solely comprising static methods to
  a namespace and added in sub-namespaces Detail and Serial.

  This makes it easier to "mix-in" functions at different levels.
  Refactored and combined some serial/parallel code where possible.

  The general ensightOutput namespace has now shifted to be in the
  fileFormats lib, while leaving volField outputs in the conversion lib
  and cloud outputs in the lagrangian-intermediate lib.

  The ensightCloud namespace is now simply folded into the new
  ensightOutput namespace.

  These changes clean up some code, reduce fragmentation and
  duplication and removes the previous libconversion dependency for
  sampling.

- use int for ensight nTypes constexpr

Note: issue #1176 is unaffected except for the change in file name:

   ensightOutputTemplates.C -> ensightOutputVolFieldTemplates.C
2019-01-29 15:18:17 +01:00
..
doc ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
finiteArea STYLE: add usage notes to more utilities and solvers 2018-12-11 15:25:27 +01:00
mesh ENH: checkMesh: write correct faceWeights. Fixes #1099. 2019-01-31 15:28:01 +00:00
miscellaneous STYLE: use const reference for caught exceptions 2019-01-23 09:03:06 +01:00
parallelProcessing BUG: decomposePar: incorrect indexing. Fixes #1189. 2019-01-30 11:48:35 +00:00
postProcessing ENH: restructuring of ensight output files 2019-01-29 15:18:17 +01:00
preProcessing STYLE: centralize example dictionaries under etc/ (issue #1074) 2019-01-26 17:46:08 +01:00
surface STYLE: centralize example dictionaries under etc/ (issue #1074) 2019-01-26 17:46:08 +01:00
thermophysical STYLE: centralize example dictionaries under etc/ (issue #1074) 2019-01-26 17:46:08 +01:00