Loading...
Searching...
No Matches
Spiegler Class Reference

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

#include <Spiegler.H>

Inheritance diagram for Spiegler:
Collaboration diagram for Spiegler:

Public Member Functions

 TypeName ("Spiegler")
 Runtime type information.
 Spiegler (const dictionary &dict)
 Construct from a dictionary.
virtual ~Spiegler ()=default
 Destructor.
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.
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< LeidenfrostModelNew (const dictionary &dict)
 Select default constructed.

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 98 of file Spiegler.H.

Constructor & Destructor Documentation

◆ Spiegler()

Spiegler ( const dictionary & dict)

Construct from a dictionary.

Definition at line 47 of file Spiegler.C.

References dict, and LeidenfrostModel::LeidenfrostModel().

Here is the call graph for this function:

◆ ~Spiegler()

virtual ~Spiegler ( )
virtualdefault

Destructor.

References L, and os().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "Spiegler" )

Runtime type information.

References dict.

◆ 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 60 of file Spiegler.C.

References L, and tmp< T >::New().

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

Write.

Reimplemented from LeidenfrostModel.

Definition at line 78 of file Spiegler.C.

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

Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/LeidenfrostModels/Spiegler/Spiegler.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/LeidenfrostModels/Spiegler/Spiegler.C