

Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. More... | |
| none (const dictionary &chemistryProperties, TDACChemistryModel< CompType, ThermoType > &chemistry) | |
| Construct from dictionary. More... | |
| virtual | ~none () |
| virtual label | size () |
| Return the size of the binary tree. More... | |
| virtual void | writePerformance () |
| 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 scalar rho, const scalar deltaT) |
| virtual bool | update () |
Public Member Functions inherited from chemistryTabulationMethod< CompType, ThermoType > | |
| TypeName ("chemistryTabulationMethod") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, chemistryTabulationMethod, dictionary,(const dictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry),(dict, chemistry)) | |
| chemistryTabulationMethod (const dictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry) | |
| Construct from components. More... | |
| virtual | ~chemistryTabulationMethod () |
| Destructor. More... | |
| bool | active () |
| bool | log () |
| bool | variableTimeStep () |
| scalar | tolerance () const |
Additional Inherited Members | |
Static Public Member Functions inherited from chemistryTabulationMethod< CompType, ThermoType > | |
| static autoPtr< chemistryTabulationMethod > | New (const IOdictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry) |
Protected Attributes inherited from chemistryTabulationMethod< CompType, ThermoType > | |
| const dictionary & | dict_ |
| const dictionary | coeffsDict_ |
| Switch | active_ |
| Is tabulation active? More... | |
| Switch | log_ |
| Switch to select performance logging. More... | |
| TDACChemistryModel< CompType, ThermoType > & | chemistry_ |
| scalar | tolerance_ |
Definition at line 47 of file noChemistryTabulation.H.
| none | ( | const dictionary & | chemistryProperties, |
| TDACChemistryModel< CompType, ThermoType > & | chemistry | ||
| ) |
Construct from dictionary.
Definition at line 32 of file noChemistryTabulation.C.
|
virtual |
Definition at line 50 of file noChemistryTabulation.C.
| TypeName | ( | "none< CompType, ThermoType >" | ) |
Runtime type information.
|
inlinevirtual |
Return the size of the binary tree.
Implements chemistryTabulationMethod< CompType, ThermoType >.
Definition at line 79 of file noChemistryTabulation.H.
References NotImplemented.
|
inlinevirtual |
Implements chemistryTabulationMethod< CompType, ThermoType >.
Definition at line 85 of file noChemistryTabulation.H.
References NotImplemented, and none< CompType, ThermoType >::retrieve().

|
inlinevirtual |
Find the closest stored leaf of phiQ and store the result in.
RphiQ or return false.
Implements chemistryTabulationMethod< CompType, ThermoType >.
Definition at line 93 of file noChemistryTabulation.H.
References none< CompType, ThermoType >::add(), and NotImplemented.
Referenced by none< CompType, ThermoType >::writePerformance().


|
inlinevirtual |
Implements chemistryTabulationMethod< CompType, ThermoType >.
Definition at line 107 of file noChemistryTabulation.H.
References NotImplemented.
Referenced by none< CompType, ThermoType >::retrieve().

|
inlinevirtual |
Implements chemistryTabulationMethod< CompType, ThermoType >.
Definition at line 118 of file noChemistryTabulation.H.
References NotImplemented.
1.8.13