Temperature of departure from nulceate boiling correlation. More...


Public Member Functions | |
| TypeName ("Shirai") | |
| Runtime type information. More... | |
| Shirai (const dictionary &dict) | |
| Construct from a dictionary. More... | |
| virtual | ~Shirai ()=default |
| Destructor. More... | |
| 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. More... | |
| virtual void | write (Ostream &os) const |
| Write. More... | |
Public Member Functions inherited from TDNBModel | |
| TypeName ("TDNBModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, TDNBModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. More... | |
| TDNBModel ()=default | |
| Default construct. More... | |
| virtual | ~TDNBModel ()=default |
| Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from TDNBModel | |
| static autoPtr< TDNBModel > | New (const dictionary &dict) |
| Select default constructed. More... | |
Temperature of departure from nulceate boiling correlation.
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 | ) |
|
virtualdefault |
Destructor.
| TypeName | ( | "Shirai" | ) |
Runtime type information.
|
virtual |
Calculate and return the nucleation-site density.
Implements TDNBModel.
Definition at line 60 of file Shirai.C.
References Foam::clamp(), Foam::pow3(), and Foam::sqr().

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