Commit Graph

10 Commits

Author SHA1 Message Date
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
f4ba71ddd0 OpenFOAM libraries: Updated to use the new const-safe tmp 2016-02-26 08:13:59 +00:00
b07bf72e29 ENH: function objects - move turbulenceFields into utilities 2014-01-03 10:56:14 +00:00
630a4b0b0d Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/postProcessing/functionObjects/field/Make/files
2013-11-12 10:00:53 +00:00
1bb5536cba Add new dependency on surfMesh 2013-11-10 14:00:53 +00:00
c4f2816f4f BUG: readFields: execute upon end 2013-11-07 12:30:52 +00:00
3ac086402d COMP: sampling: moved sampledSet writers to fileFormats library 2012-11-16 13:11:17 +00:00
f71c2c3b60 ENH: Added new turbulenceFields function object - to obtain fields, e.g. R, devReff, devRhoReff etc 2012-03-05 15:04:33 +00:00
3355c8d9eb initial streamlines functionobject 2009-08-25 12:35:48 +01:00
654f844386 moved field-related function objects to field subfolder 2009-01-13 17:29:54 +00:00