Go to the documentation of this file.
36 namespace wallBoilingModels
38 namespace partitioningModels
54 Foam::wallBoilingModels::partitioningModels::
58 alphaLiquid1_(
dict.
get<scalar>(
"alphaLiquid1")),
59 alphaLiquid0_(
dict.
get<scalar>(
"alphaLiquid0"))
73 pos0(alphaLiquid1_ - alphaLiquid)
75 neg(alphaLiquid0_ - alphaLiquid)
82 *(alphaLiquid - alphaLiquid0_)
83 /(alphaLiquid1_ - alphaLiquid0_)
88 +
neg(alphaLiquid1_ - alphaLiquid);
96 os.writeEntry(
"alphaLiquid1", alphaLiquid1_);
97 os.writeEntry(
"alphaLiquid0", alphaLiquid0_);
A class for managing temporary objects.
Base class for wall heat flux partitioning models.
dimensionedScalar pos0(const dimensionedScalar &ds)
A cosine model for wall heat flux partitioning based on Tentner et al. (2006) for boiling flows.
addToRunTimeSelectionTable(partitioningModel, cosine, dictionary)
virtual tmp< scalarField > fLiquid(const scalarField &alphaLiquid) const
Generic templated field type.
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
constexpr scalar pi(M_PI)
virtual void write(Ostream &os) const
defineTypeNameAndDebug(cosine, 0)
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,...
dimensionedScalar neg(const dimensionedScalar &ds)
dimensionedScalar cos(const dimensionedScalar &ds)