noChemistrySolver< ChemistryModel > Class Template Reference

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

Inheritance diagram for noChemistrySolver< ChemistryModel >:
Collaboration diagram for noChemistrySolver< ChemistryModel >:

Public Member Functions

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

Detailed Description

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

Dummy chemistry solver for 'none' option.

Source files

Definition at line 50 of file noChemistrySolver.H.

Constructor & Destructor Documentation

◆ noChemistrySolver()

Construct from thermo.

Definition at line 32 of file noChemistrySolver.C.

◆ ~noChemistrySolver()

Destructor.

Definition at line 44 of file noChemistrySolver.C.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ solve()

void solve ( scalar &  p,
scalar &  T,
scalarField c,
const label  li,
scalar &  deltaT,
scalar &  subDeltaT 
) const
virtual

Update the concentrations and return the chemical time.

Implements chemistrySolver< ChemistryModel >.

Definition at line 51 of file noChemistrySolver.C.


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