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