Temperature of departure from nulceate boiling correlation. More...
#include <Shirai.H>


Public Member Functions | |
| TypeName ("Shirai") | |
| Runtime type information. | |
| Shirai (const dictionary &dict) | |
| Construct from a dictionary. | |
| virtual | ~Shirai ()=default |
| Destructor. | |
| virtual tmp< scalarField > | TDNB (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 TDNBModel | |
| TypeName ("TDNBModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, TDNBModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. | |
| TDNBModel ()=default | |
| Default construct. | |
| virtual | ~TDNBModel ()=default |
| Destructor. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from TDNBModel | |
| static autoPtr< TDNBModel > | New (const dictionary &dict) |
| Select default constructed. | |
Temperature of departure from nulceate boiling correlation.
References:
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
TDNBModel
{
// Mandatory entries
type Shirai;
Tc <scalar>;
Pc <scalar>;
}
where the entries mean:
| Property | Description | Type | Reqd | Deflt |
|---|---|---|---|---|
type | Type name: Shirai | word | yes | - |
Tc | Critical temperature | scalar | yes | - |
Pc | Critical pressure | scalar | yes | - |
| Shirai | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 45 of file Shirai.C.
References dict, and TDNBModel::TDNBModel().

|
virtualdefault |
| TypeName | ( | "Shirai" | ) |
Runtime type information.
References dict.
|
virtual |
Calculate and return the nucleation-site density.
Implements TDNBModel.
Definition at line 59 of file Shirai.C.
References Foam::clamp(), L, Foam::pow3(), and Foam::sqr().

|
virtual |
Write.
Reimplemented from TDNBModel.
Definition at line 80 of file Shirai.C.
References os(), and TDNBModel::write().
