52 namespace wallBoilingModels
54 namespace departureFrequencyModels
68 template<
class ScalarFieldType>
72 const ScalarFieldType& dDep,
73 const ScalarFieldType& rhoLiquid,
74 const ScalarFieldType& rhoVapour
Generic GeometricField class.
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....
Mesh data needed to do the Finite Volume discretisation.
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 frequency models.
Cole correlation for bubble departure frequency.
virtual tmp< scalarField > fDeparture(const phaseModel &liquid, const phaseModel &vapour, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L, const scalarField &dDep) const
Calculate and return the bubble departure frequency.
virtual ~Cole()
Destructor.
TypeName("Cole")
Runtime type information.
virtual autoPtr< departureFrequencyModel > clone() const
Construct and return a clone.
Cole(const dictionary &dict)
Construct from a dictionary.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.