An ODE solver for chemistry. More...


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... | |
An ODE solver for chemistry.
| ode | ( | typename ChemistryModel::reactionThermo & | thermo | ) |
|
virtual |
Destructor.
Definition at line 43 of file ode.C.
References ode< ChemistryModel >::solve().

| TypeName | ( | "ode< ChemistryModel >" | ) |
Runtime type information.
|
virtual |
Update the concentrations and return the chemical time.
Implements chemistrySolver< ChemistryModel >.
Definition at line 51 of file ode.C.
References Foam::max(), nSpecie, p, and Foam::T().
Referenced by ode< ChemistryModel >::~ode().


1.8.13