105template<
class CompType,
class ThermoType>
118 label CO2Id_,COId_,HO2Id_,H2OId_,NOId_;
121 scalar NOxThreshold_;
125 word CO2Name_, COName_, HO2Name_, H2OName_, NOName_;
126 Switch forceFuelInclusion_;
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
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.
chemistryReductionMethod(const IOdictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry)
Construct from components.
DAC(const IOdictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry)
Construct from components.
virtual ~DAC()
Destructor.
virtual void reduceMechanism(const scalarField &c, const scalar T, const scalar p)
Reduce the mechanism.
TypeName("DAC")
Runtime type information.
A class for handling words, derived from Foam::string.
BasicChemistryModel< psiReactionThermo > & chemistry
List< word > wordList
List of word.
List< label > labelList
A List of labels.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.