- Sep 30, 2016
-
-
sergio authored
-
- Sep 07, 2016
-
-
Andrew Heather authored
-
- Sep 02, 2016
-
-
sergio authored
-
sergio authored
-
sergio authored
-
Andrew Heather authored
-
- Aug 25, 2016
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Aug 18, 2016
-
-
Andrew Heather authored
BUG: ensightSurfaceReader - enabled reading of data from sub-directory and updated field mask (See #215)
-
Andrew Heather authored
-
Andrew Heather authored
-
- Aug 11, 2016
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Aug 09, 2016
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Aug 01, 2016
-
-
Andrew Heather authored
-
- Jul 27, 2016
-
-
sergio authored
-
sergio authored
-
Andrew Heather authored
-
Andrew Heather authored
-
mattijs authored
-
- Jul 26, 2016
-
-
Andrew Heather authored
-
Andrew Heather authored
ENH: distinguish OpenFOAM version for user-coding (fixes #195) The pre-processor macro 'OPENFOAM_PLUS' is defined with a numerical value equal to the currently compatible version number. This can be used judiciously within user coding to help with minor differences between OpenFOAM versions. For example, #ifdef OPENFOAM_PLUS #if (OPENFOAM_PLUS >= 1612) ... #endif #endif or simply #if (OPENFOAM_PLUS >= 1612) ... #endif See merge request !56
-
Andrew Heather authored
replace system() call with vfork/exec combination (issue #185) Tested systemCall function object, dynamicCode, but should be rechecked with IB+openmpi @Prashant See merge request !55
-
Andrew Heather authored
ENH: OSspecific - softlink handling (fixes #164) Links are followed in most cases, with some notable exceptions: - mv, mvBak: renames the link, not the underlying file/directory - rmDir: remove the symlink to a directory, does not recurse into the underlying directory See merge request !51
-
Mark Olesen authored
The pre-processor macro 'OPENFOAM_PLUS' is defined with a numerical value equal to the currently compatible version number. This can be used judiciously within user coding to help with minor differences between OpenFOAM versions. For example, #ifdef OPENFOAM_PLUS #if (OPENFOAM_PLUS >= 1612) ... #endif #endif or simply #if (OPENFOAM_PLUS >= 1612) ... #endif
-
Andrew Heather authored
-
- Jul 25, 2016
-
- Jul 22, 2016
-
-
Andrew Heather authored
-
- Jul 19, 2016
- Jul 18, 2016
-
-
mattijs authored
-
Mattijs Janssens authored
STYLE/ENH: reduce code duplication for coded boundary conditions (issue #184) - relocate common dictionary output into codedBase class @Mattijs please test with a few examples as well See merge request !54
-
mattijs authored
-
Mark Olesen authored
The normal library system() command uses 'fork', which causes problems on IB+OPENMPI. STYLE: add Foam:: qualifier to system calls to make them easier to spot.
-
- Jul 15, 2016
-
-
Mark Olesen authored
-
Mark Olesen authored
-