Go to the documentation of this file.
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>
61 return tmp<fvScalarMatrix>();
65 template<
class BasePhaseModel>
73 template<
class BasePhaseModel>
A class for managing temporary objects.
virtual tmp< fvScalarMatrix > YiEqn(volScalarField &Yi)
Return the species fraction equation.
virtual const PtrList< volScalarField > & Y() const
Return the species mass fractions.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
GeometricField< scalar, fvPatchField, volMesh > volScalarField
PurePhaseModel(const phaseSystem &fluid, const word &phaseName, const label index)
virtual ~PurePhaseModel()
Destructor.