31#include "phasePairKey.H"
38namespace wallBoilingModels
61 K_(
dict.getOrDefault<scalar>(
"K", 0.23))
91 1 + K_*
pow(rhoVapor/rhoLiq, 0.8)*
Cp*
max(Tsatw - Tl, scalar(0))/
L;
101 os.writeEntry(
"K", K_);
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,...
virtual tmp< scalarField > rhoEoS(const scalarField &p, const scalarField &T, const labelList &cells) const =0
Density from pressure and temperature from EoS.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual bool write()
Write the output fields.
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
scalar Cp(scalar p, scalar T) const
Liquid heat capacity [J/(kg K)].
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
virtual const rhoThermo & thermo() const =0
Return the thermophysical model.
A class for managing temporary objects.
A critical heat flux (CHF) sub-cooling correlation model.
virtual tmp< scalarField > CHFSubCool(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const
Calculate and return the nucleation-site density.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
const tmp< volScalarField > & tCp
const volScalarField & Cp
OBJstream os(runTime.globalPath()/outputName)
label max(const labelHashSet &set, label maxValue=labelMin)
Find the max value in labelHashSet, optionally limited by second argument.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
const vector L(dict.get< vector >("L"))