openfoam/applications/utilities/postProcessing/dataConversion
Henry Weller 78d2971b21 functionObjects: rewritten to all be derived from 'functionObject'
- Avoids the need for the 'OutputFilterFunctionObject' wrapper
  - Time-control for execution and writing is now provided by the
    'timeControlFunctionObject' which instantiates the processing
    'functionObject' and controls its operation.
  - Alternative time-control functionObjects can now be written and
    selected at run-time without the need to compile wrapped version of
    EVERY existing functionObject which would have been required in the
    old structure.
  - The separation of 'execute' and 'write' functions is now formalized in the
    'functionObject' base-class and all derived classes implement the
    two functions.
  - Unnecessary implementations of functions with appropriate defaults
    in the 'functionObject' base-class have been removed reducing
    clutter and simplifying implementation of new functionObjects.
  - The 'coded' 'functionObject' has also been updated, simplified and tested.
  - Further simplification is now possible by creating some general
    intermediate classes derived from 'functionObject'.
2016-05-15 16:40:01 +01:00
..
foamDataToFluent Remove .internalField() clutter for const-access to the internal field 2016-04-28 12:37:31 +01:00
foamToEnsight Patches contributed by Mattijs Janssens: 2016-05-15 16:36:48 +01:00
foamToEnsightParts Use Zero rather than pTraits<Type>::zero unless a static typed '0' is required 2016-03-22 17:46:52 +00:00
foamToGMV Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
foamToTecplot360 Patches contributed by Mattijs Janssens: 2016-05-15 16:36:48 +01:00
foamToTetDualMesh GeometricField: Renamed internalField() -> primitiveField() and dimensionedInternalField() -> internalField() 2016-04-30 21:40:09 +01:00
foamToVTK functionObjects: rewritten to all be derived from 'functionObject' 2016-05-15 16:40:01 +01:00
smapToFoam applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00