Go to the documentation of this file.
37 #ifndef chemistryReductionMethod_H
38 #define chemistryReductionMethod_H
49 template<
class CompType,
class ThermoType>
56 template<
class CompType,
class ThermoType>
91 TypeName(
"chemistryReductionMethod");
134 inline bool active()
const;
137 inline bool log()
const;
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
const List< bool > & activeSpecies() const
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
static autoPtr< chemistryReductionMethod< CompType, ThermoType > > New(const IOdictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry)
const dictionary coeffsDict_
declareRunTimeSelectionTable(autoPtr, chemistryReductionMethod, dictionary,(const IOdictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry),(dict, chemistry))
chemistryReductionMethod(const IOdictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry)
BasicChemistryModel< psiReactionThermo > & chemistry
Generic templated field type.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
TDACChemistryModel< CompType, ThermoType > & chemistry_
virtual void reduceMechanism(const scalarField &c, const scalar T, const scalar p)=0
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
List< bool > activeSpecies_
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual ~chemistryReductionMethod()
TypeName("chemistryReductionMethod")
const dimensionedScalar c
const IOdictionary & dict_
Extends StandardChemistryModel by adding the TDAC method.
An abstract class for methods of chemical mechanism reduction.