An abstract class for chemistry tabulation. More...
#include <chemistryTabulationMethod.H>


Public Member Functions | |
| TypeName ("chemistryTabulationMethod") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, chemistryTabulationMethod, dictionary,(const dictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry),(dict, chemistry)) | |
| chemistryTabulationMethod (const dictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry) | |
| Construct from components. | |
| virtual | ~chemistryTabulationMethod () |
| Destructor. | |
| bool | active () |
| bool | log () |
| bool | variableTimeStep () |
| scalar | tolerance () const |
| virtual label | size ()=0 |
| virtual void | writePerformance ()=0 |
| virtual bool | retrieve (const scalarField &phiQ, scalarField &RphiQ)=0 |
| virtual label | add (const scalarField &phiQ, const scalarField &RphiQ, const scalar rho, const scalar deltaT)=0 |
| virtual bool | update ()=0 |
Static Public Member Functions | |
| static autoPtr< chemistryTabulationMethod > | New (const IOdictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry) |
Protected Attributes | |
| const dictionary & | dict_ |
| const dictionary | coeffsDict_ |
| Switch | active_ |
| Is tabulation active? | |
| Switch | log_ |
| Switch to select performance logging. | |
| TDACChemistryModel< CompType, ThermoType > & | chemistry_ |
| scalar | tolerance_ |
An abstract class for chemistry tabulation.
Definition at line 55 of file chemistryTabulationMethod.H.
| chemistryTabulationMethod | ( | const dictionary & | dict, |
| TDACChemistryModel< CompType, ThermoType > & | chemistry ) |
Construct from components.
Definition at line 28 of file chemistryTabulationMethod.C.
References active_, chemistry, chemistry_, coeffsDict_, dict, dict_, e, log_, and tolerance_.
Referenced by ISAT< CompType, ThermoType >::ISAT(), and none< CompType, ThermoType >::none().

|
virtual |
Destructor.
Definition at line 46 of file chemistryTabulationMethod.C.
| TypeName | ( | "chemistryTabulationMethod< CompType, ThermoType >" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| chemistryTabulationMethod< CompType, ThermoType > | , | ||
| dictionary | , | ||
| (const dictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry) | , | ||
| (dict, chemistry) | ) |
|
static |
DynamicList<word> thisCmpts(6); thisCmpts.append(CompType::typeName); thisCmpts.append ( basicThermo::splitThermoName(ThermoType::typeName(), 5) );
DynamicList<word> validNames;
if (thisCmpts == SubList<word>(cmpts, 6, 1)) { validNames.append(cmpts[0]); }
Definition at line 29 of file chemistryTabulationMethodNew.C.
References DynamicList< T, SizeMin >::append(), chemistry, dict, UList< T >::empty(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInLookup, dictionary::get(), Foam::Info, names, Foam::nl, Foam::printTable(), UList< T >::size(), and basicThermo::splitThermoName().
Referenced by TDACChemistryModel< ReactionThermo, ThermoType >::TDACChemistryModel().


|
inline |
Definition at line 130 of file chemistryTabulationMethod.H.
|
inline |
Definition at line 135 of file chemistryTabulationMethod.H.
Referenced by ISAT< CompType, ThermoType >::ISAT().

|
inline |
Definition at line 140 of file chemistryTabulationMethod.H.
Referenced by ISAT< CompType, ThermoType >::ISAT().

|
inline |
Definition at line 145 of file chemistryTabulationMethod.H.
Referenced by ISAT< CompType, ThermoType >::add().

|
pure virtual |
Implemented in ISAT< CompType, ThermoType >, and none< CompType, ThermoType >.
|
pure virtual |
Implemented in ISAT< CompType, ThermoType >, and none< CompType, ThermoType >.
|
pure virtual |
Implemented in ISAT< CompType, ThermoType >, and none< CompType, ThermoType >.
|
pure virtual |
Implemented in ISAT< CompType, ThermoType >, and none< CompType, ThermoType >.
|
pure virtual |
Implemented in ISAT< CompType, ThermoType >, and none< CompType, ThermoType >.
|
protected |
Definition at line 60 of file chemistryTabulationMethod.H.
Referenced by chemistryTabulationMethod().
|
protected |
Definition at line 62 of file chemistryTabulationMethod.H.
Referenced by chemistryTabulationMethod(), and ISAT< CompType, ThermoType >::ISAT().
|
protected |
Is tabulation active?
Definition at line 67 of file chemistryTabulationMethod.H.
Referenced by chemistryTabulationMethod(), ISAT< CompType, ThermoType >::ISAT(), and none< CompType, ThermoType >::none().
|
protected |
Switch to select performance logging.
Definition at line 72 of file chemistryTabulationMethod.H.
Referenced by chemistryTabulationMethod().
|
protected |
Definition at line 74 of file chemistryTabulationMethod.H.
Referenced by ISAT< CompType, ThermoType >::add(), chemistryTabulationMethod(), ISAT< CompType, ThermoType >::ISAT(), and ISAT< CompType, ThermoType >::retrieve().
|
protected |
Definition at line 76 of file chemistryTabulationMethod.H.
Referenced by chemistryTabulationMethod().