Go to the documentation of this file.
36 namespace wallBoilingModels
38 namespace departureDiameterModels
43 departureDiameterModel,
54 Foam::wallBoilingModels::departureDiameterModels::
55 TolubinskiKostanchuk::TolubinskiKostanchuk
61 dRef_(
dict.getOrDefault<scalar>(
"dRef", 6
e-4)),
62 dMax_(
dict.getOrDefault<scalar>(
"dMax", 0.0014)),
63 dMin_(
dict.getOrDefault<scalar>(
"dMin", 1
e-6))
81 return max(
min(dRef_*
exp(-(Tsatw - Tl)/scalar(45)), dMax_), dMin_);
89 os.writeEntry(
"dRef", dRef_);
90 os.writeEntry(
"dMax", dMax_);
91 os.writeEntry(
"dMin", dMin_);
virtual tmp< scalarField > dDeparture(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const
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...
dimensionedScalar exp(const dimensionedScalar &ds)
defineTypeNameAndDebug(KocamustafaogullariIshii, 0)
label min(const labelHashSet &set, label minValue=labelMax)
Generic templated field type.
addToRunTimeSelectionTable(departureDiameterModel, KocamustafaogullariIshii, dictionary)
label max(const labelHashSet &set, label maxValue=labelMin)
virtual void write(Ostream &os) const
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
const dimensionedScalar e
void write(vtk::formatter &fmt, const Type &val, const label n=1)
Base class for bubble departure diameter models for boiling flows.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...