Go to the documentation of this file.
38 #ifndef PurePhaseModel_H
39 #define PurePhaseModel_H
56 template<
class BasePhaseModel,
class phaseThermo>
105 virtual const phaseThermo&
thermo()
const;
108 virtual phaseThermo&
thermo();
119 # include "PurePhaseModel.C"
autoPtr< phaseThermo > thermoPtr_
PurePhaseModel(const phaseSystem &fluid, const word &phaseName)
A class for handling words, derived from Foam::string.
PtrList< volScalarField > Y_
virtual void solveYi(PtrList< volScalarField::Internal > &, PtrList< volScalarField::Internal > &)
Forward declarations of fvMatrix specializations.
virtual const phaseThermo & thermo() const
virtual const PtrList< volScalarField > & Y() const
virtual ~PurePhaseModel()=default
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.
Class which represents pure phases, i.e. without any species. Returns an empty list of mass fractions...