OpenFOAM-4.x-lab/applications/solvers
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
..
basic scalarTransportFoam: Added support for steady-state solution and all fvOptions 2016-01-19 21:20:03 +00:00
combustion Boundary conditions: Added extrapolatedCalculatedFvPatchField 2016-02-20 22:44:37 +00:00
compressible Boundary conditions: Added extrapolatedCalculatedFvPatchField 2016-02-20 22:44:37 +00:00
discreteMethods DSMC: Rationalization and addition of mapping support 2015-02-20 17:24:14 +00:00
DNS/dnsFoam Solvers: Added support for extrapolated pressure boundary conditions 2016-02-13 17:48:26 +00:00
electromagnetics Solvers: Added support for extrapolated pressure boundary conditions 2016-02-13 17:48:26 +00:00
financial/financialFoam Input of dimensionedScalars: update read-construction of dimensionedScalar in applications 2015-07-20 22:52:53 +01:00
heatTransfer Solvers: Added support for extrapolated pressure boundary conditions 2016-02-13 17:48:26 +00:00
incompressible Solvers: Added support for extrapolated pressure boundary conditions 2016-02-13 17:48:26 +00:00
lagrangian tmp: Improved reference count checks to provide better error diagnostics 2016-02-24 12:47:36 +00:00
multiphase tmp: Improved reference count checks to provide better error diagnostics 2016-02-24 12:47:36 +00:00
stressAnalysis Boundary conditions: Added extrapolatedCalculatedFvPatchField 2016-02-20 22:44:37 +00:00