Class which represents an inert phase, with no reactions. Returns zero reaction rate and heat. More...
#include <InertPhaseModel.H>


Public Member Functions | |
| InertPhaseModel (const phaseSystem &fluid, const word &phaseName, const label index) | |
| virtual | ~InertPhaseModel () |
| Destructor. | |
| virtual tmp< fvScalarMatrix > | R (volScalarField &Yi) const |
| Return the fuel consumption rate matrix. | |
| virtual tmp< volScalarField > | Qdot () const |
| Return the heat release rate. | |
Class which represents an inert phase, with no reactions. Returns zero reaction rate and heat.
Definition at line 48 of file InertPhaseModel.H.
| InertPhaseModel | ( | const phaseSystem & | fluid, |
| const word & | phaseName, | ||
| const label | index ) |
Definition at line 27 of file InertPhaseModel.C.
References fluid.
|
virtual |
Destructor.
Definition at line 41 of file InertPhaseModel.C.
|
virtual |
Return the fuel consumption rate matrix.
Definition at line 49 of file InertPhaseModel.C.
References Foam::dimMass, Foam::dimTime, and tmp< T >::New().

|
virtual |
Return the heat release rate.
Definition at line 60 of file InertPhaseModel.C.
References Foam::dimEnergy, Foam::dimTime, Foam::dimVolume, IOobject::groupName(), mesh, name, and GeometricField< scalar, fvPatchField, volMesh >::New().
