Go to the documentation of this file.
38 #ifndef basicMultiComponentMixture_H
39 #define basicMultiComponentMixture_H
72 TypeName(
"basicMultiComponentMixture");
PtrList< volScalarField > & Y()
Return the mass-fraction fields.
A class for handling words, derived from string.
basicMultiComponentMixture basicMixtureType
The base class of the mixture.
virtual ~basicMultiComponentMixture()
Destructor.
const speciesTable & species() const
Return the table of species.
TypeName("basicMultiComponentMixture")
Run time type information.
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...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
bool contains(const word &specieName) const
Does the mixture include this specie?
PtrList< volScalarField > Y_
Species mass fractions.
speciesTable species_
Table of specie names.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
basicMultiComponentMixture(const dictionary &, const wordList &specieNames, const fvMesh &, const word &)
Construct from dictionary, species names, mesh and phase name.
Generic GeometricField class.