35 #ifndef chemistryTabulationMethod_H 36 #define chemistryTabulationMethod_H 49 class odeChemistryModel;
60 TypeName(
"chemistryTabulationMethod");
131 virtual bool update() = 0;
133 virtual void reset() = 0;
virtual bool tabulates()=0
Return true if the tabulation method tabulates.
A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("chemistryTabulationMethod")
Runtime type information.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
chemistryTabulationMethod(const dictionary &dict, const odeChemistryModel &chemistry)
Construct from components.
virtual bool retrieve(const scalarField &phiQ, scalarField &RphiQ)=0
declareRunTimeSelectionTable(autoPtr, chemistryTabulationMethod, dictionary,(const dictionary &dict, const odeChemistryModel &chemistry),(dict, chemistry))
basicChemistryModel & chemistry
An abstract class for chemistry tabulation.
static autoPtr< chemistryTabulationMethod > New(const IOdictionary &dict, const odeChemistryModel &chemistry)
virtual label add(const scalarField &phiQ, const scalarField &RphiQ, const label nActive, const label li, const scalar deltaT)=0
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
Extends base chemistry model adding an ODESystem and the reduction maps needed for tabulation...
virtual ~chemistryTabulationMethod()
Destructor.