36 #ifndef ReactingPhaseModel_H
37 #define ReactingPhaseModel_H
46 class combustionModel;
52 template<
class BasePhaseModel>
72 const word& phaseName,
73 const bool referencePhase,
Generic GeometricField class.
Class which represents phases with volumetric reactions. Returns the reaction rate and heat.
virtual void correctReactions()
Correct the reaction rates.
ReactingPhaseModel(const phaseSystem &fluid, const word &phaseName, const bool referencePhase, const label index)
virtual ~ReactingPhaseModel()
Destructor.
autoPtr< combustionModel > reaction_
Reaction model.
virtual tmp< volScalarField > Qdot() const
Return heat release rate.
virtual tmp< fvScalarMatrix > R(volScalarField &Yi) const
Return the fuel consumption rate matrix.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Class to represent a system of phases and model interfacial transfers between them.
A class for managing temporary objects.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.