nucleationSiteModel Class Referenceabstract

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

Inheritance diagram for nucleationSiteModel:

Public Member Functions

 TypeName ("nucleationSiteModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, nucleationSiteModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction. More...
 
 nucleationSiteModel ()
 Construct null. More...
 
 nucleationSiteModel (const nucleationSiteModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~nucleationSiteModel ()
 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
 
void operator= (const nucleationSiteModel &)=delete
 Disallow default bitwise assignment. More...
 

Static Public Member Functions

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

Detailed Description

Base class for nucleation site density models.

Source files

Definition at line 55 of file nucleationSiteModel.H.

Constructor & Destructor Documentation

◆ nucleationSiteModel() [1/2]

Construct null.

◆ nucleationSiteModel() [2/2]

Disallow default bitwise copy construction.

◆ ~nucleationSiteModel()

virtual ~nucleationSiteModel ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "nucleationSiteModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime construction.

◆ New()

static autoPtr<nucleationSiteModel> New ( const dictionary dict)
static

Select null constructed.

◆ 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()

virtual void write ( Ostream os) const
virtual

◆ operator=()

void operator= ( const nucleationSiteModel )
delete

Disallow default bitwise assignment.


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