- Jul 04, 2016
-
-
Henry Weller authored
It is better to run doc/Allwmake or doc/Doxygen/Allwmake and provide the required options.
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- Jul 03, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2138
-
Henry Weller authored
-
Henry Weller authored
wmakeCollect collects the compilation commands for the all of the object files to be compiled into a single makefile which is passed to make to schedule the compilations in parallel efficiently. Before wmakeCollect can be called the lnInclude directories must be up-to-date and after wmakeCollect the linkage stage of the compilation must executed using wmake. This entire process is now handled by wmake using the new '-queue' or '-q' option to compile sections of the OpenFOAM source tree or the entire tree efficiently. The number of cores the compilation executes on may be specified either using the WM_NCOMPPROCS variable or the '-j' option. To efficiently compile OpenFOAM after a 'git pull' the '-update' option is provided which updates lnInclude directories, dep files and removes deprecated files and directories. This option may be used with '-q': wmake -q -update
-
Henry Weller authored
-
Henry Weller authored
-
- Jul 01, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Resolved additional bug-report http://bugs.openfoam.org/view.php?id=2137
-
Henry Weller authored
Patch contributed by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=1885
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2137
-
- Jun 30, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2135
-
Henry Weller authored
Now a case can be sampled and written in 'foam' format and used for the timeVaryingMappedFixedValue BC of another case.
-
Henry Weller authored
functionObjects::surfaceRegion: Write the surface geometry for formats in which the data is in separate files
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- Jun 29, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2133
-
Henry Weller authored
-
Henry Weller authored
normalVector -> normal basePoint -> point The old names are supported for backward-compatibility.
-
- Jun 28, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
- Jun 27, 2016
-
-
Henry Weller authored
-
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
-
- Jun 25, 2016
-
-
Henry Weller authored
Added a 'deprecated' comment and recommendation to use 'foamLog'
-
- Jun 24, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2129
-