Bromley Class Reference

A correlation for boiling film modelling based on Bromley (1950) for boiling flows. More...

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

Public Member Functions

 TypeName ("Bromley")
 Runtime type information. More...
 
 Bromley (const dictionary &dict)
 Construct from a dictionary. More...
 
virtual ~Bromley ()=default
 Destructor. More...
 
virtual tmp< scalarFieldhtcFilmBoil (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const
 Calculate and return the film boiling correlation. More...
 
virtual void write (Ostream &os) const
 Write. More...
 
- Public Member Functions inherited from filmBoilingModel
 TypeName ("filmBoilingModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, filmBoilingModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction. More...
 
 filmBoilingModel ()=default
 Default construct. More...
 
virtual ~filmBoilingModel ()=default
 Destructor. More...
 
virtual tmp< scalarFieldhtcFilmBoil (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0
 Calculate and return the film boiling correlation. More...
 
virtual void write (Ostream &os) const
 Write. More...
 

Additional Inherited Members

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

Detailed Description

A correlation for boiling film modelling based on Bromley (1950) for boiling flows.

Reference:

    Bromley, L. A. (1950).
    Heat transfer in stable film boiling.
    Chemical Engineering Progress, 46, 221-227.
Usage
Example of the model specification:
filmBoilingModel
{
    // Mandatory entries
    type            Bromley;
    L               <scalar>;

    // Optional entries
    Cn              <scalar>;
    emissivity      <scalar>;
}

where the entries mean:

Property Description Type Reqd Deflt
type Type name: Bromley word yes -
L Characteristic length scale scalar yes -
Cn Coefficient for nucleation site density scalar no 0.62
emissivity Wall emissivity scalar no 1.0
Source files

Definition at line 116 of file Bromley.H.

Constructor & Destructor Documentation

◆ Bromley()

Bromley ( const dictionary dict)

Construct from a dictionary.

Definition at line 57 of file Bromley.C.

◆ ~Bromley()

virtual ~Bromley ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "Bromley"  )

Runtime type information.

◆ htcFilmBoil()

Foam::tmp< Foam::scalarField > htcFilmBoil ( const phaseModel liquid,
const phaseModel vapor,
const label  patchi,
const scalarField Tl,
const scalarField Tsatw,
const scalarField L 
) const
virtual

Calculate and return the film boiling correlation.

Implements filmBoilingModel.

Definition at line 72 of file Bromley.C.

References cells, basicThermo::Cp(), e, g, phaseModel::kappa(), L, Foam::mag(), Foam::max(), phaseModel::mu(), Foam::pow025(), Foam::pow3(), Foam::pow4(), tmp< T >::ref(), basicThermo::rhoEoS(), Foam::constant::physicoChemical::sigma, tCp, and phaseModel::thermo().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

Reimplemented from filmBoilingModel.

Definition at line 122 of file Bromley.C.

References os(), and ObukhovLength::write().

Here is the call graph for this function:

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