TDNBModel Class Referenceabstract

Base class for nucleation site density models. More...

Inheritance diagram for TDNBModel:
[legend]

Public Member Functions

 TypeName ("TDNBModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, TDNBModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction. More...
 
 TDNBModel ()
 Construct null. More...
 
virtual ~TDNBModel ()
 Destructor. More...
 
virtual tmp< scalarFieldTDNB (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0
 Calculate temperature. More...
 
virtual void write (Ostream &os) const
 

Static Public Member Functions

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

Detailed Description

Base class for nucleation site density models.

Source files

Definition at line 57 of file TDNBModel.H.

Constructor & Destructor Documentation

◆ TDNBModel()

TDNBModel ( )

Construct null.

Definition at line 44 of file TDNBModel.C.

◆ ~TDNBModel()

~TDNBModel ( )
virtual

Destructor.

Definition at line 50 of file TDNBModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "TDNBModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime construction.

◆ New()

Select null constructed.

Definition at line 35 of file newTDNBModel.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 temperature.

Implemented in Schroeder.

◆ write()

void write ( Ostream os) const
virtual

Reimplemented in Schroeder.

Definition at line 56 of file TDNBModel.C.

References token::END_STATEMENT, Foam::nl, Foam::type(), and Ostream::writeKeyword().

Referenced by Schroeder::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: