A correlation for boiling film modelling based on Bromley (1950) for boiling flows. More...
Public Member Functions | |
TypeName ("Bromley") | |
Runtime type information. More... | |
Bromley (const dictionary &dict) | |
Construct from a dictionary. More... | |
virtual | ~Bromley ()=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 film boiling correlation. 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... | |
A correlation for boiling film modelling based on Bromley (1950) for boiling flows.
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 | ) |
|
virtualdefault |
Destructor.
TypeName | ( | "Bromley" | ) |
Runtime type information.
|
virtual |
Calculate and return the film boiling correlation.
Implements filmBoilingModel.
Definition at line 73 of file Bromley.C.
References cells, basicThermo::Cp(), Foam::constant::electromagnetic::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 123 of file Bromley.C.
References os(), and Foam::vtk::write().