- 31 Oct, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 02 Oct, 2019 1 commit
-
-
Kutalmis Bercin authored
- Improves header file documentations - Adds const specifier to various objects - Allows various model constants to be user-defined - Changes from lookupOrDefault() to getOrDefault() - Consistent namespace usage: - If the WF belongs to only Foam:: namespace, use Foam:: explicitly - If the WF belongs to more than one namespaces, put the WF in namespace parentheses - Adds the missing dashes in comments required by Doxygen - Corrects capitalisation in comments - The terminology 'viscous sublayer' was preferred over 'laminar sublayer' due to the fact that the sublayer is not laminar. - The order of initialisation of fields is changed to be the same across all.
-
- 31 May, 2019 1 commit
-
-
Andrew Heather authored
-
- 06 Feb, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 05 Mar, 2018 1 commit
-
-
Mark Olesen authored
This class is largely a pre-C++11 holdover. It is now possible to simply use move construct/assignment directly. In a few rare cases (eg, polyMesh::resetPrimitives) it has been replaced by an autoPtr.
-
- 26 Feb, 2018 1 commit
-
-
Mark Olesen authored
-
- 30 Apr, 2016 2 commits
-
-
Henry Weller authored
-
Henry Weller authored
GeometricField: Renamed internalField() -> primitiveField() and dimensionedInternalField() -> internalField() These new names are more consistent and logical because: primitiveField(): primitiveFieldRef(): Provides low-level access to the Field<Type> (primitive field) without dimension or mesh-consistency checking. This should only be used in the low-level functions where dimensional consistency is ensured by careful programming and computational efficiency is paramount. internalField(): internalFieldRef(): Provides access to the DimensionedField<Type, GeoMesh> of values on the internal mesh-type for which the GeometricField is defined and supports dimension and checking and mesh-consistency checking.
-
- 22 Jan, 2015 2 commits
- 01 Aug, 2013 1 commit
-
-
Henry authored
-
- 28 Jul, 2013 1 commit
-
-
Henry authored
-
- 27 Nov, 2012 1 commit
-
-
andy authored
-
- 03 Jul, 2012 2 commits
- 14 Aug, 2011 1 commit
-
-
Henry authored
-
- 19 Jan, 2011 1 commit
-
- 07 Jan, 2011 1 commit
-
-
graham authored
-
- 05 Jan, 2011 2 commits
-
-
Andrew Heather authored
This reverts commit b18f6cc1.
-
graham authored
-
- 30 Dec, 2010 1 commit
-
-
Mark Olesen authored
eg, - makePatchTypeField -> makeTemplatePatchTypeField - makeNonTemplatedPatchTypeField -> makePatchTypeField
-
- 17 Dec, 2010 1 commit
-
-
Mark Olesen authored
-
- 29 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 08 Feb, 2010 1 commit
-
-
Andrew Heather authored
- sets turbulence viscosity to zero for the patch - providees access to the yPlus() function so that the yPlusRAS utility gives sensible values
-
- 31 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 25 Jun, 2008 3 commits
-
-
Chris Greenshields authored
-
Mark Olesen authored
-
Mark Olesen authored
-
- 15 Apr, 2008 1 commit
-
-
OpenFOAM-admin authored
-