Loading...
Searching...
No Matches
Cole Class Reference

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

#include <Cole.H>

Inheritance diagram for Cole:
Collaboration diagram for Cole:

Public Member Functions

 TypeName ("Cole")
 Runtime type information.
 Cole (const dictionary &dict)
 Construct from a dictionary.
virtual ~Cole ()=default
 Destructor.
virtual tmp< scalarFieldfDeparture (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< departureFrequencyModelNew (const dictionary &dict)
 Select default constructed.

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 89 of file Cole.H.

Constructor & Destructor Documentation

◆ Cole()

Cole ( const dictionary & dict)

Construct from a dictionary.

Definition at line 51 of file Cole.C.

References departureFrequencyModel::departureFrequencyModel(), and dict.

Here is the call graph for this function:

◆ ~Cole()

virtual ~Cole ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "Cole" )

Runtime type information.

References dict.

◆ 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 61 of file Cole.C.

References g, Foam::mag(), Foam::max(), liquid::rho(), rhoThermo::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:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/departureFrequencyModels/Cole/Cole.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/departureFrequencyModels/Cole/Cole.C