An abstract class for chemistry tabulation.
More...
|
| 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...
|
|
virtual bool | tabulates ()=0 |
| Return true if the tabulation method tabulates. More...
|
|
virtual bool | retrieve (const scalarField &phiQ, scalarField &RphiQ)=0 |
|
virtual label | add (const scalarField &phiQ, const scalarField &RphiQ, const label nActive, const label li, const scalar deltaT)=0 |
|
virtual bool | update ()=0 |
|
virtual void | reset ()=0 |
|
An abstract class for chemistry tabulation.
- Source files
-
Definition at line 54 of file chemistryTabulationMethod.H.
◆ chemistryTabulationMethod()
◆ ~chemistryTabulationMethod()
◆ TypeName()
TypeName |
( |
"chemistryTabulationMethod" |
| ) |
|
Runtime type information.
◆ declareRunTimeSelectionTable()
◆ New()
◆ tabulates()
virtual bool tabulates |
( |
| ) |
|
|
pure virtual |
Return true if the tabulation method tabulates.
otherwise return false
Implemented in ISAT, and none.
◆ retrieve()
◆ add()
◆ update()
◆ reset()
The documentation for this class was generated from the following files: