Boiling film correlation. A correlation for boiling film modelling based on Breen & Westwater (1965) for boiling flows. More...
Public Member Functions | |
TypeName ("BreenWestwater") | |
Runtime type information. More... | |
BreenWestwater (const dictionary &dict) | |
Construct from a dictionary. More... | |
virtual | ~BreenWestwater ()=default |
Destructor. More... | |
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. More... | |
virtual void | write (Ostream &os) const |
Write. More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
static autoPtr< filmBoilingModel > | New (const dictionary &dict) |
Select default constructed. More... | |
Boiling film correlation. A correlation for boiling film modelling based on Breen & Westwater (1965) for boiling flows.
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 105 of file BreenWestwater.H.
BreenWestwater | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 56 of file BreenWestwater.C.
|
virtualdefault |
Destructor.
TypeName | ( | "BreenWestwater" | ) |
Runtime type information.
|
virtual |
Calculate and return the nucleation-site density.
Implements filmBoilingModel.
Definition at line 69 of file BreenWestwater.C.
References cells, basicThermo::Cp(), Foam::constant::electromagnetic::e, g, liquid::kappa(), L(), Foam::mag(), Foam::max(), phaseModel::name(), Foam::pow(), Foam::pow3(), tmp< T >::ref(), basicThermo::rhoEoS(), sigma(), liquid::sigma(), Foam::sqr(), tCp, and phaseModel::thermo().
|
virtual |
Write.
Reimplemented from filmBoilingModel.
Definition at line 127 of file BreenWestwater.C.
References os(), and Foam::vtk::write().