openfoam/applications/solvers/multiphase/cavitatingFoam
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
..
cavitatingDyMFoam ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
Make COMP: avoid some implicit linkage (#1238) 2019-04-30 11:28:23 +02:00
alphavPsi.H Correct line length 2013-08-13 23:26:26 +01:00
cavitatingFoam.C GIT: Header file updates 2019-10-31 14:48:44 +00:00
continuityErrs.H multiphase: Update phase-naming to use the new convention e.g. alpha.water 2013-08-13 23:21:46 +01:00
CourantNo.H GIT: Header file updates 2019-10-31 14:48:44 +00:00
createControls.H ENH: avoid readScalar, readLabel etc from dictionary (#762, #1033) 2018-10-12 08:14:47 +02:00
createFields.H applications/solvers/multiphase: Added -postProcess option 2016-05-08 20:57:08 +01:00
pEqn.H ENH: avoid readScalar, readLabel etc from dictionary (#762, #1033) 2018-10-12 08:14:47 +02:00
readControls.H COMP: rename dictionary::read<T> to dictionary::readEntry<T> 2018-07-30 15:52:40 +02:00
readThermodynamicProperties.H ENH: additional read guards for dimensionedType. input consistency (#762, #1148) 2019-01-03 13:34:11 +01:00
rhoEqn.H cavitatingFoam: rationalised phi -> rhoPhi, phiv -> phi 2014-02-26 13:02:59 +00:00
setDeltaT.H STYLE: some general spelling fixes 2020-05-04 09:15:21 +02:00
setInitialDeltaT.H GIT: Header file updates 2019-10-31 14:48:44 +00:00
UEqn.H cavitatingFoam: rationalised phi -> rhoPhi, phiv -> phi 2014-02-26 13:02:59 +00:00