nucleationSiteModel Class Referenceabstract

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

Inheritance diagram for nucleationSiteModel:
[legend]

Public Member Functions

 TypeName ("nucleationSiteModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, nucleationSiteModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction. More...
 
 nucleationSiteModel ()=default
 Default construct. More...
 
virtual ~nucleationSiteModel ()=default
 Destructor. More...
 
virtual tmp< scalarFieldN (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0
 Calculate and return the nucleation-site density. More...
 
virtual void write (Ostream &os) const
 Write. More...
 

Static Public Member Functions

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

Detailed Description

Base class for nucleation site density models.

Source files

Definition at line 58 of file nucleationSiteModel.H.

Constructor & Destructor Documentation

◆ nucleationSiteModel()

nucleationSiteModel ( )
default

Default construct.

◆ ~nucleationSiteModel()

virtual ~nucleationSiteModel ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "nucleationSiteModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime construction.

◆ New()

Select default constructed.

Definition at line 46 of file nucleationSiteModel.C.

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

Here is the call 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

Calculate and return the nucleation-site density.

Implemented in LemmertChawla.

◆ write()

void write ( Ostream os) const
virtual

Write.

Reimplemented in LemmertChawla.

Definition at line 74 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: