Cole Class Reference

A correlation for bubble departure frequency modelling based on Cole (1960) for boiling flows. More...

Inheritance diagram for Cole:
[legend]
Collaboration diagram for Cole:
[legend]

Public Member Functions

 TypeName ("Cole")
 Runtime type information. More...
 
 Cole (const dictionary &dict)
 Construct from a dictionary. More...
 
virtual ~Cole ()=default
 Destructor. More...
 
virtual tmp< scalarFieldfDeparture (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &dDep) const
 Calculate and return the bubble departure frequency. More...
 
- Public Member Functions inherited from departureFrequencyModel
 TypeName ("departureFrequencyModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, departureFrequencyModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction. More...
 
 departureFrequencyModel ()=default
 Default construct. More...
 
virtual ~departureFrequencyModel ()=default
 Destructor. More...
 
virtual tmp< scalarFieldfDeparture (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &dDep) const =0
 Calculate and return the bubble departure frequency. More...
 
virtual void write (Ostream &os) const
 Write. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from departureFrequencyModel
static autoPtr< departureFrequencyModelNew (const dictionary &dict)
 Select default constructed. More...
 

Detailed Description

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
Usage
Example of the model specification:
departureFrequencyModel
{
    // Mandatory entries
    type            Cole;
}

where the entries mean:

Property Description Type Reqd Deflt
type Type name: Cole word yes -
Source files

Definition at line 93 of file Cole.H.

Constructor & Destructor Documentation

◆ Cole()

Cole ( const dictionary dict)

Construct from a dictionary.

Definition at line 58 of file Cole.C.

◆ ~Cole()

virtual ~Cole ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "Cole"  )

Runtime type information.

◆ fDeparture()

Foam::tmp< Foam::scalarField > fDeparture ( const phaseModel liquid,
const phaseModel vapor,
const label  patchi,
const scalarField dDep 
) const
virtual

Calculate and return the bubble departure frequency.

Implements departureFrequencyModel.

Definition at line 68 of file Cole.C.

References g, Foam::mag(), Foam::max(), rhoThermo::rho(), liquid::rho(), Foam::sqrt(), and phaseModel::thermo().

Here is the call graph for this function:

The documentation for this class was generated from the following files: