noChemistrySolver< ChemistryModel > Class Template Reference

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

Inheritance diagram for noChemistrySolver< ChemistryModel >:
[legend]
Collaboration diagram for noChemistrySolver< ChemistryModel >:
[legend]

Public Member Functions

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

Detailed Description

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

Dummy chemistry solver for 'none' option.

Source files

Definition at line 52 of file noChemistrySolver.H.

Constructor & Destructor Documentation

◆ noChemistrySolver()

noChemistrySolver ( typename ChemistryModel::reactionThermo &  thermo)

Construct from thermo.

Definition at line 34 of file noChemistrySolver.C.

◆ ~noChemistrySolver()

Destructor.

Definition at line 46 of file noChemistrySolver.C.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ solve()

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 53 of file noChemistrySolver.C.


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