Base class for nucleation site density models.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
const vector L(dict.get< vector >("L"))
virtual ~TDNBModel()
Destructor.
A class for managing temporary objects.
declareRunTimeSelectionTable(autoPtr, TDNBModel, dictionary,(const dictionary &dict),(dict))
Declare runtime construction.
TypeName("TDNBModel")
Runtime type information.
Critical heat flux (CHF) correlation.
TDNBModel()
Construct null.
static autoPtr< TDNBModel > New(const dictionary &dict)
Select null constructed.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual void write(Ostream &os) const
Macros to ease declaration of run-time selection tables.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual tmp< scalarField > TDNB(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0
Calculate temperature.