Go to the documentation of this file.
36 #ifndef ReactingPhaseModel_H
37 #define ReactingPhaseModel_H
39 #include "phaseModel.H"
50 template<
class BasePhaseModel,
class ReactionType>
70 const word& phaseName,
A class for handling words, derived from string.
A class for managing temporary objects.
Class which represents phases with volumetric reactions. Returns the reaction rate and heat.
virtual void correctThermo()
Correct the thermodynamics.
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< fvScalarMatrix > R(volScalarField &Yi) const
Return the species fraction equation.
virtual ~ReactingPhaseModel()
Destructor.
Class to represent a system of phases and model interfacial transfers between them.
virtual tmp< volScalarField > Sh() const
Return the reacton heat source.
ReactingPhaseModel(const phaseSystem &fluid, const word &phaseName, const label index)
Generic GeometricField class.
autoPtr< ReactionType > reaction_
Reaction model.