Go to the documentation of this file.
36 namespace wallBoilingModels
38 namespace nucleationSiteModels
54 Foam::wallBoilingModels::nucleationSiteModels::LemmertChawla::LemmertChawla
60 Cn_(
dict.getOrDefault<scalar>(
"Cn", 1))
78 liquid.thermo().T().boundaryField()[patchi];
80 return Cn_*9.922e5*
pow(
max((Tw - Tsatw)/scalar(10), scalar(0)), 1.805);
90 os.writeEntry(
"Cn", Cn_);
addToRunTimeSelectionTable(nucleationSiteModel, LemmertChawla, dictionary)
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
const vector L(dict.get< vector >("L"))
A class for managing temporary objects.
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
Base class for nucleation site density models.
Generic templated field type.
A model for nucleation site density based on Lemmert-Chawla (1977) function and Egorov-Menter (2004) ...
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
label max(const labelHashSet &set, label maxValue=labelMin)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Macros for easy insertion into run-time selection tables.
virtual void write(Ostream &os) const
virtual tmp< scalarField > N(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const
void write(vtk::formatter &fmt, const Type &val, const label n=1)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
defineTypeNameAndDebug(LemmertChawla, 0)
virtual void write(Ostream &os) const