Cole correlation for bubble departure frequency. More...
Public Member Functions | |
TypeName ("Cole") | |
Runtime type information. More... | |
Cole (const dictionary &dict) | |
Construct from a dictionary. More... | |
virtual | ~Cole () |
Destructor. More... | |
virtual tmp< scalarField > | fDeparture (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &dDep) const |
Calculate and return the bubble departure frequency. More... | |
![]() | |
TypeName ("departureFrequencyModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, departureFrequencyModel, dictionary,(const dictionary &dict),(dict)) | |
Declare runtime construction. More... | |
departureFrequencyModel () | |
Construct null. More... | |
virtual | ~departureFrequencyModel () |
Destructor. More... | |
virtual void | write (Ostream &os) const |
Additional Inherited Members | |
![]() | |
static autoPtr< departureFrequencyModel > | New (const dictionary &dict) |
Select null constructed. More... | |
Cole correlation for bubble departure frequency.
Cole, R. (1960). A photographic study of pool boiling in the region of the critical heat flux. AIChE Journal, 6(4), 533-538.
Cole | ( | const dictionary & | dict | ) |
Construct from a dictionary.
|
virtual |
Destructor.
TypeName | ( | "Cole" | ) |
Runtime type information.
|
virtual |
Calculate and return the bubble departure frequency.
Implements departureFrequencyModel.