Go to the documentation of this file.
38 #ifndef MultiComponentPhaseModel_H
39 #define MultiComponentPhaseModel_H
41 #include "phaseModel.H"
52 template<
class BasePhaseModel>
53 class MultiComponentPhaseModel
81 const word& phaseName,
98 virtual bool pure()
const;
127 #include "MultiComponentPhaseModel.C"
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
dimensionedScalar residualAlpha_
virtual ~MultiComponentPhaseModel()=default
virtual const PtrList< volScalarField > & Y() const
virtual PtrList< volScalarField > & YRef()
MultiComponentPhaseModel(const phaseSystem &fluid, const word &phaseName)
UPtrList< volScalarField > YActive_
virtual bool pure() const
A list of pointers to objects of type <T>, without allocation/deallocation management of the pointers...
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
Generic dimensioned Type class.
virtual const UPtrList< volScalarField > & YActive() const
virtual tmp< fvScalarMatrix > YiEqn(volScalarField &Yi)
virtual void correctThermo()
word name(const expressions::valueTypeCode typeCode)
virtual UPtrList< volScalarField > & YActiveRef()
Class to represent a system of phases and model interfacial transfers between them.
Generic GeometricField class.