Boiling film correlation. A correlation for boiling film modelling based on Breen & Westwater (1965) for boiling flows. More...
#include <BreenWestwater.H>


Public Member Functions | |
| TypeName ("BreenWestwater") | |
| Runtime type information. | |
| BreenWestwater (const dictionary &dict) | |
| Construct from a dictionary. | |
| virtual | ~BreenWestwater ()=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 nucleation-site density. | |
| 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. | |
Boiling film correlation. A correlation for boiling film modelling based on Breen & Westwater (1965) for boiling flows.
References:
Breen B.P. & Westwater J. W. (1965)
Effect of diameter of horizontal
tubes on film boiling heat tranfer.
Chem. Eng. Progr. 58. No 7.
filmBoilingModel
{
// Mandatory entries
type BreenWestwater;
// Optional entries
Cn <scalar>;
an <scalar>;
bn <scalar>;
n <scalar>;
}
where the entries mean:
| Property | Description | Type | Reqd | Deflt |
|---|---|---|---|---|
type | Type name: BreenWestwater | word | yes | - |
Cn | Model coefficient | scalar | no | 0.37 |
Definition at line 101 of file BreenWestwater.H.
| BreenWestwater | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 48 of file BreenWestwater.C.
References dict, and filmBoilingModel::filmBoilingModel().

|
virtualdefault |
| TypeName | ( | "BreenWestwater" | ) |
Runtime type information.
References dict.
|
virtual |
Calculate and return the nucleation-site density.
Implements filmBoilingModel.
Definition at line 61 of file BreenWestwater.C.
References cells, basicThermo::Cp(), e, g, liquid::kappa(), L, Foam::mag(), Foam::max(), phaseModel::name(), Foam::pow(), Foam::pow3(), tmp< T >::ref(), basicThermo::rhoEoS(), liquid::sigma(), sigma(), Foam::sqr(), tCp, and phaseModel::thermo().

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