openfoam/applications/solvers/multiphase/interIsoFoam
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
..
Make INT: Initial update of isoAdvector and interIsoFoam to work with AMR. 2018-06-11 17:51:54 +02:00
alphaControls.H ENH: avoid readScalar, readLabel etc from dictionary (#762, #1033) 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 ENH: interIsoFoam updates 2018-06-13 11:46:21 +02:00
alphaEqnSubCycle.H ENH: multiple updates to interIsoFoam related code 2018-06-12 23:14:10 +02:00
correctPhi.H INT: Initial update of isoAdvector and interIsoFoam to work with AMR. 2018-06-11 17:51:54 +02:00
createFields.H ENH: interIsoFoam updates 2018-06-13 11:46:21 +02:00
initCorrectPhi.H INT: Initial update of isoAdvector and interIsoFoam to work with AMR. 2018-06-11 17:51:54 +02:00
interIsoFoam.C ENH: improve controls for Time (issue #910) 2018-07-02 10:20:01 +02:00
pEqn.H INT: Initial update of isoAdvector and interIsoFoam to work with AMR. 2018-06-11 17:51:54 +02:00
rhofs.H INT: Initial update of isoAdvector and interIsoFoam to work with AMR. 2018-06-11 17:51:54 +02:00
setDeltaT.H INT: Initial update of isoAdvector and interIsoFoam to work with AMR. 2018-06-11 17:51:54 +02:00
UEqn.H INT: Integration of isoAdvector and supporting material 2017-06-20 14:36:15 +01:00