Go to the documentation of this file.
36 const thermoIncompressibleTwoPhaseMixture&
thermo,
44 "phaseChangeProperties",
45 mesh.time().constant(),
53 const word modelType(
dict.get<word>(
"phaseChangeTwoPhaseModel"));
55 Info<<
"Selecting phaseChange model " << modelType <<
endl;
57 auto* ctorPtr = componentsConstructorTable(modelType);
64 "temperaturePhaseChangeTwoPhaseMixture",
66 *componentsConstructorTablePtr_
71 autoPtr<temperaturePhaseChangeTwoPhaseMixture>
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
IOobject(const IOobject &)=default
Ostream & endl(Ostream &os)
static autoPtr< temperaturePhaseChangeTwoPhaseMixture > New(const thermoIncompressibleTwoPhaseMixture &mixture, const fvMesh &mesh)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
IOdictionary(const IOobject &io, const dictionary *fallback=nullptr)
errorManipArg< error, int > exit(error &err, const int errNo=1)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.