Go to the documentation of this file.
31 #include "phasePairKey.H"
32 #include "phaseSystem.H"
38 namespace wallBoilingModels
55 Foam::wallBoilingModels::CHFModels::Tatsumoto::Tatsumoto
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_);
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
const vector L(dict.get< vector >("L"))
defineTypeNameAndDebug(Zuber, 0)
scalar Cp(scalar p, scalar T) const
addToRunTimeSelectionTable(CHFModel, Zuber, dictionary)
A class for managing temporary objects.
virtual tmp< scalarField > CHFSubCool(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const
const tmp< volScalarField > & tCp
virtual void write(Ostream &os) const
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
virtual const rhoThermo & thermo() const =0
Base class for critical heat flux (CHF) sub-cooling correlation models for boiling flows.
virtual void write(Ostream &os) const
Generic templated field type.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
label max(const labelHashSet &set, label maxValue=labelMin)
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.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
const volScalarField & Cp
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,...
virtual tmp< scalarField > rhoEoS(const scalarField &p, const scalarField &T, const labelList &cells) const =0