OpenFOAM-4.x-lab/src/postProcessing/functionObjects
Henry Weller 2037fc02cf functionObjects, foamCalcFunctions, fvOptions: Standardized keywords for selecting fields and objects
Generally fields and objects are selected using the 'field[s]' and
'object[s]' keywords but this was not consistent between all
functionObject, fvOptions etc. and now fixed by applying the following
renaming:

fieldName -> field
fieldNames -> fields
objectName -> object
objectNames -> objects
2016-05-21 20:15:21 +01:00
..
field functionObjects: Simplified and reorganised using the fieldExpression base-class 2016-05-21 20:10:47 +01:00
forces Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
lagrangian functionObjects/lagrangian/icoUncoupledKinematicCloud: Minor simplification of documentation 2016-05-17 09:24:58 +01:00
utilities functionObjects, foamCalcFunctions, fvOptions: Standardized keywords for selecting fields and objects 2016-05-21 20:15:21 +01:00
Allwmake functionObjects: Simplified organization and naming 2016-05-03 23:37:28 +01:00