A correlation for boiling film modelling based on Bromley (1950) for boiling flows. More...
#include <Bromley.H>


Public Member Functions | |
| TypeName ("Bromley") | |
| Runtime type information. | |
| Bromley (const dictionary &dict) | |
| Construct from a dictionary. | |
| virtual | ~Bromley ()=default |
| Destructor. | |
| virtual tmp< scalarField > | htcFilmBoil (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< filmBoilingModel > | New (const dictionary &dict) |
| Select default constructed. | |
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.
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 |
| Bromley | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 50 of file Bromley.C.
References dict, and filmBoilingModel::filmBoilingModel().

|
virtualdefault |
| TypeName | ( | "Bromley" | ) |
Runtime type information.
References dict.
|
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().

|
virtual |
Write.
Reimplemented from filmBoilingModel.
Definition at line 115 of file Bromley.C.
References os(), and filmBoilingModel::write().
