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< volScalarField::Internal > | R (const label speciei) const |
| Return the consumption rate for a specie. More... | |
| virtual tmp< fvScalarMatrix > | R (volScalarField &Yi) const |
| Return consumption rate matrix for a specie. 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 35 of file ReactingPhaseModel.C.
|
virtual |
Destructor.
Definition at line 51 of file ReactingPhaseModel.C.
|
virtual |
Correct the reaction rates.
Definition at line 58 of file ReactingPhaseModel.C.
|
virtual |
Return the consumption rate for a specie.
Definition at line 68 of file ReactingPhaseModel.C.
|
virtual |
Return consumption rate matrix for a specie.
Definition at line 76 of file ReactingPhaseModel.C.
|
virtual |
Return heat release rate.
Definition at line 84 of file ReactingPhaseModel.C.
|
protected |
Reaction model.
Definition at line 61 of file ReactingPhaseModel.H.