OpenFOAM-4.x/applications/solvers/multiphase
Henry Weller 4758c2ac86 tmp: Updated to store and preserve the const-ness of the reference to a constant object
This change requires that the de-reference operator '()' returns a
const-reference to the object stored irrespective of the const-ness of
object stored and the new member function 'ref()' is provided to return
an non-const reference to stored object which throws a fatal error if the
stored object is const.

In order to smooth the transition to this new safer 'tmp' the now
deprecated and unsafe non-const de-reference operator '()' is still
provided by default but may be switched-off with the compilation switch
'CONST_TMP'.

The main OpenFOAM library has already been upgraded and '-DCONST_TMP'
option specified in the 'options' file to switch to the new 'tmp'
behavior.  The rest of OpenFOAM-dev will be upgraded over the following
few weeks.

Henry G. Weller
CFD Direct
2016-02-22 16:23:21 +00:00
..
cavitatingFoam Solvers: Added support for extrapolated pressure boundary conditions 2016-02-13 17:48:26 +00:00
compressibleInterFoam scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
compressibleMultiphaseInterFoam Boundary conditions: Added extrapolatedCalculatedFvPatchField 2016-02-20 22:44:37 +00:00
driftFluxFoam scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
interFoam interFoam, interMixingFoam, interPhaseChangeFoam: construct rho with calculated BCs 2016-02-18 21:26:25 +00:00
interPhaseChangeFoam interFoam, interMixingFoam, interPhaseChangeFoam: construct rho with calculated BCs 2016-02-18 21:26:25 +00:00
multiphaseEulerFoam Boundary conditions: Added extrapolatedCalculatedFvPatchField 2016-02-20 22:44:37 +00:00
multiphaseInterFoam Boundary conditions: Added extrapolatedCalculatedFvPatchField 2016-02-20 22:44:37 +00:00
potentialFreeSurfaceFoam Solvers: Added support for extrapolated pressure boundary conditions 2016-02-13 17:48:26 +00:00
reactingEulerFoam tmp: Updated to store and preserve the const-ness of the reference to a constant object 2016-02-22 16:23:21 +00:00
twoLiquidMixingFoam Solvers: Added support for extrapolated pressure boundary conditions 2016-02-13 17:48:26 +00:00
twoPhaseEulerFoam Boundary conditions: Added extrapolatedCalculatedFvPatchField 2016-02-20 22:44:37 +00:00