52 namespace wallBoilingModels
54 namespace departureFrequencyModels
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("Cole")
Runtime type information.
Base class for bubble departure frequency models.
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
Calculate and return the bubble departure frequency.
Cole correlation for bubble departure frequency.
virtual autoPtr< departureFrequencyModel > clone() const
Construct and return a clone.
Cole(const dictionary &dict)
Construct from a dictionary.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
virtual ~Cole()
Destructor.