Loading...
Searching...
No Matches
LeidenfrostModel Class Referenceabstract

Base class for Leidenfrost-effect models. More...

#include <LeidenfrostModel.H>

Inheritance diagram for LeidenfrostModel:

Public Member Functions

 TypeName ("LeidenfrostModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, LeidenfrostModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction.
 LeidenfrostModel ()=default
 Default construct.
virtual ~LeidenfrostModel ()=default
 Destructor.
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.
virtual void write (Ostream &os) const
 Write.

Static Public Member Functions

static autoPtr< LeidenfrostModelNew (const dictionary &dict)
 Select default constructed.

Detailed Description

Base class for Leidenfrost-effect models.

Source files

Definition at line 52 of file LeidenfrostModel.H.

Constructor & Destructor Documentation

◆ LeidenfrostModel()

LeidenfrostModel ( )
default

Default construct.

Referenced by declareRunTimeSelectionTable(), and Spiegler::Spiegler().

Here is the caller graph for this function:

◆ ~LeidenfrostModel()

virtual ~LeidenfrostModel ( )
virtualdefault

Destructor.

References dict.

Member Function Documentation

◆ TypeName()

TypeName ( "LeidenfrostModel" )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr ,
LeidenfrostModel ,
dictionary ,
(const dictionary &dict) ,
(dict)  )

Declare runtime construction.

References dict, and LeidenfrostModel().

Here is the call graph for this function:

◆ New()

Select default constructed.

Definition at line 38 of file LeidenfrostModel.C.

References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.

Referenced by alphatWallBoilingWallFunctionFvPatchScalarField::alphatWallBoilingWallFunctionFvPatchScalarField().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TLeid()

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

Calculate and return the Leidenfrost temperature.

Implemented in Spiegler.

References L, and os().

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

Write.

Reimplemented in Spiegler.

Definition at line 66 of file LeidenfrostModel.C.

References os(), and Foam::type().

Referenced by Spiegler::write().

Here is the call graph for this function:
Here is the caller graph for this function:

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