Class which represents phases with volumetric reactions. Returns the reaction rate and heat. More...
#include <ReactingPhaseModel.H>


Public Member Functions | |
| ReactingPhaseModel (const phaseSystem &fluid, const word &phaseName, const label index) | |
| virtual | ~ReactingPhaseModel () |
| Destructor. | |
| virtual void | correctThermo () |
| Correct the thermodynamics. | |
| virtual tmp< fvScalarMatrix > | R (volScalarField &Yi) const |
| Return the species fraction equation. | |
| virtual tmp< volScalarField > | Qdot () const |
| Return heat release rate. | |
Protected Attributes | |
| autoPtr< ReactionType > | reaction_ |
| Reaction model. | |
Class which represents phases with volumetric reactions. Returns the reaction rate and heat.
Definition at line 48 of file ReactingPhaseModel.H.
| ReactingPhaseModel | ( | const phaseSystem & | fluid, |
| const word & | phaseName, | ||
| const label | index ) |
Definition at line 28 of file ReactingPhaseModel.C.
References fluid, Foam::New(), and reaction_.

|
virtual |
Destructor.
Definition at line 43 of file ReactingPhaseModel.C.
|
virtual |
Correct the thermodynamics.
Definition at line 50 of file ReactingPhaseModel.C.
References reaction_.
|
virtual |
Return the species fraction equation.
Definition at line 60 of file ReactingPhaseModel.C.
References reaction_.
|
virtual |
|
protected |
Reaction model.
Definition at line 59 of file ReactingPhaseModel.H.
Referenced by correctThermo(), Qdot(), R(), and ReactingPhaseModel().