Go to the documentation of this file.
36 #ifndef InertPhaseModel_H
37 #define InertPhaseModel_H
39 #include "phaseModel.H"
50 template<
class BasePhaseModel>
62 const word& phaseName,
virtual tmp< fvScalarMatrix > R(volScalarField &Yi) const
Return the fuel consumption rate matrix.
A class for handling words, derived from string.
Class which represents an inert phase, with no reactions. Returns zero reaction rate and heat.
A class for managing temporary objects.
InertPhaseModel(const phaseSystem &fluid, const word &phaseName, const label index)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual tmp< volScalarField > Sh() const
Return the reaction heat source.
virtual ~InertPhaseModel()
Destructor.
Class to represent a system of phases and model interfacial transfers between them.
Generic GeometricField class.