An abstract base class for solving chemistry. More...


Public Member Functions | |
| chemistrySolver (const fvMesh &mesh, const word &phaseName) | |
| Construct from components and phase name. 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... | |
An abstract base class for solving chemistry.
Definition at line 51 of file chemistrySolver.H.
| chemistrySolver | ( | const fvMesh & | mesh, |
| const word & | phaseName | ||
| ) |
Construct from components and phase name.
Definition at line 32 of file chemistrySolver.C.
|
virtual |
Destructor.
Definition at line 44 of file chemistrySolver.C.
|
pure virtual |
Update the concentrations and return the chemical time.
Implemented in EulerImplicit< ChemistryModel >, ode< ChemistryModel >, and noChemistrySolver< ChemistryModel >.
1.8.13