Go to the documentation of this file.
36 namespace wallBoilingModels
38 namespace LeidenfrostModels
54 Foam::wallBoilingModels::LeidenfrostModels::Spiegler::Spiegler
60 Tcrit_(
dict.getOrDefault<scalar>(
"Tcrit", 374))
79 liquid.thermo().p().boundaryField()[patchi].size(),
80 scalar(27)*Tcrit_/scalar(32)
91 os.writeEntry(
"Tcrit", Tcrit_);
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
Base class for Leidenfrost-effect models.
const vector L(dict.get< vector >("L"))
A class for managing temporary objects.
virtual void write(Ostream &os) const
defineTypeNameAndDebug(Spiegler, 0)
virtual void write(Ostream &os) const
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
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.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
addToRunTimeSelectionTable(LeidenfrostModel, Spiegler, dictionary)
static tmp< T > New(Args &&... args)
virtual tmp< scalarField > TLeid(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const
void write(vtk::formatter &fmt, const Type &val, const label n=1)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A model for Leidenfrost effects based on Spiegler et al. (1963) for boiling flows.