85namespace wallBoilingModels
87namespace partitioningModels
96 public partitioningModel
101 scalar alphaLiquid1_;
104 scalar alphaLiquid0_;
110 cosine(
const cosine&) =
delete;
113 void operator=(
const cosine&) =
delete;
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,...
A class for managing temporary objects.
Base class for wall heat flux partitioning models.
A cosine model for wall heat flux partitioning based on Tentner et al. (2006) for boiling flows.
virtual tmp< scalarField > fLiquid(const scalarField &alphaLiquid) const
Calculate and return the wall heat-flux partitioning.
virtual ~cosine()=default
Destructor.
TypeName("cosine")
Runtime type information.
OBJstream os(runTime.globalPath()/outputName)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.