Public Member Functions | List of all members
none< CompType, ThermoType > Class Template Reference
Inheritance diagram for none< CompType, ThermoType >:
Inheritance graph
[legend]
Collaboration diagram for none< CompType, ThermoType >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("none")
 
 none (const dictionary &chemistryProperties, TDACChemistryModel< CompType, ThermoType > &chemistry)
 
virtual ~none ()
 
virtual label size ()
 
virtual void writePerformance ()
 
virtual bool retrieve (const Foam::scalarField &phiq, scalarField &Rphiq)
 
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")
 
 declareRunTimeSelectionTable (autoPtr, chemistryTabulationMethod, dictionary,(const dictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry),(dict, chemistry))
 
 chemistryTabulationMethod (const dictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry)
 
virtual ~chemistryTabulationMethod ()
 
bool active ()
 
bool log ()
 
bool variableTimeStep ()
 
scalar tolerance () const
 

Additional Inherited Members

- Static Public Member Functions inherited from chemistryTabulationMethod< CompType, ThermoType >
static autoPtr< chemistryTabulationMethodNew (const IOdictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry)
 
- Protected Attributes inherited from chemistryTabulationMethod< CompType, ThermoType >
const dictionarydict_
 
const dictionary coeffsDict_
 
Switch active_
 
Switch log_
 
TDACChemistryModel< CompType, ThermoType > & chemistry_
 
scalar tolerance_
 

Detailed Description

template<class CompType, class ThermoType>
class Foam::chemistryTabulationMethods::none< CompType, ThermoType >

Definition at line 43 of file noChemistryTabulation.H.

Constructor & Destructor Documentation

◆ none()

none ( const dictionary chemistryProperties,
TDACChemistryModel< CompType, ThermoType > &  chemistry 
)

Definition at line 27 of file noChemistryTabulation.C.

◆ ~none()

~none
virtual

Definition at line 45 of file noChemistryTabulation.C.

Member Function Documentation

◆ TypeName()

TypeName ( "none< CompType, ThermoType >"  )

◆ size()

virtual label size ( )
inlinevirtual

◆ writePerformance()

virtual void writePerformance ( )
inlinevirtual

◆ retrieve()

virtual bool retrieve ( const Foam::scalarField phiq,
scalarField Rphiq 
)
inlinevirtual

◆ add()

virtual label add ( const scalarField phiq,
const scalarField Rphiq,
const scalar  rho,
const scalar  deltaT 
)
inlinevirtual

◆ update()

virtual bool update ( )
inlinevirtual

The documentation for this class was generated from the following files: