A correlation for bubble departure frequency modelling based on Cole (1960) for boiling flows. More...
#include <Cole.H>


Public Member Functions | |
| TypeName ("Cole") | |
| Runtime type information. | |
| Cole (const dictionary &dict) | |
| Construct from a dictionary. | |
| virtual | ~Cole ()=default |
| Destructor. | |
| virtual tmp< scalarField > | fDeparture (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &dDep) const |
| Calculate and return the bubble departure frequency. | |
| Public Member Functions inherited from departureFrequencyModel | |
| TypeName ("departureFrequencyModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, departureFrequencyModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. | |
| departureFrequencyModel ()=default | |
| Default construct. | |
| virtual | ~departureFrequencyModel ()=default |
| Destructor. | |
| virtual void | write (Ostream &os) const |
| Write. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from departureFrequencyModel | |
| static autoPtr< departureFrequencyModel > | New (const dictionary &dict) |
| Select default constructed. | |
A correlation for bubble departure frequency modelling based on Cole (1960) for boiling flows.
Reference:
Cole, R. (1960).
A photographic study of pool boiling
in the region of the critical heat flux.
AIChE Journal, 6(4), 533-538.
DOI:10.1002/aic.690060405
departureFrequencyModel
{
// Mandatory entries
type Cole;
}
where the entries mean:
| Property | Description | Type | Reqd | Deflt |
|---|---|---|---|---|
type | Type name: Cole | word | yes | - |
| Cole | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 51 of file Cole.C.
References departureFrequencyModel::departureFrequencyModel(), and dict.

|
virtualdefault |
Destructor.
| TypeName | ( | "Cole" | ) |
Runtime type information.
References dict.
|
virtual |
Calculate and return the bubble departure frequency.
Implements departureFrequencyModel.
Definition at line 61 of file Cole.C.
References g, Foam::mag(), Foam::max(), liquid::rho(), rhoThermo::rho(), Foam::sqrt(), and phaseModel::thermo().
