35 #ifndef multicomponentMixture_H
36 #define multicomponentMixture_H
50 template<
class ThermoType>
109 return specieThermos_;
115 return specieThermos_[speciei];
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
A wordList with hashed indices for faster lookup by name.
Foam::multicomponentMixture.
const ThermoType & specieThermo(const label speciei) const
Return thermo based on index.
const List< specieElement > & specieComposition(const label speciei) const
Return composition based on index.
ThermoType thermoType
The type of thermodynamics this mixture is instantiated for.
const boolList & speciesActive() const
Access the specie active flags.
multicomponentMixture(const dictionary &)
Construct from a dictionary.
void read(const dictionary &)
Read dictionary.
const speciesTable & species() const
Return the table of species.
const PtrList< ThermoType > & specieThermos() const
Return the raw specie thermodynamic data.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.