Class which represents an inert phase, with no reactions. Returns zero reaction rate and heat. More...


Public Member Functions | |
| InertPhaseModel (const phaseSystem &fluid, const word &phaseName, const bool referencePhase, const label index) | |
| virtual | ~InertPhaseModel () |
| Destructor. More... | |
| virtual tmp< fvScalarMatrix > | R (volScalarField &Yi) const |
| Return the fuel consumption rate matrix. More... | |
| virtual tmp< volScalarField > | Qdot () const |
| Return the heat release rate. More... | |
Class which represents an inert phase, with no reactions. Returns zero reaction rate and heat.
Definition at line 50 of file InertPhaseModel.H.
| InertPhaseModel | ( | const phaseSystem & | fluid, |
| const word & | phaseName, | ||
| const bool | referencePhase, | ||
| const label | index | ||
| ) |
Definition at line 32 of file InertPhaseModel.C.
|
virtual |
Destructor.
Definition at line 47 of file InertPhaseModel.C.
|
virtual |
Return the fuel consumption rate matrix.
Definition at line 55 of file InertPhaseModel.C.
References Foam::dimMass, and Foam::dimTime.
|
virtual |
Return the heat release rate.
Definition at line 69 of file InertPhaseModel.C.
References Foam::dimEnergy, Foam::dimTime, Foam::dimVolume, IOobject::groupName(), Foam::name(), and GeometricField< Type, PatchField, GeoMesh >::New().
