108 const word& specieName
111 return Y_[species_.find(specieName)];
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
const List< bool > & active() const
Return the bool list of active species.
List< bool > active_
List of specie active flags.
void setActive(label speciei)
Set speciei active.
const speciesTable & species() const
Return the table of species.
void setInactive(label speciei)
Set speciei inactive.
speciesTable species_
Table of specie names.
PtrList< volScalarField > & Y()
Return the mass-fraction fields.
PtrList< volScalarField > Y_
Species mass fractions.
bool contains(const word &specieName) const
Does the mixture include this specie?
A class for handling words, derived from Foam::string.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
hashedWordList speciesTable
A table of species as a hashedWordList.