35 #ifndef multiComponentMixture_H 36 #define multiComponentMixture_H 51 template<
class ThermoType>
110 return specieThermos_;
119 return specieThermos_[speciei];
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 list of keyword definitions, which are a keyword followed by any number of values (e...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
const ThermoType & specieThermo(const label speciei) const
Return thermo based on index.
Specialisation of basicMixture for a mixture consisting of a number for molecular species...
virtual ~multiComponentMixture()
Destructor.
const PtrList< ThermoType > & specieThermos() const
Return the raw specie thermodynamic data.
A class for handling words, derived from string.
Foam::multiComponentMixture.
ThermoType thermoType
The type of thermodynamics this mixture is instantiated for.
Mesh data needed to do the Finite Volume discretisation.
const List< specieElement > & specieComposition(const label speciei) const
Return composition based on index.
multiComponentMixture(const dictionary &, const fvMesh &, const word &)
Construct from dictionary, mesh and phase name.
void read(const dictionary &)
Read dictionary.