OpenFOAM-4.x-lab/applications/solvers/multiphase
Henry Weller 3a56ebf33d tmp: Improved reference count checks to provide better error diagnostics
in case of tmp misuse.

Simplified tmp reuse pattern in field algebra to use tmp copy and
assignment rather than the complex delayed call to 'ptr()'.

Removed support for unused non-const 'REF' storage of non-tmp objects due to C++
limitation in constructor overloading: if both tmp(T&) and tmp(const T&)
constructors are provided resolution is ambiguous.

The turbulence libraries have been upgraded and '-DCONST_TMP' option
specified in the 'options' file to switch to the new 'tmp' behavior.
2016-02-24 12:47:36 +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: Improved reference count checks to provide better error diagnostics 2016-02-24 12:47:36 +00:00
twoLiquidMixingFoam Solvers: Added support for extrapolated pressure boundary conditions 2016-02-13 17:48:26 +00:00
twoPhaseEulerFoam tmp: Improved reference count checks to provide better error diagnostics 2016-02-24 12:47:36 +00:00