Spiegler Class Reference

A model for Leidenfrost effects based on Spiegler et al. (1963) for boiling flows. More...

Inheritance diagram for Spiegler:
[legend]
Collaboration diagram for Spiegler:
[legend]

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< scalarFieldTLeid (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< scalarFieldTLeid (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< LeidenfrostModelNew (const dictionary &dict)
 Select default constructed. More...
 

Detailed Description

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
Usage
Example of the model specification:
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
Source files

Definition at line 102 of file Spiegler.H.

Constructor & Destructor Documentation

◆ Spiegler()

Spiegler ( const dictionary dict)

Construct from a dictionary.

Definition at line 54 of file Spiegler.C.

◆ ~Spiegler()

virtual ~Spiegler ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "Spiegler"  )

Runtime type information.

◆ TLeid()

Foam::tmp< Foam::scalarField > TLeid ( const phaseModel liquid,
const phaseModel vapor,
const label  patchi,
const scalarField Tl,
const scalarField Tsatw,
const scalarField L 
) const
virtual

Calculate and return the Leidenfrost temperature.

Implements LeidenfrostModel.

Definition at line 67 of file Spiegler.C.

References Time::New().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

Reimplemented from LeidenfrostModel.

Definition at line 85 of file Spiegler.C.

References os(), and ObukhovLength::write().

Here is the call graph for this function:

The documentation for this class was generated from the following files: