34template<
class CompType,
class ThermoType>
42 coeffsDict_(
dict.subDict(
"tabulation")),
43 active_(coeffsDict_.getOrDefault<
Switch>(
"active", false)),
44 log_(coeffsDict_.getOrDefault<
Switch>(
"log", false)),
46 tolerance_(coeffsDict_.getOrDefault<scalar>(
"tolerance", 1
e-4))
52template<
class CompType,
class ThermoType>
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
Extends StandardChemistryModel by adding the TDAC method.
An abstract class for chemistry tabulation.
virtual ~chemistryTabulationMethod()
Destructor.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
BasicChemistryModel< psiReactionThermo > & chemistry