OpenFOAM-4.x/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels
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
..
dragModel applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
Ergun twoPhaseEulerFoam: Move the residualAlpha used for drag into the phaseModel 2015-06-07 18:55:24 +01:00
Gibilaro twoPhaseEulerFoam: Move the residualAlpha used for drag into the phaseModel 2015-06-07 18:55:24 +01:00
GidaspowErgunWenYu Reformatted references 2014-12-19 11:55:16 +00:00
GidaspowSchillerNaumann dimensioned<Type>: Added constructor from name, dimensions and dictionary 2015-07-21 12:57:07 +01:00
IshiiZuber Corrected for SP compilation 2014-12-19 17:03:30 +00:00
Lain Reformat references 2014-12-19 21:33:16 +00:00
SchillerNaumann dimensioned<Type>: Added constructor from name, dimensions and dictionary 2015-07-21 12:57:07 +01:00
segregated GeometricField: Renamed internalField() -> primitiveField() and dimensionedInternalField() -> internalField() 2016-04-30 21:40:09 +01:00
SyamlalOBrien twoPhaseEulerFoam: Move the residualAlpha used for drag into the phaseModel 2015-06-07 18:55:24 +01:00
TomiyamaAnalytic dimensioned<Type>: Added constructor from name, dimensions and dictionary 2015-07-21 12:57:07 +01:00
TomiyamaCorrelated dimensioned<Type>: Added constructor from name, dimensions and dictionary 2015-07-21 12:57:07 +01:00
WenYu twoPhaseEulerFoam/interfacialModels/dragModels/WenYu: Corrected Re -> Re*alpha_g 2015-08-04 13:29:11 +01:00