OpenFOAM-5.x/applications/solvers/multiphase
Henry Weller 68fb9a2bf9 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
..
cavitatingFoam Specialized dotInterpolate for the efficient calculation of flux fields 2016-04-06 20:20:53 +01:00
compressibleInterFoam GeometricField: Rationalized and simplified access to the dimensioned internal field 2016-04-27 21:32:45 +01:00
compressibleMultiphaseInterFoam GeometricField::GeometricBoundaryField -> GeometricField::Boundary 2016-04-28 07:22:02 +01:00
driftFluxFoam vector::zero -> Zero 2016-04-16 18:34:41 +01:00
interFoam GeometricField::dimensionedInteralFieldRef() -> GeometricField::ref() 2016-04-30 18:43:51 +01:00
interPhaseChangeFoam Specialized dotInterpolate for the efficient calculation of flux fields 2016-04-06 20:20:53 +01:00
multiphaseEulerFoam GeometricField::dimensionedInteralFieldRef() -> GeometricField::ref() 2016-04-30 18:43:51 +01:00
multiphaseInterFoam GeometricField::GeometricBoundaryField -> GeometricField::Boundary 2016-04-28 07:22:02 +01:00
potentialFreeSurfaceFoam vector::zero -> Zero 2016-04-16 18:34:41 +01:00
reactingEulerFoam GeometricField::dimensionedInteralFieldRef() -> GeometricField::ref() 2016-04-30 18:43:51 +01:00
twoLiquidMixingFoam Specialized dotInterpolate for the efficient calculation of flux fields 2016-04-06 20:20:53 +01:00
twoPhaseEulerFoam GeometricField::internalField() -> GeometricField::internalFieldRef() 2016-04-30 14:25:21 +01:00