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 52 of file ReactingPhaseModel.H.
| ReactingPhaseModel | ( | const phaseSystem & | fluid, |
| const word & | phaseName, | ||
| const label | index | ||
| ) |
Definition at line 36 of file ReactingPhaseModel.C.
|
virtual |
Destructor.
Definition at line 50 of file ReactingPhaseModel.C.
|
virtual |
Correct the thermodynamics.
Definition at line 57 of file ReactingPhaseModel.C.
References correctThermo().
|
virtual |
Return the species fraction equation.
Definition at line 68 of file ReactingPhaseModel.C.
|
virtual |
Return heat release rate.
Definition at line 78 of file ReactingPhaseModel.C.
|
protected |
Reaction model.
Definition at line 61 of file ReactingPhaseModel.H.