Go to the documentation of this file.
86 namespace wallBoilingModels
88 namespace partitioningModels
97 public partitioningModel
102 scalar alphaLiquid1_;
105 scalar alphaLiquid0_;
111 linear(
const linear&) =
delete;
114 void operator=(
const linear&) =
delete;
A class for managing temporary objects.
Base class for wall heat flux partitioning models.
virtual ~linear()=default
virtual void write(Ostream &os) 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)
virtual tmp< scalarField > fLiquid(const scalarField &alphaLiquid) const
A linear model for wall heat flux partitioning based on Ioilev et al. (2007) for boiling flows.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...