36 #ifndef noChemistryTabulation_H 37 #define noChemistryTabulation_H 45 namespace chemistryTabulationMethods
TypeName("none")
Runtime type information.
virtual bool retrieve(const Foam::scalarField &phiq, scalarField &Rphiq)
Find the closest stored leaf of phiQ and store the result in.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool tabulates()
Return false as this tabulation method does not tabulate.
A chemistryTabulationMethod which does nothing to allow tabulation to be switched-off.
basicChemistryModel & chemistry
none(const dictionary &chemistryProperties, const odeChemistryModel &chemistry)
Construct from dictionary.
An abstract class for chemistry tabulation.
virtual label add(const scalarField &phiq, const scalarField &Rphiq, const label nActive, const label li, const scalar deltaT)
Extends base chemistry model adding an ODESystem and the reduction maps needed for tabulation...