Nucleate flux sub-cooling correlation. More...
#include <exponentialNucleateFlux.H>


Public Member Functions | |
| TypeName ("exponential") | |
| Runtime type information. | |
| exponential (const dictionary &dict) | |
| Construct from a dictionary. | |
| virtual | ~exponential ()=default |
| Destructor. | |
| virtual tmp< scalarField > | qNucleate (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 nucleateFluxModel | |
| TypeName ("nucleateFluxModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, nucleateFluxModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. | |
| nucleateFluxModel ()=default | |
| Default construct. | |
| virtual | ~nucleateFluxModel ()=default |
| Destructor. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from nucleateFluxModel | |
| static autoPtr< nucleateFluxModel > | New (const dictionary &dict) |
| Select default constructed. | |
Nucleate flux sub-cooling correlation.
References:
Frost W. & Dzakowic G. S. (1967)
An extension of the methods of predicting incipient
boiling on commercially finished surfaces.
ASME AIChE Heat Transfer Conf 67-HT-61, Seattle.
Shirai, Y., Tatsumoto, H., Shiotsu, M., Hata, K.,
Kobayashi, H., Naruo, Y., & Inatani, Y. (2010).
Boiling heat transfer from a horizontal flat
plate in a pool of liquid hydrogen.
Cryogenics, 50(6-7), 410-416.
DOI:10.1016/j.cryogenics.2010.04.001
nucleateFluxModel
{
// Mandatory entries
type exponential;
// Optional entries
a <scalar>;
b <scalar>;
}
where the entries mean:
| Property | Description | Type | Reqd | Deflt |
|---|---|---|---|---|
type | Type name: exponential | word | yes | - |
a | Pre-factor coefficient | scalar | no | 6309 |
b | Exponent coefficient | scalar | no | 2.52 |
Definition at line 111 of file exponentialNucleateFlux.H.
| exponential | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 48 of file exponentialNucleateFlux.C.
References dict, and nucleateFluxModel::nucleateFluxModel().

|
virtualdefault |
| TypeName | ( | "exponential" | ) |
Runtime type information.
References dict.
|
virtual |
Calculate and return the nucleation-site density.
Implements nucleateFluxModel.
Definition at line 62 of file exponentialNucleateFlux.C.
References L, Foam::max(), and Foam::pow().

|
virtual |
Write.
Reimplemented from nucleateFluxModel.
Definition at line 79 of file exponentialNucleateFlux.C.
References os(), and nucleateFluxModel::write().
