31 template<
class BasePhaseModel>
34 const phaseSystem&
fluid,
35 const word& phaseName,
36 const bool referencePhase,
40 BasePhaseModel(fluid, phaseName, referencePhase, index)
46 template<
class BasePhaseModel>
53 template<
class BasePhaseModel>
60 return tmp<fvScalarMatrix>
67 template<
class BasePhaseModel>
fvMatrix< scalar > fvScalarMatrix
FvWallInfoData< WallInfo, label > label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
static tmp< GeometricField< scalar, fvPatchField, volMesh > > New(const word &name, const Internal &, const PtrList< fvPatchField< scalar >> &)
Return a temporary field constructed from name,.
InertPhaseModel(const phaseSystem &fluid, const word &phaseName, const bool referencePhase, const label index)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual ~InertPhaseModel()
Destructor.
const dimensionSet dimTime
virtual tmp< volScalarField > Qdot() const
Return the heat release rate.
static word groupName(Name name, const word &group)
const dimensionSet dimEnergy
const dimensionSet dimMass
word name(const complex &)
Return a string representation of a complex.
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 dimVolume
A class for managing temporary objects.