A chemistryTabulationMethod which does nothing to allow tabulation to be switched-off. More...


Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. More... | |
| none (const dictionary &chemistryProperties, const odeChemistryModel &chemistry) | |
| Construct from dictionary. More... | |
| none (const none &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~none () |
| virtual bool | tabulates () |
| Return false as this tabulation method does not tabulate. More... | |
| virtual bool | retrieve (const Foam::scalarField &phiq, scalarField &Rphiq) |
| Find the closest stored leaf of phiQ and store the result in. More... | |
| virtual label | add (const scalarField &phiq, const scalarField &Rphiq, const label nActive, const label li, const scalar deltaT) |
| virtual bool | update () |
| virtual void | reset () |
Public Member Functions inherited from chemistryTabulationMethod | |
| TypeName ("chemistryTabulationMethod") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, chemistryTabulationMethod, dictionary,(const dictionary &dict, const odeChemistryModel &chemistry),(dict, chemistry)) | |
| chemistryTabulationMethod (const dictionary &dict, const odeChemistryModel &chemistry) | |
| Construct from components. More... | |
| virtual | ~chemistryTabulationMethod () |
| Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from chemistryTabulationMethod | |
| static autoPtr< chemistryTabulationMethod > | New (const IOdictionary &dict, const odeChemistryModel &chemistry) |
A chemistryTabulationMethod which does nothing to allow tabulation to be switched-off.
Definition at line 51 of file noChemistryTabulation.H.
| none | ( | const dictionary & | chemistryProperties, |
| const odeChemistryModel & | chemistry | ||
| ) |
Construct from dictionary.
Definition at line 44 of file noChemistryTabulation.C.
|
virtual |
Definition at line 60 of file noChemistryTabulation.C.
| TypeName | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
Return false as this tabulation method does not tabulate.
Implements chemistryTabulationMethod.
Definition at line 80 of file noChemistryTabulation.H.
|
inlinevirtual |
Find the closest stored leaf of phiQ and store the result in.
RphiQ or return false.
Implements chemistryTabulationMethod.
Definition at line 87 of file noChemistryTabulation.H.
|
inlinevirtual |
Implements chemistryTabulationMethod.
Definition at line 100 of file noChemistryTabulation.H.
|
inlinevirtual |
Implements chemistryTabulationMethod.
Definition at line 112 of file noChemistryTabulation.H.
|
inlinevirtual |
Implements chemistryTabulationMethod.
Definition at line 117 of file noChemistryTabulation.H.