31 template<
class BasePhaseModel>
34 const phaseSystem&
fluid,
35 const word& phaseName,
39 BasePhaseModel(fluid, phaseName, index)
45 template<
class BasePhaseModel>
52 template<
class BasePhaseModel>
59 return tmp<fvScalarMatrix>
66 template<
class BasePhaseModel>
70 return tmp<volScalarField>
InertPhaseModel(const phaseSystem &fluid, const word &phaseName, const label index)
fvMatrix< scalar > fvScalarMatrix
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual ~InertPhaseModel()
Destructor.
const dimensionSet dimVolume(pow3(dimLength))
virtual tmp< volScalarField > Qdot() const
Return the heat release rate.
static word groupName(Name name, const word &group)
word name(const complex &)
Return a string representation of a complex.
const dimensionSet dimEnergy
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
virtual tmp< fvScalarMatrix > R(volScalarField &Yi) const
Return the fuel consumption rate matrix.
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
const dimensionSet dimMass(1, 0, 0, 0, 0, 0, 0)
A class for managing temporary objects.