Loading...
Searching...
No Matches
noChemistrySolver< ChemistryModel > Class Template Reference

Dummy chemistry solver for 'none' option. More...

#include <noChemistrySolver.H>

Inherits chemistrySolver< ChemistryModel >.

Collaboration diagram for noChemistrySolver< ChemistryModel >:

Public Member Functions

 TypeName ("none")
 Runtime type information.
 noChemistrySolver (typename ChemistryModel::reactionThermo &thermo)
 Construct from thermo.
virtual ~noChemistrySolver ()
 Destructor.
virtual void solve (scalarField &c, scalar &T, scalar &p, scalar &deltaT, scalar &subDeltaT) const
 Update the concentrations and return the chemical time.
Public Member Functions inherited from chemistrySolver< ChemistryModel >
 chemistrySolver (typename ChemistryModel::reactionThermo &thermo)
 Construct from thermo.
virtual ~chemistrySolver ()
 Destructor.

Detailed Description

template<class ChemistryModel>
class Foam::noChemistrySolver< ChemistryModel >

Dummy chemistry solver for 'none' option.

Source files

Definition at line 48 of file noChemistrySolver.H.

Constructor & Destructor Documentation

◆ noChemistrySolver()

template<class ChemistryModel>
noChemistrySolver ( typename ChemistryModel::reactionThermo & thermo)

Construct from thermo.

Definition at line 27 of file noChemistrySolver.C.

References chemistrySolver< ChemistryModel >::chemistrySolver().

Here is the call graph for this function:

◆ ~noChemistrySolver()

template<class ChemistryModel>
~noChemistrySolver ( )
virtual

Destructor.

Definition at line 39 of file noChemistrySolver.C.

Member Function Documentation

◆ TypeName()

template<class ChemistryModel>
TypeName ( "none" )

Runtime type information.

◆ solve()

template<class ChemistryModel>
void solve ( scalarField & c,
scalar & T,
scalar & p,
scalar & deltaT,
scalar & subDeltaT ) const
virtual

Update the concentrations and return the chemical time.

Implements chemistrySolver< ChemistryModel >.

Definition at line 46 of file noChemistrySolver.C.


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