A model for Leidenfrost effects based on Spiegler et al. (1963) for boiling flows. More...
#include <Spiegler.H>


Public Member Functions | |
| TypeName ("Spiegler") | |
| Runtime type information. | |
| Spiegler (const dictionary &dict) | |
| Construct from a dictionary. | |
| virtual | ~Spiegler ()=default |
| Destructor. | |
| 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. | |
| virtual void | write (Ostream &os) const |
| Write. | |
| Public Member Functions inherited from LeidenfrostModel | |
| TypeName ("LeidenfrostModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, LeidenfrostModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. | |
| LeidenfrostModel ()=default | |
| Default construct. | |
| virtual | ~LeidenfrostModel ()=default |
| Destructor. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from LeidenfrostModel | |
| static autoPtr< LeidenfrostModel > | New (const dictionary &dict) |
| Select default constructed. | |
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 98 of file Spiegler.H.
| Spiegler | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 47 of file Spiegler.C.
References dict, and LeidenfrostModel::LeidenfrostModel().

|
virtualdefault |
| TypeName | ( | "Spiegler" | ) |
Runtime type information.
References dict.
|
virtual |
Calculate and return the Leidenfrost temperature.
Implements LeidenfrostModel.
Definition at line 60 of file Spiegler.C.
References L, and tmp< T >::New().

|
virtual |
Write.
Reimplemented from LeidenfrostModel.
Definition at line 78 of file Spiegler.C.
References os(), and LeidenfrostModel::write().
