- Dec 09, 2016
-
-
Henry Weller authored
which provided warning about backward-compatibility issue with setting div schemes for steady-state. It caused confusion by generating incorrect warning messages for compressible cases for which the 'bounded' should NOT be applied to the 'div(phid,p)'.
-
- Dec 01, 2016
-
-
Henry Weller authored
Resolves request http://bugs.openfoam.org/view.php?id=2367
-
- Nov 23, 2016
-
-
Henry Weller authored
-
- Nov 16, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2333
-
- Nov 04, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2310
-
- Oct 31, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2309
-
- Oct 30, 2016
-
-
Henry Weller authored
-
- Oct 29, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2312
-
- Oct 09, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2285
-
- Sep 09, 2016
-
-
Henry Weller authored
Patch provided by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2240
-
- Sep 05, 2016
-
-
Henry Weller authored
Patch provided by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2051
-
- Sep 03, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2223
-
- Aug 23, 2016
-
-
Henry Weller authored
- "$FOAM_USER_APPBIN" and "$FOAM_USER_LIBBIN" have been added to "foamOldDirs" in "etc/bashrc" and "etc/config.sh/unset" - "$OPAL_PREFIX" is now undefined in the option "SYSTEMOPENMPI" within "etc/config.sh/mpi", but only if the path defined in this variable is cleaned when using "foamCleanPath". - "$OPAL_PREFIX" is now also conditionally undefined in "etc/config.sh/unset" when the path is picked up by "foamCleanPath". Patch contributed by Bruno Santos Resolved bug-report http://bugs.openfoam.org/view.php?id=2210
-
- Aug 12, 2016
-
-
Henry Weller authored
surfaceRegion will be the name of a class to provide support for surface region selection.
-
- Aug 11, 2016
-
-
Henry Weller authored
Renamed the original volRegion -> volFieldValue to clarify the purpose of this class to process vol fields on a volRegion.
-
- Aug 05, 2016
-
-
Henry Weller authored
The change from C++0x to C++11 allows all of C++11 functionality to be used in OpenFOAM, in particular constructor delegation which avoids code duplication or constructor helper functions. However, this also means a change to the minimum gcc version supported which is now 4.7 rather than 4.5. Note that gcc-4.7 does not support the entire C++11 standard but does support all of the functionality currently needed for further OpenFOAM development. The minimum gcc-version which supports the entire C++11 standard is 4.8 which is now the recommended minimum gcc version.
-
- Jul 31, 2016
-
-
Chris Greenshields authored
-
- Jul 01, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- Jun 28, 2016
-
-
Henry Weller authored
-
- Jun 27, 2016
-
-
Henry Weller authored
functionObjects::XiReactionRate: Writes the turbulent flame-speed and reaction-rate volScalarFields for the Xi-based combustion models Replaces the obsolete and 'wdot' utility.
-
Henry Weller authored
postProcess -func writeCellCentres
-
- Jun 24, 2016
-
-
Henry Weller authored
-
- Jun 23, 2016
-
-
Henry Weller authored
-
- Jun 21, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
- Jun 19, 2016
-
-
Henry Weller authored
-
- Jun 17, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Chris Greenshields authored
-
- Jun 16, 2016
-
-
Chris Greenshields authored
-
Chris Greenshields authored
-
Henry Weller authored
-
- Jun 15, 2016
-
-
Chris Greenshields authored
being filled with cellLevel files, which generally breaks workflows
-
Chris Greenshields authored
-
- Jun 14, 2016
-
-
Henry Weller authored
Instead of ICCG use PCG with the DIC preconditioner Instead of BICCG use PBiCG with the DILU preconditioner
-
- Jun 13, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Replaced the 'postProcess' argument to the 'write' and 'execute' functions with the single static member 'postProcess' in the functionObject base-class.
-