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 bool referencePhase, const label index) | |
| virtual | ~ReactingPhaseModel () |
| Destructor. More... | |
| virtual void | correctReactions () |
| Correct the reaction rates. More... | |
| virtual tmp< fvScalarMatrix > | R (volScalarField &Yi) const |
| Return the fuel consumption rate matrix. More... | |
| virtual tmp< volScalarField > | Qdot () const |
| Return heat release rate. More... | |
Protected Attributes | |
| autoPtr< combustionModel > | 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 bool | referencePhase, | ||
| const label | index | ||
| ) |
Definition at line 34 of file ReactingPhaseModel.C.
|
virtual |
Destructor.
Definition at line 50 of file ReactingPhaseModel.C.
|
virtual |
Correct the reaction rates.
Definition at line 57 of file ReactingPhaseModel.C.
|
virtual |
Return the fuel consumption rate matrix.
Definition at line 66 of file ReactingPhaseModel.C.
|
virtual |
Return heat release rate.
Definition at line 77 of file ReactingPhaseModel.C.
|
protected |
Reaction model.
Definition at line 61 of file ReactingPhaseModel.H.