- 05 Aug, 2016 1 commit
-
-
Henry Weller authored
Requires gcc version 4.7 or higher
-
- 01 Aug, 2016 1 commit
-
-
Henry Weller authored
Thanks to Bruno Santos for providing the script to check the files Resolves bug-report http://bugs.openfoam.org/view.php?id=2169
-
- 22 Jul, 2016 1 commit
-
-
Henry Weller authored
- the checking for point-connected multiple-regions now also writes the conflicting points to a pointSet - with the -writeSets option it now also reconstructs & writes pointSets
-
- 20 Jul, 2016 2 commits
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2156
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2156
-
- 19 Jul, 2016 1 commit
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2148
-
- 12 Jul, 2016 2 commits
-
-
Henry Weller authored
-
Henry Weller authored
Based on a patch contributed by Francesco Contino, Tommaso Lucchini, Gianluca D’Errico, Hervé Jeanmart, Nicolas Bourgeois and Stéphane Backaert.
-
- 09 Jul, 2016 1 commit
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2140
-
- 06 Jul, 2016 1 commit
-
-
Henry Weller authored
Based of patch contributed by Francesco Contino, Tommaso Lucchini, Gianluca D’Errico, Hervé Jeanmart, Nicolas Bourgeois and Stéphane Backaert.
-
- 05 Jul, 2016 1 commit
-
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
- 04 Jul, 2016 1 commit
-
-
Henry Weller authored
-
- 01 Jul, 2016 2 commits
-
-
Henry Weller authored
-
Henry Weller authored
-
- 28 Jun, 2016 1 commit
-
-
Henry Weller authored
-
- 27 Jun, 2016 3 commits
-
-
Henry Weller authored
-
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
-
- 24 Jun, 2016 2 commits
-
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
Henry Weller authored
-
- 21 Jun, 2016 3 commits
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
- patchFields now get mapped (instead of created) - with -consistent it now maps all patches except for processor ones (they are the only ones that are processor-local) - all constraint patches get evaluated after mapping to bring them up to date. Patch contributed by Mattijs Janssens
-
- 20 Jun, 2016 3 commits
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- 17 Jun, 2016 4 commits
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- 16 Jun, 2016 1 commit
-
-
Henry Weller authored
-
- 15 Jun, 2016 2 commits
-
-
Henry Weller authored
-
Henry Weller authored
changeDictionary: Simplified by removing the need for the superfluous dictionaryReplacement sub-dictionary Added the option '-subDict' to specify a sub-dictionary if multiple replacement sets are present in the same file. This also provides backward compatibility by setting '-subDict dictionaryReplacement'
-
- 14 Jun, 2016 2 commits
-
-
Henry Weller authored
Usage: foamList [OPTIONS] options: -case <dir> specify alternate case directory, default is the cwd -compressibleTurbulenceModels List compressible turbulenceModels -functionObjects List functionObjects -fvOptions List fvOptions -incompressibleTurbulenceModels List incompressible turbulenceModels -noFunctionObjects do not execute functionObjects -registeredSwitches List switches registered for run-time modification -scalarBCs List scalar field boundary conditions (fvPatchField<scalar>) -switches List switches declared in libraries but not set in etc/controlDict -unset List switches declared in libraries but not set in etc/controlDict -vectorBCs List vector field boundary conditions (fvPatchField<vector>) -srcDoc display source code in browser -doc display application documentation in browser -help print the usage
-
Henry Weller authored
Usage: foamList [OPTIONS] options: -case <dir> specify alternate case directory, default is the cwd -compressibleTurbulenceModels List compressible turbulenceModels -functionObjects List functionObjects -fvOptions List fvOptions -incompressibleTurbulenceModels List incompressible turbulenceModels -noFunctionObjects do not execute functionObjects -registeredSwitches List switches registered for run-time modification -switches List switches declared in libraries but not set in etc/controlDict -unset List switches declared in libraries but not set in etc/controlDict -srcDoc display source code in browser -doc display application documentation in browser -help print the usage
-
- 13 Jun, 2016 5 commits
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
postProcess -func 'totalPressureIncompressible(U,p)' or postProcess -func 'totalPressureCompressible(rho,U,p)'
-
Henry Weller authored
-
Henry Weller authored
To re-use existing 'sampleDict' files simply add the following entries: type sets; libs ("libsampling.so"); and run postProcess -func sampleDict It is probably better to also rename 'sampleDict' -> 'sample' and then run postProcess -func sampleDict
-