36 #ifndef departureFrequencyModel_H 37 #define departureFrequencyModel_H 43 #include "phaseModel.H" 49 namespace wallBoilingModels
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
declareRunTimeSelectionTable(autoPtr, departureFrequencyModel, 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 tmp< scalarField > fDeparture(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L, const scalarField &dDep) const =0
Calculate and return the bubble departure frequency.
void operator=(const departureFrequencyModel &)=delete
Disallow default bitwise assignment.
Base class for bubble departure frequency models.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual autoPtr< departureFrequencyModel > clone() const =0
Construct and return a clone.
departureFrequencyModel()
Construct null.
static autoPtr< departureFrequencyModel > New(const dictionary &dict)
Select null constructed.
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.
virtual ~departureFrequencyModel()
Destructor.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
TypeName("departureFrequencyModel")
Runtime type information.