33template<
class ReactionThermo,
class ThermoType>
42template<
class ReactionThermo,
class ThermoType>
50template<
class ReactionThermo,
class ThermoType>
58template<
class ReactionThermo,
class ThermoType>
66template<
class ReactionThermo,
class ThermoType>
74template<
class ReactionThermo,
class ThermoType>
82template<
class ReactionThermo,
class ThermoType>
90template<
class ReactionThermo,
class ThermoType>
98template<
class ReactionThermo,
class ThermoType>
108template<
class ReactionThermo,
class ThermoType>
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
const PtrList< ThermoType > & specieThermo() const
Thermodynamic data of the species.
PtrList< volScalarField::Internal > & RR()
Write access to chemical source terms.
const PtrList< ThermoType > & specieThermo_
Thermodynamic data of the species.
label nSpecie_
Number of species.
const PtrList< Reaction< ThermoType > > & reactions_
Reactions.
virtual label nReaction() const
The number of reactions.
scalar Treact() const
Temperature below which the reaction rates are assumed 0.
scalar Treact_
Temperature below which the reaction rates are assumed 0.
virtual label nEqns() const
Number of ODE's to solve.
PtrList< volScalarField::Internal > RR_
List of reaction rate per specie [kg/m3/s].
virtual label nSpecie() const
The number of species.
label nReaction_
Number of reactions.
const PtrList< Reaction< ThermoType > > & reactions() const
The reactions.