35 #ifndef multicomponentMixture_H
36 #define multicomponentMixture_H
50 template<
class ThermoType>
105 return specieThermos_;
111 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 keyword definitions, which are a keyword followed by any number of values (e....
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.
multicomponentMixture(const dictionary &)
Construct from a dictionary.
void read(const dictionary &)
Read dictionary.
virtual ~multicomponentMixture()
Destructor.
const PtrList< ThermoType > & specieThermos() const
Return the raw specie thermodynamic data.
wordList specieNames() const
Return the specie names.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.