- 08 Dec, 2015 3 commits
-
-
Henry Weller authored
It is better to declare the namespace of each function in the C file rather than "open" the namespace as this may lead to inconsistencies between the declaration in the H files and definition in the C file.
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1943
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1942
-
- 07 Dec, 2015 4 commits
-
-
Henry Weller authored
-
Henry Weller authored
-
Chris Greenshields authored
-
Chris Greenshields authored
-
- 05 Dec, 2015 1 commit
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1940
-
- 04 Dec, 2015 2 commits
-
-
Chris Greenshields authored
Run foamNewBC -h for details
-
Chris Greenshields authored
Creates a directory containing source .C file and Make directory Will deprecate foamNewSource with App argument in due course
-
- 03 Dec, 2015 24 commits
-
-
Henry Weller authored
reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels: Added support for fvOptions
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Resolves feature-request http://www.openfoam.org/mantisbt/view.php?id=1939
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- 02 Dec, 2015 6 commits
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Based on patches provided by Jason Bacon
-
Henry Weller authored
-
Henry Weller authored
fvOptions are transferred to the database on construction using fv::options::New which returns a reference. The same function can be use for construction and lookup so that fvOptions are now entirely demand-driven. The abstract base-classes for fvOptions now reside in the finiteVolume library simplifying compilation and linkage. The concrete implementations of fvOptions are still in the single monolithic fvOptions library but in the future this will be separated into smaller libraries based on application area which may be linked at run-time in the same manner as functionObjects.
-