openfoam/etc
Mark Olesen 3e43edf056 ENH: unify use of dictionary method names
- 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).
2020-06-02 17:26:03 +02:00
..
caseDicts STYLE: use compact form for libs () entries 2020-05-23 18:42:47 +02:00
codeTemplates ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
config.csh CONFIG: only set PV_PLUGIN_PATH if the directory actually exists 2020-05-22 21:53:42 +02:00
config.sh CONFIG: only set PV_PLUGIN_PATH if the directory actually exists 2020-05-22 21:53:42 +02:00
templates GIT: renamed .keep files to .gitignore 2020-05-18 15:18:20 +02:00
thermoData thermophysicalModels: Changed specie thermodynamics from mole to mass basis 2017-02-17 11:22:14 +00:00
bashrc COMP: wmake rules for AMD (clang-based) compiler (#1627) 2020-05-06 13:11:09 +02:00
cellModels REL: Release preparations 2019-12-23 09:49:23 +00:00
colourTables REL: Release preparations 2019-12-23 09:49:23 +00:00
controlDict ENH: consistency improvements for surface patch handling (fixes #483) 2020-01-16 10:07:26 +01:00
cshrc COMP: wmake rules for AMD (clang-based) compiler (#1627) 2020-05-06 13:11:09 +02:00
openfoam ENH: add 'subcommand' handling to wmake (#1693) 2020-05-12 10:05:24 +02:00