Cole Class Reference

Cole correlation for bubble departure frequency. More...

Inheritance diagram for Cole:
Collaboration diagram for Cole:

Public Member Functions

 TypeName ("Cole")
 Runtime type information. More...
 
 Cole (const dictionary &dict)
 Construct from a dictionary. More...
 
 Cole (const Cole &model)
 Copy construct. More...
 
virtual autoPtr< departureFrequencyModelclone () const
 Construct and return a clone. More...
 
virtual ~Cole ()
 Destructor. More...
 
virtual tmp< scalarFieldfDeparture (const phaseModel &liquid, const phaseModel &vapour, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L, const scalarField &dDep) const
 Calculate and return the bubble departure frequency. More...
 
virtual tmp< volScalarFieldfDeparture (const phaseModel &liquid, const phaseModel &vapour, const phaseModel &solid, const volScalarField &Tf, const volScalarField &Tsatw, const volScalarField &L, const volScalarField &dDep) const
 Calculate and return the bubble departure frequency. More...
 
template<class ScalarFieldType >
Foam::tmp< ScalarFieldType > calculate (const fvMesh &mesh, const ScalarFieldType &dDep, const ScalarFieldType &rhoLiquid, const ScalarFieldType &rhoVapour) const
 
- 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 ()
 Construct null. More...
 
 departureFrequencyModel (const departureFrequencyModel &model)
 Copy construct. More...
 
virtual ~departureFrequencyModel ()
 Destructor. More...
 
virtual void write (Ostream &os) const
 Write to stream. More...
 
void operator= (const departureFrequencyModel &)=delete
 Disallow default bitwise assignment. More...
 

Additional Inherited Members

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

Detailed Description

Cole correlation for bubble departure frequency.

Reference:

    Cole, R. (1960).
    A photographic study of pool boiling in the region of the critical heat
    flux.
    AIChE Journal, 6(4), 533-538.
Source files

Definition at line 60 of file Cole.H.

Constructor & Destructor Documentation

◆ Cole() [1/2]

Cole ( const dictionary dict)

Construct from a dictionary.

Definition at line 80 of file Cole.C.

Referenced by Cole::clone().

Here is the caller graph for this function:

◆ Cole() [2/2]

Cole ( const Cole model)

Copy construct.

Definition at line 89 of file Cole.C.

◆ ~Cole()

~Cole ( )
virtual

Destructor.

Definition at line 100 of file Cole.C.

Member Function Documentation

◆ TypeName()

TypeName ( "Cole"  )

Runtime type information.

◆ clone()

virtual autoPtr<departureFrequencyModel> clone ( ) const
inlinevirtual

Construct and return a clone.

Implements departureFrequencyModel.

Definition at line 92 of file Cole.H.

References Cole::Cole().

Here is the call graph for this function:

◆ fDeparture() [1/2]

Foam::tmp< Foam::scalarField > fDeparture ( const phaseModel liquid,
const phaseModel vapour,
const label  patchi,
const scalarField Tl,
const scalarField Tsatw,
const scalarField L,
const scalarField dDep 
) const
virtual

Calculate and return the bubble departure frequency.

Implements departureFrequencyModel.

Definition at line 107 of file Cole.C.

References Foam::fvPatchDistWave::calculate(), patchi, rhoThermo::rho(), liquid::rho(), and phaseModel::thermo().

Here is the call graph for this function:

◆ fDeparture() [2/2]

Foam::tmp< Foam::volScalarField > fDeparture ( const phaseModel liquid,
const phaseModel vapour,
const phaseModel solid,
const volScalarField Tf,
const volScalarField Tsatw,
const volScalarField L,
const volScalarField dDep 
) const
virtual

Calculate and return the bubble departure frequency.

Implements departureFrequencyModel.

Definition at line 130 of file Cole.C.

References Foam::fvPatchDistWave::calculate(), phaseModel::rho(), and liquid::rho().

Here is the call graph for this function:

◆ calculate()

Foam::tmp<ScalarFieldType> calculate ( const fvMesh mesh,
const ScalarFieldType &  dDep,
const ScalarFieldType &  rhoLiquid,
const ScalarFieldType &  rhoVapour 
) const

Definition at line 54 of file Cole.C.

References Foam::dimDensity, objectRegistry::lookupObject(), Foam::mag(), Foam::max(), and Foam::sqrt().

Here is the call graph for this function:

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