openfoam/etc/codeTemplates/functionObject
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
..
Make foamNewFunctionObject: script to create template code for a new function object 2016-03-22 17:40:03 +00:00
FUNCTIONOBJECT.C functionObjects: Removed the redundant "viable" member function 2016-05-11 12:57:17 +01:00
FUNCTIONOBJECT.H functionObjects: Removed the redundant "viable" member function 2016-05-11 12:57:17 +01:00
FUNCTIONOBJECTFunctionObject.C foamNewFunctionObject: script to create template code for a new function object 2016-03-22 17:40:03 +00:00