OpenFOAM-4.x-lab/tutorials
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
..
basic functionObjects: rewritten to all be derived from 'functionObject' 2016-05-15 16:40:01 +01:00
combustion functionObjects: rewritten to all be derived from 'functionObject' 2016-05-15 16:40:01 +01:00
compressible Standardized the naming of functions which control the writing of fields etc. 2016-05-12 17:38:01 +01:00
discreteMethods Standardized the naming of functions which control the writing of fields etc. 2016-05-12 17:38:01 +01:00
DNS/dnsFoam/boxTurb16 scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
electromagnetics scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
financial/financialFoam/europeanCall tutorials: Removed unnecessary "boundary" files 2015-11-13 20:05:37 +00:00
heatTransfer functionObjects: rewritten to all be derived from 'functionObject' 2016-05-15 16:40:01 +01:00
incompressible functionObjects: rewritten to all be derived from 'functionObject' 2016-05-15 16:40:01 +01:00
lagrangian Standardized the naming of functions which control the writing of fields etc. 2016-05-12 17:38:01 +01:00
mesh Standardized the naming of functions which control the writing of fields etc. 2016-05-12 17:38:01 +01:00
multiphase snappyHexMesh: Automatically remove zero-sized patches 2016-05-13 17:47:38 +01:00
resources/geometry Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
stressAnalysis tutorials: Renamed .org -> .orig 2016-04-30 21:53:50 +01:00
Allclean scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
Allrun Sprucing up the tutorials folder and adding -dict to "collapseEdges" 2016-03-06 19:06:44 +00:00
Alltest tutorials: Renamed .org -> .orig 2016-04-30 21:53:50 +01:00