33template<
class ThermoType>
35Foam::reactingMixture<ThermoType>::reader()
43template<
class ThermoType>
44Foam::reactingMixture<ThermoType>::reactingMixture
60 this->reader()->speciesThermo(),
66 this->reader()->reactions()
70 this->reader()->specieComposition()
80template<
class ThermoType>
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
constexpr PtrList() noexcept
Simple extension of ReactionThermo to handle reaction kinetics in addition to the equilibrium thermod...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
constexpr autoPtr() noexcept
static autoPtr< chemistryReader< ThermoType > > New(Args &&... args)
Abstract class for reading chemistry.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
Foam::multiComponentMixture.
void read(const dictionary &)
Read dictionary.
virtual autoPtr< speciesCompositionTable > specieComposition() const
Table of species composition.
A class for handling words, derived from Foam::string.
const dictionary & thermoDict
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh > > &tf1, const word &name, const dimensionSet &dimensions, const bool initCopy=false)
Global function forwards to reuseTmpDimensionedField::New.
hashedWordList speciesTable
A table of species as a hashedWordList.