OpenFOAM-4.x/tutorials/incompressible/simpleFoam/motorBike/system
Henry Weller 91aba2db2e 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
..
blockMeshDict blockMesh: Change default location of blockMeshDict from constant/polyMesh to system 2015-04-24 22:29:57 +01:00
controlDict Standardized the naming of functions which control the writing of fields etc. 2016-05-12 17:38:01 +01:00
cuttingPlane Standardized the naming of functions which control the writing of fields etc. 2016-05-12 17:38:01 +01:00
decomposeParDict Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
forceCoeffs functionObjects: Changed options 'outputControl' -> 'writeControl' and 'outputInterval' -> 'writeInterval' 2016-05-12 11:38:11 +01:00
fvSchemes fluxRequired: Added setFluxRequired function to fvSchemes class 2015-07-15 15:04:51 +01:00
fvSolution simpleFoam/SRFSimpleFoam: Added support for SIMPLEC 2015-05-29 11:30:40 +01:00
meshQualityDict includeEtcEntry: New dictionary include directive: #includeEtc "etcFile" 2015-04-26 10:44:11 +01:00
snappyHexMeshDict tutorials: corrected comments in snappyHexMeshDict 2015-02-17 23:59:59 +00:00
streamLines Standardized the naming of functions which control the writing of fields etc. 2016-05-12 17:38:01 +01:00
surfaceFeatureExtractDict Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
wallBoundedStreamLines functionObjects: rewritten to all be derived from 'functionObject' 2016-05-15 16:40:01 +01:00