Go to the documentation of this file.
35 #ifndef multiComponentMixture_H
36 #define multiComponentMixture_H
50 template<
class ThermoType>
const ThermoType & constructSpeciesData(const dictionary &thermoDict)
Construct the species data from the given dictionary and return the.
void read(const dictionary &)
Read dictionary.
A class for handling words, derived from string.
Specialization of basicMultiComponentMixture for a mixture consisting of a number for molecular speci...
const ThermoType & patchFaceVolMixture(const scalar p, const scalar T, const label patchi, const label facei) const
virtual ~multiComponentMixture()
Destructor.
multiComponentMixture(const multiComponentMixture< ThermoType > &)
Construct as copy (not implemented)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
Foam::multiComponentMixture.
ThermoType mixture_
Temporary storage for the cell/face mixture thermo data.
const PtrList< ThermoType > & speciesData() const
Return the raw specie thermodynamic data.
const ThermoType & patchFaceMixture(const label patchi, const label facei) const
A list of keyword definitions, which are a keyword followed by any number of values (e....
ThermoType mixtureVol_
Temporary storage for the volume weighted.
Mesh data needed to do the Finite Volume discretisation.
const ThermoType & cellMixture(const label celli) const
void correctMassFractions()
Correct the mass fractions to sum to 1.
PtrList< ThermoType > speciesData_
Species data.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
const ThermoType & getLocalThermo(const label speciei) const
Return thermo based on index.
const ThermoType & cellVolMixture(const scalar p, const scalar T, const label celli) const
ThermoType thermoType
The type of thermodynamics this mixture is instantiated for.