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

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< nucleationSiteModel > | clone () const =0 |
| Construct and return a clone. More... | |
| virtual | ~nucleationSiteModel () |
| Destructor. More... | |
| 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 =0 |
| Calculate and return the nucleation-site density. More... | |
| virtual tmp< volScalarField::Internal > | nucleationSiteDensity (const phaseModel &liquid, const phaseModel &vapor, const phaseModel &solid, const volScalarField::Internal &Tf, const volScalarField::Internal &Tsatw, const volScalarField::Internal &L, const volScalarField::Internal &dDep, const volScalarField::Internal &fDep) const =0 |
| Calculate and return the nucleation-site density. More... | |
| 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 =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< nucleationSiteModel > | New (const dictionary &dict) |
| Select null constructed. More... | |
Base class for nucleation site density models.
Definition at line 55 of file nucleationSiteModel.H.
Construct null.
Definition at line 42 of file nucleationSiteModel.C.
| nucleationSiteModel | ( | const nucleationSiteModel & | model | ) |
Copy construct.
Definition at line 46 of file nucleationSiteModel.C.
|
virtual |
Destructor.
Definition at line 55 of file nucleationSiteModel.C.
| TypeName | ( | "nucleationSiteModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| nucleationSiteModel | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | |||
| ) |
Declare runtime construction.
|
pure virtual |
Construct and return a clone.
Implemented in LemmertChawla, and KocamustafaogullariIshiiNucleationSite.
|
static |
Select null constructed.
Definition at line 31 of file nucleationSiteModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, and Foam::Info.

|
pure virtual |
Calculate and return the nucleation-site density.
Implemented in LemmertChawla, and KocamustafaogullariIshiiNucleationSite.
|
pure virtual |
Calculate and return the nucleation-site density.
Implemented in LemmertChawla, and KocamustafaogullariIshiiNucleationSite.
|
pure virtual |
Calculate and return the nucleation-site density.
Implemented in LemmertChawla, and KocamustafaogullariIshiiNucleationSite.
|
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().


|
delete |
Disallow default bitwise assignment.