Go to the documentation of this file.
38 #ifndef MultiComponentPhaseModel_H
39 #define MultiComponentPhaseModel_H
41 #include "phaseModel.H"
55 template<
class BasePhaseModel,
class phaseThermo>
115 virtual const phaseThermo&
thermo()
const;
118 virtual phaseThermo&
thermo();
148 # include "MultiComponentPhaseModel.C"
autoPtr< phaseThermo > thermoPtr_
A class for handling words, derived from Foam::string.
virtual void solveYi(PtrList< volScalarField::Internal > &, PtrList< volScalarField::Internal > &)
virtual ~MultiComponentPhaseModel()=default
virtual const PtrList< volScalarField > & Y() const
Class which represents a phase with multiple species. Returns the species' mass fractions,...
virtual const phaseThermo & thermo() const
void calculateMassFractions()
MultiComponentPhaseModel(const phaseSystem &fluid, const word &phaseName)
A wordList with hashed named lookup, which can be faster in some situations than using the normal lis...
PtrList< volScalarField > X_
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
Class to represent a system of phases and model interfacial transfers between them.
void calculateVolumeFractions()
const hashedWordList & species() const