openfoam/applications/utilities
Henry Weller ccd958a8f1 GeometricField::dimensionedInteralFieldRef() -> GeometricField::ref()
In order to simplify expressions involving dimensioned internal field it
is preferable to use a simpler access convention.  Given that
GeometricField is derived from DimensionedField it is simply a matter of
de-referencing this underlying type unlike the boundary field which is
peripheral information.  For consistency with the new convention in
"tmp"  "dimensionedInteralFieldRef()" has been renamed "ref()".
2016-04-30 18:43:51 +01:00
..
mesh GeometricField::internalField() -> GeometricField::internalFieldRef() 2016-04-30 14:25:21 +01:00
miscellaneous boundaryField() -> boundaryFieldRef() 2016-04-24 22:07:37 +01:00
parallelProcessing Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
postProcessing GeometricField::dimensionedInteralFieldRef() -> GeometricField::ref() 2016-04-30 18:43:51 +01:00
preProcessing GeometricField::internalField() -> GeometricField::internalFieldRef() 2016-04-30 14:25:21 +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