OpenFOAM-4.x/src/dynamicMesh
Henry Weller fe43b80536 GeometricField: Renamed internalField() -> primitiveField() and dimensionedInternalField() -> internalField()
These new names are more consistent and logical because:

primitiveField():
primitiveFieldRef():
    Provides low-level access to the Field<Type> (primitive field)
    without dimension or mesh-consistency checking.  This should only be
    used in the low-level functions where dimensional consistency is
    ensured by careful programming and computational efficiency is
    paramount.

internalField():
internalFieldRef():
    Provides access to the DimensionedField<Type, GeoMesh> of values on
    the internal mesh-type for which the GeometricField is defined and
    supports dimension and checking and mesh-consistency checking.
2016-04-30 21:40:09 +01:00
..
attachDetach Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
boundaryMesh Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
boundaryPatch Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
createShellMesh Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
extrudePatchMesh Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
fvMeshAdder GeometricField: Renamed internalField() -> primitiveField() and dimensionedInternalField() -> internalField() 2016-04-30 21:40:09 +01:00
fvMeshDistribute GeometricField::GeometricBoundaryField -> GeometricField::Boundary 2016-04-28 07:22:02 +01:00
fvMeshTools GeometricField::dimensionedInteralFieldRef() -> GeometricField::ref() 2016-04-30 18:43:51 +01:00
layerAdditionRemoval Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
Make rigidBodyMeshMotion: displacementMotionSolver for the mesh-motion of multiple articulated rigid-bodies 2016-04-16 16:02:25 +01:00
meshCut Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
motionSmoother GeometricField: Renamed internalField() -> primitiveField() and dimensionedInternalField() -> internalField() 2016-04-30 21:40:09 +01:00
motionSolver Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
perfectInterface Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
pointPatchDist Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
polyMeshAdder Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
polyMeshFilter Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
polyTopoChange Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
setUpdater Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
slidingInterface Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00