- 11 Mar, 2020 1 commit
-
-
STYLE: update dimensionSets in SpalartAllmaras
-
- 31 Oct, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 13 Feb, 2019 1 commit
-
-
Mark Olesen authored
-
- 06 Feb, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 16 Mar, 2018 1 commit
-
-
Mark Olesen authored
- when constructing dimensioned fields that are to be zero-initialized, it is preferrable to use a form such as dimensionedScalar(dims, Zero) dimensionedVector(dims, Zero) rather than dimensionedScalar("0", dims, 0) dimensionedVector("zero", dims, vector::zero) This reduces clutter and also avoids any suggestion that the name of the dimensioned quantity has any influence on the field's name. An even shorter version is possible. Eg, dimensionedScalar(dims) but reduces the clarity of meaning. - NB: UniformDimensionedField is an exception to these style changes since it does use the name of the dimensioned type (instead of the regIOobject).
-
- 11 Oct, 2017 1 commit
-
-
to support multiphase solvers in which the phases have the same velocity field.
-
- 28 Nov, 2016 1 commit
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2356
-
- 24 Feb, 2016 1 commit
-
-
Henry Weller authored
in case of tmp misuse. Simplified tmp reuse pattern in field algebra to use tmp copy and assignment rather than the complex delayed call to 'ptr()'. Removed support for unused non-const 'REF' storage of non-tmp objects due to C++ limitation in constructor overloading: if both tmp(T&) and tmp(const T&) constructors are provided resolution is ambiguous. The turbulence libraries have been upgraded and '-DCONST_TMP' option specified in the 'options' file to switch to the new 'tmp' behavior.
-
- 14 Dec, 2015 1 commit
-
-
sergio authored
-
- 03 Dec, 2015 1 commit
-
-
Henry Weller authored
-
- 01 Dec, 2015 1 commit
-
-
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.
-
- 23 Nov, 2015 1 commit
-
-
Henry Weller authored
For multiphase solvers the phase construction is not complete at this point.
-
- 14 Feb, 2015 1 commit
-
-
Henry authored
-
- 12 Feb, 2015 1 commit
-
-
Henry authored
-
- 25 Jan, 2015 1 commit
-
-
Henry authored
This is as temporary fix pending the completion of the selectable thermal transport layer
-
- 29 Apr, 2014 1 commit
-
-
Henry authored
-
- 05 Aug, 2013 1 commit
-
-
Henry authored
-
- 02 Aug, 2013 1 commit
-
-
Henry authored
-
- 01 Aug, 2013 3 commits
- 28 Jul, 2013 1 commit
-
-
Henry authored
-