OpenFOAM-4.x-lab/applications/solvers/multiphase/reactingEulerFoam/phaseSystems
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
..
BlendedInterfacialModel tmp: Updated to store and preserve the const-ness of the reference to a constant object 2016-02-22 16:23:21 +00:00
diameterModels applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
Make fvOptions: Reorganized and updated to simplify use in sub-models and maintenance 2015-12-02 11:49:52 +00:00
phaseModel Boundary conditions: Added extrapolatedCalculatedFvPatchField 2016-02-20 22:44:37 +00:00
phasePair applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
phaseSystem Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
PhaseSystems tmp: Improved reference count checks to provide better error diagnostics 2016-02-24 12:47:36 +00:00
reactionThermo reactingEulerFoam: Further improvements to the handling of mass-transfer 2015-09-25 19:00:07 +01:00