A critical heat flux (CHF) sub-cooling correlation model. More...
#include <Tatsumoto.H>


Public Member Functions | |
| TypeName ("Tatsumoto") | |
| Runtime type information. | |
| Tatsumoto (const dictionary &dict) | |
| Construct from a dictionary. | |
| virtual | ~Tatsumoto ()=default |
| Destructor. | |
| virtual tmp< scalarField > | CHFSubCool (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 CHFSubCoolModel | |
| TypeName ("CHFSubCoolModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, CHFSubCoolModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. | |
| CHFSubCoolModel ()=default | |
| Default construct. | |
| virtual | ~CHFSubCoolModel ()=default |
| Destructor. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from CHFSubCoolModel | |
| static autoPtr< CHFSubCoolModel > | New (const dictionary &dict) |
| Select default constructed. | |
A critical heat flux (CHF) sub-cooling correlation model.
CHFSubCoolModel
{
// Mandatory entries
type Tatsumoto;
// Optional entries
K <scalar>;
}
where the entries mean:
| Property | Description | Type | Reqd | Deflt |
|---|---|---|---|---|
type | Type name: Tatsumoto | word | yes | - |
K | Model coefficient | scalar | no | 0.23 |
Definition at line 88 of file Tatsumoto.H.
| Tatsumoto | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 48 of file Tatsumoto.C.
References CHFSubCoolModel::CHFSubCoolModel(), and dict.

|
virtualdefault |
| TypeName | ( | "Tatsumoto" | ) |
Runtime type information.
References dict.
|
virtual |
Calculate and return the nucleation-site density.
Implements CHFSubCoolModel.
Definition at line 61 of file Tatsumoto.C.
References cells, Cp, liquid::Cp(), L, Foam::max(), Foam::pow(), tmp< T >::ref(), basicThermo::rhoEoS(), tCp, and phaseModel::thermo().

|
virtual |
Write.
Reimplemented from CHFSubCoolModel.
Definition at line 88 of file Tatsumoto.C.
References os(), and CHFSubCoolModel::write().
