Go to the documentation of this file.
37 #ifndef filmBoilingModel_H
38 #define filmBoilingModel_H
44 #include "phaseModel.H"
50 namespace wallBoilingModels
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.
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
TypeName("filmBoilingModel")
Generic templated field type.
virtual tmp< scalarField > htcFilmBoil(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0
virtual ~filmBoilingModel()=default
static autoPtr< filmBoilingModel > New(const dictionary &dict)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
filmBoilingModel()=default
declareRunTimeSelectionTable(autoPtr, filmBoilingModel, dictionary,(const dictionary &dict),(dict))
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual void write(Ostream &os) const
Macros to ease declaration of run-time selection tables.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...