A model for Leidenfrost effects based on Spiegler et al. (1963) for boiling flows. More...
Public Member Functions | |
TypeName ("Spiegler") | |
Runtime type information. More... | |
Spiegler (const dictionary &dict) | |
Construct from a dictionary. More... | |
virtual | ~Spiegler ()=default |
Destructor. More... | |
virtual tmp< scalarField > | TLeid (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const |
Calculate and return the Leidenfrost temperature. More... | |
virtual void | write (Ostream &os) const |
Write. More... | |
Public Member Functions inherited from LeidenfrostModel | |
TypeName ("LeidenfrostModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, LeidenfrostModel, dictionary,(const dictionary &dict),(dict)) | |
Declare runtime construction. More... | |
LeidenfrostModel ()=default | |
Default construct. More... | |
virtual | ~LeidenfrostModel ()=default |
Destructor. More... | |
virtual tmp< scalarField > | TLeid (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0 |
Calculate and return the Leidenfrost temperature. More... | |
virtual void | write (Ostream &os) const |
Write. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from LeidenfrostModel | |
static autoPtr< LeidenfrostModel > | New (const dictionary &dict) |
Select default constructed. More... | |
A model for Leidenfrost effects based on Spiegler et al. (1963) for boiling flows.
Reference:
Spiegler, P., Hopenfeld, J., Silberberg, M., Bumpus Jr, C. F., & Norman, A. (1963). Onset of stable film boiling and the foam limit. International Journal of Heat and Mass Transfer, 6(11), 987-989. DOI:10.1016/0017-9310(63)90053-X
LeidenfrostModel { // Mandatory entries type Spiegler; // Optional entries Tcrit <scalar>; }
where the entries mean:
Property | Description | Type | Reqd | Deflt |
---|---|---|---|---|
type | Type name: Spiegler | word | yes | - |
Tcrit | Critical temperature [K] | scalar | no | 374.0 |
Definition at line 102 of file Spiegler.H.
Spiegler | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 54 of file Spiegler.C.
|
virtualdefault |
Destructor.
TypeName | ( | "Spiegler" | ) |
Runtime type information.
|
virtual |
Calculate and return the Leidenfrost temperature.
Implements LeidenfrostModel.
Definition at line 67 of file Spiegler.C.
References Time::New().
|
virtual |
Write.
Reimplemented from LeidenfrostModel.
Definition at line 85 of file Spiegler.C.
References os(), and ObukhovLength::write().