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 &model)
 Copy construct. More...
 
virtual autoPtr< nucleationSiteModelclone () const =0
 Construct and return a clone. More...
 
virtual ~nucleationSiteModel ()
 Destructor. More...
 
virtual tmp< scalarFieldnucleationSiteDensity (const phaseModel &liquid, const phaseModel &vapour, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L, const scalarField &dDep, const scalarField &fDep) const =0
 Calculate and return the nucleation-site density. More...
 
virtual tmp< volScalarFieldnucleationSiteDensity (const phaseModel &liquid, const phaseModel &vapor, const phaseModel &solid, const volScalarField &Tf, const volScalarField &Tsatw, const volScalarField &L, const volScalarField &dDep, const volScalarField &fDep) const =0
 Calculate and return the nucleation-site density. More...
 
virtual void write (Ostream &os) const
 Write to stream. More...
 
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.

Definition at line 42 of file nucleationSiteModel.C.

◆ nucleationSiteModel() [2/2]

Copy construct.

Definition at line 46 of file nucleationSiteModel.C.

◆ ~nucleationSiteModel()

~nucleationSiteModel ( )
virtual

Destructor.

Definition at line 55 of file nucleationSiteModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "nucleationSiteModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

Declare runtime construction.

◆ clone()

virtual autoPtr<nucleationSiteModel> clone ( ) const
pure virtual

Construct and return a clone.

Implemented in LemmertChawla, and KocamustafaogullariIshiiNucleationSite.

◆ New()

Select null constructed.

Definition at line 31 of file nucleationSiteModelNew.C.

References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, and Foam::Info.

Referenced by alphatWallBoilingWallFunctionFvPatchScalarField::alphatWallBoilingWallFunctionFvPatchScalarField(), and wallBoilingHeatTransfer::wallBoilingHeatTransfer().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ nucleationSiteDensity() [1/2]

virtual tmp<scalarField> nucleationSiteDensity ( const phaseModel liquid,
const phaseModel vapour,
const label  patchi,
const scalarField Tl,
const scalarField Tsatw,
const scalarField L,
const scalarField dDep,
const scalarField fDep 
) const
pure virtual

Calculate and return the nucleation-site density.

Implemented in LemmertChawla, and KocamustafaogullariIshiiNucleationSite.

◆ nucleationSiteDensity() [2/2]

virtual tmp<volScalarField> nucleationSiteDensity ( const phaseModel liquid,
const phaseModel vapor,
const phaseModel solid,
const volScalarField Tf,
const volScalarField Tsatw,
const volScalarField L,
const volScalarField dDep,
const volScalarField fDep 
) const
pure virtual

Calculate and return the nucleation-site density.

Implemented in LemmertChawla, and KocamustafaogullariIshiiNucleationSite.

◆ write()

void write ( Ostream os) const
virtual

Write to stream.

Reimplemented in LemmertChawla, and KocamustafaogullariIshiiNucleationSite.

Definition at line 61 of file nucleationSiteModel.C.

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

Referenced by KocamustafaogullariIshiiNucleationSite::write(), and LemmertChawla::write().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator=()

void operator= ( const nucleationSiteModel )
delete

Disallow default bitwise assignment.


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