36 #ifndef departureDiameterModel_H
37 #define departureDiameterModel_H
46 namespace wallBoilingModels
Generic GeometricField class.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
A class for managing temporary objects.
Base class for bubble departure diameter models.
declareRunTimeSelectionTable(autoPtr, departureDiameterModel, dictionary,(const dictionary &dict),(dict))
Declare runtime construction.
void operator=(const departureDiameterModel &)=delete
Disallow default bitwise assignment.
virtual tmp< scalarField > dDeparture(const phaseModel &liquid, const phaseModel &vapour, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0
Calculate and return the departure diameter field for a wall patch.
virtual void write(Ostream &os) const
Write to stream.
static autoPtr< departureDiameterModel > New(const dictionary &dict)
Select null constructed.
departureDiameterModel()
Construct null.
virtual ~departureDiameterModel()
Destructor.
TypeName("departureDiameterModel")
Runtime type information.
virtual autoPtr< departureDiameterModel > clone() const =0
Construct and return a clone.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Macros to ease declaration of run-time selection tables.