38#ifndef CHFSubCoolModel_H
39#define CHFSubCoolModel_H
45#include "phaseModel.H"
51namespace wallBoilingModels
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
A class for managing temporary objects.
CHFSubCoolModel()=default
Default construct.
TypeName("CHFSubCoolModel")
Runtime type information.
virtual tmp< scalarField > CHFSubCool(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0
Calculate temperature.
static autoPtr< CHFSubCoolModel > New(const dictionary &dict)
Select default constructed.
declareRunTimeSelectionTable(autoPtr, CHFSubCoolModel, dictionary,(const dictionary &dict),(dict))
Declare runtime construction.
virtual ~CHFSubCoolModel()=default
Destructor.
OBJstream os(runTime.globalPath()/outputName)
Macros to ease declaration of run-time selection tables.
#define declareRunTimeSelectionTable(ptrWrapper, baseType, argNames, argList, parList)
Declare a run-time selection (variables and adder classes)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.
const vector L(dict.get< vector >("L"))