OpenFOAM-4.x/applications/utilities
Henry Weller 758dfc2c1f Standardized the naming of functions which control the writing of fields etc.
to have the prefix 'write' rather than 'output'

So outputTime() -> writeTime()

but 'outputTime()' is still supported for backward-compatibility.

Also removed the redundant secondary-writing functionality from Time
which has been superseded by the 'writeRegisteredObject' functionObject.
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
miscellaneous foamDebugSwitches: Updated for changes in functionObjects 2016-05-06 17:41:56 +01:00
parallelProcessing Change field loop index from "fieldI" to "fieldi" 2016-05-02 18:20:48 +01:00
postProcessing Standardized the naming of functions which control the writing of fields etc. 2016-05-12 17:38:01 +01:00
preProcessing GeometricField: Renamed internalField() -> primitiveField() and dimensionedInternalField() -> internalField() 2016-04-30 21:40:09 +01:00
surface Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
thermophysical Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00