- 08 Jun, 2020 1 commit
-
-
Andrew Heather authored
-
- 14 Apr, 2020 1 commit
-
-
Kutalmis Bercin authored
-
- 30 Mar, 2020 1 commit
-
-
Mark Olesen authored
STYLE: double-quote "$@" for isTest/notTest
-
- 20 Feb, 2020 1 commit
-
-
Mark Olesen authored
- emit "constant " and "uniform " as separate word/space combination
-
- 22 Jan, 2020 1 commit
-
-
OpenFOAM bot authored
-
- 23 Dec, 2019 1 commit
-
-
Andrew Heather authored
-
- 18 Dec, 2019 1 commit
-
-
Gabriel Barajas authored
-
- 13 Nov, 2019 1 commit
-
-
Mark Olesen authored
-
- 31 Oct, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 06 Nov, 2019 3 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- no stderr redirect needed: * 'command -v' - no stdout/stderr redirect needed: * 'rm -f' STYLE: consistent spacing after redirects
-
Mark Olesen authored
-
- 01 Oct, 2019 3 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
- 27 Sep, 2019 1 commit
-
-
Mark Olesen authored
-
- 30 Aug, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 25 Jun, 2019 1 commit
-
-
Andrew Heather authored
-
- 13 Jun, 2019 1 commit
-
-
Andrew Heather authored
-
- 11 Jun, 2019 2 commits
-
-
Andrew Heather authored
-
Gabriel Barajas authored
Based on Goring et al., 1980
-
- 23 Feb, 2019 1 commit
-
-
Mark Olesen authored
-
- 06 Feb, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 19 Dec, 2018 1 commit
-
-
Andrew Heather authored
-
- 13 Dec, 2018 1 commit
-
-
Mark Olesen authored
-
- 27 Nov, 2018 1 commit
-
-
Andrew Heather authored
-
- 15 Nov, 2018 3 commits
-
-
Andrew Heather authored
-
Gabriel Barajas authored
waveMakerFlap: creates waves using a flapping motion waveMakerPiston: creates waves using a piston motion
-
Mattijs Janssens authored
-
- 07 Nov, 2018 1 commit
-
-
Mark Olesen authored
- helps reduce clutter in the topoSetDict files. Caveats when using this. The older specification styles using "name" will conflict with the set name. Eg, { name f0 type faceSet; action add; source patchToFace; sourceInfo { name inlet; } } would flattened to the following { name f0 type faceSet; action add; source patchToFace; name inlet; } which overwrites the "name" used for the faceSet. The solution is to use the updated syntax: { name f0 type faceSet; action add; source patchToFace; patch inlet; }
-
- 30 Oct, 2018 2 commits
-
-
Mark Olesen authored
- old 'DELETE' enum was easily confused with 'REMOVE', which removes the set, not the elements from the set. - provide corresponding subtractSet() method STYLE: HashSet set/unset instead of insert/erase methods in topoSetSource - simplifies switching to/from bitSet storage
-
Mark Olesen authored
- Support specification with "patches" and "patch" keywords (similar to zone selection). Keyword "name" for compatibility.
-
- 29 Oct, 2018 1 commit
-
-
Mark Olesen authored
- uses the keywords 'zones' and 'zone' to avoid potential conflicts with a named topoSet action, but accepts 'name' for compatibility.
-
- 28 Jun, 2018 1 commit
-
-
Andrew Heather authored
-
- 26 Jun, 2018 3 commits
-
-
Andrew Heather authored
-
Mark Olesen authored
-
Mark Olesen authored
- functionObjectLibs -> libs - redirectType -> name - change deprecated writeCompression flags types to Switch. - cleanup some trailing ';;' from some dictionaries
-
- 21 Jun, 2018 3 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-