54Foam::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_);
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
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,...
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
A class for managing temporary objects.
static tmp< T > New(Args &&... args)
Construct tmp with forwarding arguments.
Base class for Leidenfrost-effect models.
virtual void write(Ostream &os) const
Write.
LeidenfrostModel()=default
Default construct.
A model for Leidenfrost effects based on Spiegler et al. (1963) for boiling flows.
virtual tmp< scalarField > TLeid(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const
Calculate and return the Leidenfrost temperature.
virtual void write(Ostream &os) const
Write.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
OBJstream os(runTime.globalPath()/outputName)
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
const vector L(dict.get< vector >("L"))