openfoam/applications/solvers/multiphase/VoF
Mark Olesen 8eddcc072a ENH: avoid readScalar, readLabel etc from dictionary (#762, #1033)
- 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");
2018-10-12 08:14:47 +02:00
..
alphaCourantNo.H ENH: avoid readScalar, readLabel etc from dictionary (#762, #1033) 2018-10-12 08:14:47 +02:00
alphaEqn.H compressibleInterFoam: Improved mass conservation 2017-06-22 14:42:36 +01:00
alphaEqnSubCycle.H STYLE: more consistent use of dimensioned Zero 2018-03-16 10:24:03 +01:00
createAlphaFluxes.H BUG: compressibleInterFoam family: Corrected transonic option 2017-12-09 21:03:59 +00:00
setDeltaT.H compressibleInterFoam: Completed LTS and semi-implicit MULES support 2017-02-09 17:31:57 +00:00
setRDeltaT.H STYLE: more consistent use of dimensioned Zero, scalar decimal points 2018-07-13 10:28:48 +02:00