Go to the documentation of this file.
37 #ifndef temperaturePhaseChangeTwoPhaseMixture_H
38 #define temperaturePhaseChangeTwoPhaseMixture_H
87 TypeName(
"temperaturePhaseChangeTwoPhaseMixture");
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
const thermoIncompressibleTwoPhaseMixture & mixture_
virtual Pair< tmp< volScalarField > > vDotAlphal() const
declareRunTimeSelectionTable(autoPtr, temperaturePhaseChangeTwoPhaseMixture, components,(const thermoIncompressibleTwoPhaseMixture &mixture, const fvMesh &mesh),(mixture, mesh))
A class for managing temporary objects.
virtual ~temperaturePhaseChangeTwoPhaseMixture()=default
virtual Pair< tmp< volScalarField > > vDot() const
static autoPtr< temperaturePhaseChangeTwoPhaseMixture > New(const thermoIncompressibleTwoPhaseMixture &mixture, const fvMesh &mesh)
A special matrix type and solver, designed for finite volume solutions of scalar equations.
virtual Pair< tmp< volScalarField > > mDotDeltaT() const =0
virtual Pair< tmp< volScalarField > > mDotAlphal() const =0
void operator=(const temperaturePhaseChangeTwoPhaseMixture &)=delete
virtual Pair< tmp< volScalarField > > mDot() const =0
virtual tmp< fvScalarMatrix > TSource() const =0
temperaturePhaseChangeTwoPhaseMixture(const temperaturePhaseChangeTwoPhaseMixture &)=delete
Mesh data needed to do the Finite Volume discretisation.
A two-phase incompressible transportModel.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
An ordered pair of two objects of type <T> with first() and second() elements.
Macros to ease declaration of run-time selection tables.
TypeName("temperaturePhaseChangeTwoPhaseMixture")