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