Implementation of the ISAT (In-situ adaptive tabulation), for chemistry calculation. More...


Public Member Functions | |
| TypeName ("ISAT") | |
| Runtime type information. More... | |
| ISAT (const dictionary &chemistryProperties, const odeChemistryModel &chemistry) | |
| Construct from dictionary. More... | |
| ISAT (const ISAT &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~ISAT () |
| virtual bool | tabulates () |
| Return true as this tabulation method tabulates. More... | |
| bool | reduction () const |
| Return true if reduction is applied to the state variables. More... | |
| const odeChemistryModel & | chemistry () |
| binaryTree & | chemisTree () |
| const scalarField & | scaleFactor () const |
| label | timeSteps () const |
| Return the number of chemistry evaluations. 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 label nActive, const label li, const scalar deltaT) |
| Add information to the tabulation. More... | |
| virtual void | reset () |
| virtual bool | update () |
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) |
Implementation of the ISAT (In-situ adaptive tabulation), for chemistry calculation.
Reference:
Pope, S. B. (1997).
Computationally efficient implementation of combustion chemistry using
in situ adaptive tabulation.
Combustion Theory and Modelling, 1, 41-63.
| ISAT | ( | const dictionary & | chemistryProperties, |
| const odeChemistryModel & | chemistry | ||
| ) |
| TypeName | ( | "ISAT" | ) |
Runtime type information.
|
inlinevirtual |
Return true as this tabulation method tabulates.
Implements chemistryTabulationMethod.
|
inline |
Return true if reduction is applied to the state variables.
Definition at line 250 of file ISAT.H.
Referenced by binaryNode::calcV(), and chemPointISAT::chemPointISAT().

|
inline |
Definition at line 255 of file ISAT.H.
Referenced by chemPointISAT::chemPointISAT().

|
inline |
|
inline |
|
inline |
|
virtual |
Definition at line 634 of file ISAT.C.
References Foam::endl().

|
virtual |
Find the closest stored leaf of phiQ and store the result in.
RphiQ or return false.
Implements chemistryTabulationMethod.
Definition at line 422 of file ISAT.C.
References Foam::constant::electromagnetic::phi0.
|
virtual |
Add information to the tabulation.
This function can grow an existing point or add a new leaf to the binary tree Input : phiq the new composition to store Rphiq the mapping of the new composition point
Implements chemistryTabulationMethod.
Definition at line 506 of file ISAT.C.
References Foam::saturationModels::A, DynamicList< T, SizeInc, SizeMult, SizeDiv >::append(), Foam::deleteDemandDrivenData(), forAll, and Foam::Zero.

|
virtual |
|
virtual |
Implements chemistryTabulationMethod.