33#ifndef chemistryTabulationMethod_none_H
34#define chemistryTabulationMethod_none_H
49template<
class CompType,
class ThermoType>
57 none(
const none&) =
delete;
Extends StandardChemistryModel by adding the TDAC method.
chemistryTabulationMethod(const dictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry)
Construct from components.
virtual void writePerformance()
virtual label add(const scalarField &phiq, const scalarField &Rphiq, const scalar rho, const scalar deltaT)
virtual label size()
Return the size of the binary tree.
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 a number of values (eg,...
BasicChemistryModel< psiReactionThermo > & chemistry
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.