Loading...
Searching...
No Matches
TDNBModel Class Referenceabstract

Base class for departure from nucleation boiling models. More...

#include <TDNBModel.H>

Inheritance diagram for TDNBModel:

Public Member Functions

 TypeName ("TDNBModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, TDNBModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction.
 TDNBModel ()=default
 Default construct.
virtual ~TDNBModel ()=default
 Destructor.
virtual tmp< scalarFieldTDNB (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0
 Calculate and return the departure from nulceate boiling correlation.
virtual void write (Ostream &os) const
 Write.

Static Public Member Functions

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

Detailed Description

Base class for departure from nucleation boiling models.

Source files

Definition at line 52 of file TDNBModel.H.

Constructor & Destructor Documentation

◆ TDNBModel()

TDNBModel ( )
default

Default construct.

Referenced by declareRunTimeSelectionTable(), Schroeder::Schroeder(), and Shirai::Shirai().

Here is the caller graph for this function:

◆ ~TDNBModel()

virtual ~TDNBModel ( )
virtualdefault

Destructor.

References dict.

Member Function Documentation

◆ TypeName()

TypeName ( "TDNBModel" )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime construction.

References dict, and TDNBModel().

Here is the call graph for this function:

◆ New()

Select default constructed.

Definition at line 38 of file TDNBModel.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:

◆ TDNB()

virtual tmp< scalarField > TDNB ( 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 departure from nulceate boiling correlation.

Implemented in Schroeder, and Shirai.

References L, and os().

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

Write.

Reimplemented in Schroeder, and Shirai.

Definition at line 66 of file TDNBModel.C.

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

Referenced by Schroeder::write(), and Shirai::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/TDNBModels/TDNBModel/TDNBModel.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/derivedFvPatchFields/wallBoilingSubModels/TDNBModels/TDNBModel/TDNBModel.C