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 > | Qdot () const |
Return heat release rate. 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 heat release rate.
|
protected |
Reaction model.
Definition at line 59 of file ReactingPhaseModel.H.