openfoam/applications/solvers/multiphase/multiphaseInterFoam/multiphaseMixture
Mark Olesen 13778f7647 ENH: use dictionary::readEntry for detection of input errors (#762, #1033)
- instead of   dict.lookup(name) >> val;
  can use      dict.readEntry(name, val);

  for checking of input token sizes.
  This helps catch certain types of input errors:

  {

      key1 ;                // <- Missing value
      key2 1234             // <- Missing ';' terminator
      key3 val;
  }

STYLE: readIfPresent() instead of 'if found ...' in a few more places.
2018-10-05 10:15:13 +02:00
..
alphaContactAngle STYLE: Correcting typos 2018-03-28 17:14:16 +01:00
Make interFoam family: Added run-time selectable LTS support 2015-06-26 18:32:20 +01:00
phase ENH: use dictionary::readEntry for detection of input errors (#762, #1033) 2018-10-05 10:15:13 +02:00
multiphaseMixture.C ENH: use dictionary::readEntry for detection of input errors (#762, #1033) 2018-10-05 10:15:13 +02:00
multiphaseMixture.H STYLE: simplify hashing to use struct instead of class 2018-02-09 15:34:59 +01:00