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"))
77 scalar(1)-(alphaLiquid1_ - alphaLiquid)
78 /(alphaLiquid1_ - alphaLiquid0_),
89 os.writeEntry(
"alphaLiquid1", alphaLiquid1_);
90 os.writeEntry(
"alphaLiquid0", alphaLiquid0_);
A class for managing temporary objects.
Base class for wall heat flux partitioning models.
label min(const labelHashSet &set, label minValue=labelMax)
addToRunTimeSelectionTable(partitioningModel, cosine, dictionary)
virtual void write(Ostream &os) const
Generic templated field type.
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 tmp< scalarField > fLiquid(const scalarField &alphaLiquid) const
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,...