openfoam/applications/solvers/multiphase/twoLiquidMixingFoam
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 compressibleInterFoam: Completed LTS and semi-implicit MULES support 2017-02-09 17:31:57 +00: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
alphaDiffusionEqn.H twoPhaseMixture: Add alpha2 2013-02-06 10:52:49 +00:00
alphaEqn.H Renamed phiAlpha -P alphaPhi for consistency with Euler-Euler solvers 2015-09-11 17:52:43 +01:00
alphaEqnSubCycle.H STYLE: more consistent use of dimensioned Zero 2018-03-16 10:24:03 +01:00
createFields.H dimensioned<Type>: Added constructor from name, dimensions and dictionary 2015-07-21 12:57:07 +01:00
pEqn.H Specialized dotInterpolate for the efficient calculation of flux fields 2016-04-06 20:20:53 +01:00
twoLiquidMixingFoam.C ENH: improve controls for Time (issue #910) 2018-07-02 10:20:01 +02:00
UEqn.H multiphase (VoF): Added support for general turbulence models 2012-07-27 14:56:01 +01:00