Loading...
Searching...
No Matches
none< CompType, ThermoType > Class Template Reference

#include <noChemistryTabulation.H>

Inheritance diagram for none< CompType, ThermoType >:
Collaboration diagram for none< CompType, ThermoType >:

Public Member Functions

 TypeName ("none")
 Runtime type information.
 none (const dictionary &chemistryProperties, TDACChemistryModel< CompType, ThermoType > &chemistry)
 Construct from dictionary.
virtual ~none ()
virtual label size ()
 Return the size of the binary tree.
virtual void writePerformance ()
virtual bool retrieve (const Foam::scalarField &phiq, scalarField &Rphiq)
 Find the closest stored leaf of phiQ and store the result in.
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.
 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

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_
 Is tabulation active?
Switch log_
 Switch to select performance logging.
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()

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

Construct from dictionary.

Definition at line 26 of file noChemistryTabulation.C.

References chemistryTabulationMethod< CompType, ThermoType >::active_, chemistry, and chemistryTabulationMethod< CompType, ThermoType >::chemistryTabulationMethod().

Here is the call graph for this function:

◆ ~none()

template<class CompType, class ThermoType>
~none ( )
virtual

Definition at line 45 of file noChemistryTabulation.C.

Member Function Documentation

◆ TypeName()

template<class CompType, class ThermoType>
TypeName ( "none< CompType, ThermoType >" )

Runtime type information.

References chemistry.

◆ size()

template<class CompType, class ThermoType>
virtual label size ( )
inlinevirtual

Return the size of the binary tree.

Implements chemistryTabulationMethod< CompType, ThermoType >.

Definition at line 83 of file noChemistryTabulation.H.

References NotImplemented.

◆ writePerformance()

template<class CompType, class ThermoType>
virtual void writePerformance ( )
inlinevirtual

◆ retrieve()

template<class CompType, class ThermoType>
virtual bool retrieve ( const Foam::scalarField & phiq,
scalarField & Rphiq )
inlinevirtual

Find the closest stored leaf of phiQ and store the result in.

RphiQ or return false.

Implements chemistryTabulationMethod< CompType, ThermoType >.

Definition at line 99 of file noChemistryTabulation.H.

References NotImplemented.

◆ add()

template<class CompType, class ThermoType>
virtual label add ( const scalarField & phiq,
const scalarField & Rphiq,
const scalar rho,
const scalar deltaT )
inlinevirtual

Implements chemistryTabulationMethod< CompType, ThermoType >.

Definition at line 113 of file noChemistryTabulation.H.

References NotImplemented, and rho.

◆ update()

template<class CompType, class ThermoType>
virtual bool update ( )
inlinevirtual

The documentation for this class was generated from the following files:
  • src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/tabulation/noChemistryTabulation/noChemistryTabulation.H
  • src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/tabulation/noChemistryTabulation/noChemistryTabulation.C