ode< ChemistryModel > Class Template Reference

An ODE solver for chemistry. More...

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

Public Member Functions

 TypeName ("ode")
 Runtime type information. More...
 
 ode (typename ChemistryModel::reactionThermo &thermo)
 Construct from thermo. More...
 
virtual ~ode ()
 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::ode< ChemistryModel >

An ODE solver for chemistry.

Source files

Definition at line 52 of file ode.H.

Constructor & Destructor Documentation

◆ ode()

ode ( typename ChemistryModel::reactionThermo &  thermo)

Construct from thermo.

Definition at line 33 of file ode.C.

References Foam::New().

Here is the call graph for this function:

◆ ~ode()

~ode
virtual

Destructor.

Definition at line 45 of file ode.C.

Member Function Documentation

◆ TypeName()

TypeName ( "ode< ChemistryModel >"  )

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 52 of file ode.C.

References Foam::max(), nSpecie, p, and T.

Here is the call graph for this function:

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