An abstract base class for solving chemistry. More...
Public Member Functions | |
chemistrySolver (const fluidReactionThermo &thermo) | |
Construct from thermo. More... | |
virtual | ~chemistrySolver () |
Destructor. More... | |
virtual void | solve (scalar &p, scalar &T, scalarField &c, const label li, scalar &deltaT, scalar &subDeltaT) const =0 |
Update the concentrations and return the chemical time. More... | |
An abstract base class for solving chemistry.
Definition at line 51 of file chemistrySolver.H.
chemistrySolver | ( | const fluidReactionThermo & | thermo | ) |
Construct from thermo.
Definition at line 32 of file chemistrySolver.C.
|
virtual |
Destructor.
Definition at line 43 of file chemistrySolver.C.
|
pure virtual |
Update the concentrations and return the chemical time.
Implemented in EulerImplicit< ChemistryModel >, ode< ChemistryModel >, and noChemistrySolver< ChemistryModel >.