36 #ifndef nucleationSiteModel_H 37 #define nucleationSiteModel_H 43 #include "phaseModel.H" 49 namespace wallBoilingModels
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
virtual tmp< scalarField > N(const phaseModel &liquid, const phaseModel &vapor, 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.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void write(Ostream &os) const
nucleationSiteModel()
Construct null.
void operator=(const nucleationSiteModel &)=delete
Disallow default bitwise assignment.
TypeName("nucleationSiteModel")
Runtime type information.
static autoPtr< nucleationSiteModel > New(const dictionary &dict)
Select null constructed.
virtual ~nucleationSiteModel()
Destructor.
declareRunTimeSelectionTable(autoPtr, nucleationSiteModel, dictionary,(const dictionary &dict),(dict))
Declare runtime construction.
Base class for nucleation site density models.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
A class for managing temporary objects.
virtual autoPtr< nucleationSiteModel > clone() const =0
Construct and return a clone.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...