Go to the documentation of this file.
38 #ifndef CHFSubCoolModel_H
39 #define CHFSubCoolModel_H
45 #include "phaseModel.H"
virtual ~CHFSubCoolModel()
Destructor.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
const vector L(dict.get< vector >("L"))
A class for managing temporary objects.
virtual void write(Ostream &os) const
Critical heat flux (CHF) correlation.
TypeName("CHFSubCoolModel")
Runtime type information.
declareRunTimeSelectionTable(autoPtr, CHFSubCoolModel, dictionary,(const dictionary &dict),(dict))
Declare runtime construction.
static autoPtr< CHFSubCoolModel > New(const dictionary &dict)
Select null constructed.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
CHFSubCoolModel()
Construct null.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
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.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...