34template<
class CompType,
class ThermoType>
55template<
class CompType,
class ThermoType>
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
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.
Switch active_
Is mechanism reduction active?
TDACChemistryModel< CompType, ThermoType > & chemistry_
virtual ~chemistryReductionMethod()
Destructor.
scalar tolerance_
Tolerance for the mechanism reduction algorithm.
const label nSpecie_
Number of species.
label NsSimp_
Number of active species.
List< bool > activeSpecies_
List of active species (active = true).
const dictionary coeffsDict_
Dictionary that store the algorithm data.
const IOdictionary & dict_
label nSpecie()
Return the initial number of species.
chemistryReductionMethod(const IOdictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry)
Construct from components.
Switch log_
Switch to select performance logging.
BasicChemistryModel< psiReactionThermo > & chemistry