Go to the documentation of this file.
35 namespace wallBoilingModels
52 Foam::wallBoilingModels::TDNBModels::Shirai::Shirai
82 (0.8823*
pow3(pRatio) - 1.8938*
sqr(pRatio) + 1.4322*pRatio + 0.6289)*Tc_
93 os.writeEntry(
"Tc", Tc_);
94 os.writeEntry(
"Pc", Pc_);
Base class for departure from nucleation boiling models.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
const vector L(dict.get< vector >("L"))
virtual tmp< scalarField > TDNB(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const
A class for managing temporary objects.
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
addToRunTimeSelectionTable(TDNBModel, Schroeder, dictionary)
label min(const labelHashSet &set, label minValue=labelMax)
Generic templated field type.
dimensionedScalar pow3(const dimensionedScalar &ds)
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
defineTypeNameAndDebug(Schroeder, 0)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
virtual void write(Ostream &os) const
void write(vtk::formatter &fmt, const Type &val, const label n=1)
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...