Loading...
Searching...
No Matches
Bromley Class Reference

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

#include <Bromley.H>

Inheritance diagram for Bromley:
Collaboration diagram for Bromley:

Public Member Functions

 TypeName ("Bromley")
 Runtime type information.
 Bromley (const dictionary &dict)
 Construct from a dictionary.
virtual ~Bromley ()=default
 Destructor.
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.
virtual void write (Ostream &os) const
 Write.
Public Member Functions inherited from filmBoilingModel
 TypeName ("filmBoilingModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, filmBoilingModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction.
 filmBoilingModel ()=default
 Default construct.
virtual ~filmBoilingModel ()=default
 Destructor.

Additional Inherited Members

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

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)

Construct from a dictionary.

Definition at line 50 of file Bromley.C.

References dict, and filmBoilingModel::filmBoilingModel().

Here is the call graph for this function:

◆ ~Bromley()

virtual ~Bromley ( )
virtualdefault

Destructor.

References L, and os().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "Bromley" )

Runtime type information.

References dict.

◆ 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 65 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 115 of file Bromley.C.

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

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/filmBoilingModels/Bromley/Bromley.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/filmBoilingModels/Bromley/Bromley.C