openfoam/applications/utilities/preProcessing
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
..
applyBoundaryLayer ENH: applyBoundaryLayer - optionally write turbulence fields 2019-12-06 20:43:43 +00:00
boxTurb
changeDictionary ENH: report dictionary name actually used (for -dict option) 2020-06-02 14:29:36 +02:00
createBoxTurb ENH: provide defaultName() static method for patches, zones 2020-01-16 13:24:23 +01:00
createExternalCoupledPatchGeometry
createZeroDirectory ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
dsmcInitialise
engineSwirl
faceAgglomerate ENH: report dictionary name actually used (for -dict option) 2020-06-02 14:29:36 +02:00
foamUpgradeCyclics ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
mapFields ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
mapFieldsPar
mdInitialise
optimisation ENH: use IOstreamOption for writeObject() calls. 2020-02-19 09:25:33 +00:00
PDRsetFields ENH: report dictionary name actually used (for -dict option) 2020-06-02 14:29:36 +02:00
setAlphaField ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
setExprBoundaryFields ENH: setExprFields and setExprBoundaryFields 2019-12-10 13:09:22 +01:00
setExprFields ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
setFields ENH: report dictionary name actually used (for -dict option) 2020-06-02 14:29:36 +02:00
viewFactorsGen ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
wallFunctionTable STYLE: use guards for dictionary lookup() 2020-01-28 11:57:23 +01:00