Public Member Functions | Static Public Member Functions | List of all members
nucleationSiteModel Class Referenceabstract

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

Inheritance diagram for nucleationSiteModel:
Inheritance graph
[legend]

Public Member Functions

 TypeName ("nucleationSiteModel")
 
 declareRunTimeSelectionTable (autoPtr, nucleationSiteModel, dictionary,(const dictionary &dict),(dict))
 
 nucleationSiteModel ()=default
 
virtual ~nucleationSiteModel ()=default
 
virtual tmp< scalarFieldN (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0
 
virtual void write (Ostream &os) const
 

Static Public Member Functions

static autoPtr< nucleationSiteModelNew (const dictionary &dict)
 

Detailed Description

Base class for nucleation site density models.

Source files

Definition at line 54 of file nucleationSiteModel.H.

Constructor & Destructor Documentation

◆ nucleationSiteModel()

nucleationSiteModel ( )
default

◆ ~nucleationSiteModel()

virtual ~nucleationSiteModel ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "nucleationSiteModel"  )

◆ declareRunTimeSelectionTable()

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

◆ New()

Definition at line 40 of file nucleationSiteModel.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:

◆ N()

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

Implemented in LemmertChawla.

◆ write()

void write ( Ostream os) const
virtual

Reimplemented in LemmertChawla.

Definition at line 67 of file nucleationSiteModel.C.

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

Here is the call graph for this function:

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