Public Member Functions | List of all members
Bromley Class Reference

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

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

Public Member Functions

 TypeName ("Bromley")
 
 Bromley (const dictionary &dict)
 
virtual ~Bromley ()=default
 
virtual tmp< scalarFieldhtcFilmBoil (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const
 
virtual void write (Ostream &os) const
 
- Public Member Functions inherited from filmBoilingModel
 TypeName ("filmBoilingModel")
 
 declareRunTimeSelectionTable (autoPtr, filmBoilingModel, dictionary,(const dictionary &dict),(dict))
 
 filmBoilingModel ()=default
 
virtual ~filmBoilingModel ()=default
 

Additional Inherited Members

- Static Public Member Functions inherited from filmBoilingModel
static autoPtr< filmBoilingModelNew (const dictionary &dict)
 

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 112 of file Bromley.H.

Constructor & Destructor Documentation

◆ Bromley()

Bromley ( const dictionary dict)

Definition at line 51 of file Bromley.C.

◆ ~Bromley()

virtual ~Bromley ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "Bromley"  )

◆ 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

◆ write()

void write ( Ostream os) const
virtual

Reimplemented from filmBoilingModel.

Definition at line 116 of file Bromley.C.

References os(), and Foam::vtk::write().

Here is the call graph for this function:

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