54Foam::wallBoilingModels::departureDiameterModels::
55TolubinskiKostanchuk::TolubinskiKostanchuk
60 departureDiameterModel(),
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))
83 dRef_*
exp(-(Tsatw - Tl)/scalar(45)),
93 os.writeEntry(
"dRef", dRef_);
94 os.writeEntry(
"dMax", dMax_);
95 os.writeEntry(
"dMin", dMin_);
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
A class for managing temporary objects.
Base class for bubble departure diameter models for boiling flows.
departureDiameterModel()=default
Default construct.
virtual void write(Ostream &os) const
Write.
A correlation for bubble departure diameter modelling based on Tolubinski-Kostanchuk (1970) for boili...
virtual tmp< scalarField > dDeparture(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const
Calculate and return the departure diameter field.
virtual void write(Ostream &os) const
Write.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
OBJstream os(runTime.globalPath()/outputName)
dimensionedScalar exp(const dimensionedScalar &ds)
dimensionSet clamp(const dimensionSet &a, const dimensionSet &range)
MinMax< scalar > scalarMinMax
A scalar min/max range.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
const vector L(dict.get< vector >("L"))