Class which represents phases with volumetric reactions. Returns the reaction rate and heat. More...


Public Member Functions | |
| ReactingPhaseModel (const phaseSystem &fluid, const word &phaseName, const label index) | |
| virtual | ~ReactingPhaseModel () |
| Destructor. More... | |
| virtual void | correctThermo () |
| Correct the thermodynamics. More... | |
| virtual tmp< fvScalarMatrix > | R (volScalarField &Yi) const |
| Return the species fraction equation. More... | |
| virtual tmp< volScalarField > | Sh () const |
| Return the reacton heat source. More... | |
Protected Attributes | |
| autoPtr< ReactionType > | reaction_ |
| Reaction model. More... | |
Class which represents phases with volumetric reactions. Returns the reaction rate and heat.
Definition at line 50 of file ReactingPhaseModel.H.
| ReactingPhaseModel | ( | const phaseSystem & | fluid, |
| const word & | phaseName, | ||
| const label | index | ||
| ) |
|
virtual |
Destructor.
|
virtual |
Correct the thermodynamics.
|
virtual |
Return the species fraction equation.
|
virtual |
Return the reacton heat source.
|
protected |
Reaction model.
Definition at line 59 of file ReactingPhaseModel.H.
1.8.11