- 02 Jun, 2020 1 commit
-
-
Mark Olesen authored
- previously introduced `getOrDefault` as a dictionary _get_ method, now complete the transition and use it everywhere instead of `lookupOrDefault`. This avoids mixed usage of the two methods that are identical in behaviour, makes for shorter names, and promotes the distinction between "lookup" access (ie, return a token stream, locate and return an entry) and "get" access (ie, the above with conversion to concrete types such as scalar, label etc).
-
- 31 Oct, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 07 Jan, 2019 1 commit
-
-
Mark Olesen authored
- reduced clutter when iterating over containers
-
- 06 Feb, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 12 Oct, 2018 1 commit
-
-
Mark Olesen authored
- use the dictionary 'get' methods instead of readScalar for additional checking Unchecked: readScalar(dict.lookup("key")); Checked: dict.get<scalar>("key"); - In templated classes that also inherit from a dictionary, an additional 'template' keyword will be required. Eg, this->coeffsDict().template get<scalar>("key"); For this common use case, the predefined getXXX shortcuts may be useful. Eg, this->coeffsDict().getScalar("key");
-
- 28 Mar, 2018 1 commit
-
-
Andrew Heather authored
-
- 22 Feb, 2018 1 commit
-
-
Mark Olesen authored
- the wordHashSet typedef is always available when HashSet has been included. - use default HashTable key (word) instead of explicitly mentioning it
-
- 26 Jun, 2017 1 commit
-
-
Mark Olesen authored
- disable automatically upgrading copyrights in files since changes to not automatically imply a change in copyright. Eg, fixing a typo in comments, or changing a variable from 'loopI' to 'loopi' etc.
-
- 07 Dec, 2016 1 commit
-
-
Andrew Heather authored
-
- 29 Nov, 2016 1 commit
-
-
Andrew Heather authored
-
- 05 Aug, 2016 1 commit
-
-
Henry Weller authored
Requires gcc version 4.7 or higher
-
- 26 Feb, 2016 1 commit
-
-
Henry Weller authored
-
- 10 Jan, 2016 1 commit
-
-
Henry Weller authored
-
- 09 Jan, 2016 1 commit
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1967
-
- 11 Nov, 2015 1 commit
-
-
Henry Weller authored
Avoids the clutter and maintenance effort associated with providing the function signature string.
-
- 17 Sep, 2015 1 commit
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1853
-
- 15 Jun, 2015 1 commit
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1157
-
- 13 Jun, 2015 1 commit
-
-
Henry Weller authored
pairPatchAgglomeration: Do not use the result agglomeratePatch if the return indicates it is not valid Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1157
-
- 02 Dec, 2013 1 commit
-
-
Sergio Ferraris authored
Initialize faceAgglom list to identity when a patch is not agglomerated in faceAgglomerate.C Restrict agglomeration through edges with more than two faces attached in pairPatchAgglomeration.C
-
- 28 May, 2013 1 commit
-
-
Sergio Ferraris authored
1) fvDOM BC. greyDiffusiveRadiationMixedFvPatchScalarField.C 2) radiationProperties and fvSolution for rays in fvDOM model 3) radiativeIntensityRay.C using weighted residuals.
-
- 03 May, 2013 1 commit
-
-
Sergio Ferraris authored
Modification of shootRays algorithm. Rays that hit themselfs are continued until they hit(or not) the agglomeration target. If they do the surfaces can see each other. faceAgglomerate: The agglomeration now stops when the global nCoarse is reached (not per-processor)
-
- 14 Aug, 2011 1 commit
-
-
Henry authored
-
- 08 Jul, 2011 1 commit
-
-
Sergio Ferraris authored
-
- 04 Jul, 2011 1 commit
-
-
andy authored
-
- 09 Feb, 2011 1 commit
-
-
Sergio Ferraris authored
-
- 04 Feb, 2011 1 commit
-
-
Sergio Ferraris authored
-