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.
Base class for critical heat flux (CHF) correlation models for boiling flows.
declareRunTimeSelectionTable(autoPtr, CHFModel, dictionary,(const dictionary &dict),(dict))
Declare runtime construction.
virtual ~CHFModel()=default
Destructor.
TypeName("CHFModel")
Runtime type information.
CHFModel()=default
Default construct.
virtual tmp< scalarField > CHF(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0
Calculate temperature.
static autoPtr< CHFModel > New(const dictionary &dict)
Select default constructed.
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"))