Go to the documentation of this file.
37 #ifndef chemistryTabulationMethod_H
38 #define chemistryTabulationMethod_H
52 template<
class CompType,
class ThermoType>
53 class TDACChemistryModel;
59 template<
class CompType,
class ThermoType>
83 TypeName(
"chemistryTabulationMethod");
145 virtual label
size() = 0;
173 virtual bool update() = 0;
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
const dictionary coeffsDict_
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
BasicChemistryModel< psiReactionThermo > & chemistry
TDACChemistryModel< CompType, ThermoType > & chemistry_
virtual label add(const scalarField &phiQ, const scalarField &RphiQ, const scalar rho, const scalar deltaT)=0
Generic templated field type.
declareRunTimeSelectionTable(autoPtr, chemistryTabulationMethod, dictionary,(const dictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry),(dict, chemistry))
virtual void writePerformance()=0
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
bool variableTimeStep() const
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
virtual ~chemistryTabulationMethod()
virtual bool retrieve(const scalarField &phiQ, scalarField &RphiQ)=0
chemistryTabulationMethod(const dictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry)
TypeName("chemistryTabulationMethod")
static autoPtr< chemistryTabulationMethod > New(const IOdictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry)
An abstract class for chemistry tabulation.