- Dec 03, 2015
-
-
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
-
- Dec 02, 2015
-
-
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.
-
Henry Weller authored
Corrects feature-request http://www.openfoam.org/mantisbt/view.php?id=1856 Patch provided by Juho Peltola
-
- Dec 01, 2015
-
-
Henry Weller authored
Resolves the bug-report http://www.openfoam.org/mantisbt/view.php?id=1934
-
Henry Weller authored
Patch provided by Timo Niemi Resolved bug-report http://www.openfoam.org/mantisbt/view.php?id=1636 This correction corresponds to option 3 of the options proposed by Timo: Define both ECont and EDisp to be the total emission per surface area, apply multiplication by 4 in cloudAbsorptionEmission model (the only place that uses EDisp?). Do not multiply E in P1 at all, divide both ECont and EDisp in fvDOM.
-
Henry Weller authored
-
Henry Weller authored
Do not link the fvOptions library into the TurbulenceModels libraries due to cyclic dependency
-
Henry Weller authored
See also commit 52d83407
-
Henry Weller authored
Moved correctNut call from constructors to the new validate function to avoid problems with construction order and field availability for the calculation of nut. To ensure nut is physical and consistent with the turbulence fields the validate function should be called after the construction of the turbulence model, fvOptions and any other fields that the calculation of nut might depend on.
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-