31 template<
class ThermoType>
39 coeffsDict_(dict.
subDict(
"tabulation")),
40 active_(coeffsDict_.lookupOrDefault<
Switch>(
"active",
false)),
41 log_(coeffsDict_.lookupOrDefault<
Switch>(
"log",
false)),
42 chemistry_(chemistry),
43 tolerance_(coeffsDict_.lookupOrDefault<scalar>(
"tolerance", 1
e-4))
49 template<
class ThermoType>
Extends standardChemistryModel by adding the TDAC method.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none/any.
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
chemistryTabulationMethod(const dictionary &dict, TDACChemistryModel< ThermoType > &chemistry)
Construct from components.
const dimensionedScalar e
Elementary charge.
virtual ~chemistryTabulationMethod()
Destructor.