Go to the documentation of this file.
64 const word& specieName
67 return Y_[species_[specieName]];
73 const word& specieName
76 return Y_[species_[specieName]];
82 const word& specieName
85 return species_.contains(specieName);
PtrList< volScalarField > & Y()
Return the mass-fraction fields.
A class for handling words, derived from string.
const speciesTable & species() const
Return the table of species.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A wordList with hashed indices for faster lookup by name.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
bool contains(const word &specieName) const
Does the mixture include this specie?
speciesTable species_
Table of specie names.
Generic GeometricField class.