openfoam/applications/solvers/multiphase/compressibleInterFoam
Henry Weller cd852be3da OpenFOAM: Updated all libraries, solvers and utilities to use the new const-safe tmp
The deprecated non-const tmp functionality is now on the compiler switch
NON_CONST_TMP which can be enabled by adding -DNON_CONST_TMP to EXE_INC
in the Make/options file.  However, it is recommended to upgrade all
code to the new safer tmp by using the '.ref()' member function rather
than the non-const '()' dereference operator when non-const access to
the temporary object is required.

Please report any problems on Mantis.

Henry G. Weller
CFD Direct.
2016-02-26 17:31:28 +00:00
..
compressibleInterDyMFoam OpenFOAM: Updated all libraries, solvers and utilities to use the new const-safe tmp 2016-02-26 17:31:28 +00:00
Make applications: Added fvOptions library to link 2015-12-01 16:09:19 +00:00
twoPhaseMixtureThermo compressibleInterFoam, multiphaseMixtureThermo: Corrected laminar mixture kinematic viscosity 2015-11-05 16:08:30 +00:00
Allwclean scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
Allwmake scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
alphaControls.H Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
alphaEqns.H Renamed phiAlpha -P alphaPhi for consistency with Euler-Euler solvers 2015-09-11 17:52:43 +01:00
alphaEqnsSubCycle.H alphaEqnsSubCycle: Corrected dimensions of rhoPhiSum 2013-09-12 23:49:44 +01:00
compressibleInterFoam.C Solvers: Added support for extrapolated pressure boundary conditions 2016-02-13 17:48:26 +00:00
createFields.H dimensioned<Type>: Added constructor from name, dimensions and dictionary 2015-07-21 12:57:07 +01:00
pEqn.H OpenFOAM: Updated all libraries, solvers and utilities to use the new const-safe tmp 2016-02-26 17:31:28 +00:00
TEqn.H compressibleInterFoam: Add min(T) diagnostics 2014-07-24 18:01:22 +01:00
UEqn.H VoF solvers: rationalize the relationship between VoF solvers 2014-04-29 14:16:41 +01:00