none Class Reference

A chemistryTabulationMethod which does nothing to allow tabulation to be switched-off. More...

Inheritance diagram for none:
Collaboration diagram for none:

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 none (const dictionary &chemistryProperties, const odeChemistryModel &chemistry)
 Construct from dictionary. More...
 
 none (const none &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~none ()
 
virtual bool tabulates ()
 Return false as this tabulation method does not tabulate. More...
 
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)
 
virtual bool update ()
 
virtual void reset ()
 
- 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< chemistryTabulationMethodNew (const IOdictionary &dict, const odeChemistryModel &chemistry)
 

Detailed Description

A chemistryTabulationMethod which does nothing to allow tabulation to be switched-off.

Source files

Definition at line 51 of file noChemistryTabulation.H.

Constructor & Destructor Documentation

◆ none() [1/2]

none ( const dictionary chemistryProperties,
const odeChemistryModel chemistry 
)

Construct from dictionary.

Definition at line 44 of file noChemistryTabulation.C.

◆ none() [2/2]

none ( const none )
delete

Disallow default bitwise copy construction.

◆ ~none()

~none ( )
virtual

Definition at line 60 of file noChemistryTabulation.C.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ tabulates()

virtual bool tabulates ( )
inlinevirtual

Return false as this tabulation method does not tabulate.

Implements chemistryTabulationMethod.

Definition at line 80 of file noChemistryTabulation.H.

◆ retrieve()

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.

Definition at line 87 of file noChemistryTabulation.H.

◆ add()

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

Implements chemistryTabulationMethod.

Definition at line 100 of file noChemistryTabulation.H.

◆ update()

virtual bool update ( )
inlinevirtual

Implements chemistryTabulationMethod.

Definition at line 112 of file noChemistryTabulation.H.

◆ reset()

virtual void reset ( )
inlinevirtual

Implements chemistryTabulationMethod.

Definition at line 117 of file noChemistryTabulation.H.


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