30 template<
class ThermoType>
38 template<
class ThermoType>
46 template<
class ThermoType>
50 return specieThermos_;
54 template<
class ThermoType>
57 return reactions_.size();
61 template<
class ThermoType>
67 return reactions_[reactioni].name();
71 template<
class ThermoType>
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
const PtrList< ThermoType > & specieThermos() const
Thermodynamic data of the species.
virtual label nReaction() const
The number of reactions.
const multicomponentMixture< ThermoType > & mixture() const
Return reference to the mixture.
virtual const word & reactionName(const label reactioni) const
Return the name of reactioni.
const PtrList< Reaction< ThermoType > > & reactions() const
The reactions.
virtual const PtrList< volScalarField::Internal > & RR() const
Return reaction rates of the species [kg/m^3/s].
Foam::multicomponentMixture.
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.