- Jun 08, 2016
-
-
Chris Greenshields authored
to enable the postProcess -func <function> option to work
-
Chris Greenshields authored
-
Chris Greenshields authored
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves patch request http://bugs.openfoam.org/view.php?id=2112
-
- Jun 07, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
foamVersion: prints the current OpenFOAM version foamVersion <version>: changes to the specified version
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2111
-
- Jun 06, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
FOAM_INST_DIR is the location of the OpenFOAM installation which defaults to the directory containing the etc/bashrc,cshrc file. If this default is not appropriate FOAM_INST_DIR can be set explicitly.
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2110
-
Henry Weller authored
Description Implementation of the k-omega-SST-DES turbulence model for incompressible and compressible flows. DES model described in: \verbatim Menter, F. R., Kuntz, M., and Langtry, R. (2003). Ten Years of Industrial Experience with the SST Turbulence Model. Turbulence, Heat and Mass Transfer 4, ed: K. Hanjalic, Y. Nagano, & M. Tummers, Begell House, Inc., 625 - 632. \endverbatim Optional support for zonal filtering based on F1 or F2 is provided as described in the paper. For further details of the implementation of the base k-omega-SST model see Foam::kOmegaSST. The DES coefficient 'CDES' defaults to 0.61 but may be changed as necessary. The zonal filter filter defaults to '2' which uses "(1 - F2)" as suggested in the paper but '0' (no filtering) and '1' which uses "(1 - F1)" are also supported.
-
- Jun 05, 2016
-
-
Henry Weller authored
-
- Jun 04, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
See http://bugs.openfoam.org/view.php?id=2097
-
Henry Weller authored
-
- Jun 03, 2016
-
-
Henry Weller authored
Replaces the dictionary access functionality of foamInfoExec and provides additional options to edit individual entries. Contributed by Mattijs Janssens
-
Henry Weller authored
-
Henry Weller authored
Patch contributed by Paul Edwards, Intel
-
- Jun 02, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2108
-
- Jun 01, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
- May 31, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2105
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2106
-
Henry Weller authored
-
Henry Weller authored
for consistency with the 'Log' macro.
-
Henry Weller authored
includeFuncEntry: Added support for function arguments compatible with the '-func' post-processing option e.g. functions { #includeFunc mag(U) } executes 'mag' on the field 'U' writing the field 'mag(U)'. The equivalent post-processing command is postProcess -func 'mag(U)'
-
Henry Weller authored
tutorials/electromagnetics/mhdFoam/hartmann: Added functionObject Replaced separate 'postProcess' step with a functionObject executed at run-time.
-
- May 30, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Patch contributed by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2057
-