Go to the documentation of this file.
31 #include "phasePairKey.H"
32 #include "phaseSystem.H"
38 namespace wallBoilingModels
56 Foam::wallBoilingModels::CHFModels::HuaXu::HuaXu
62 Kburn_(
dict.getOrDefault<scalar>(
"Kburn", 1.5))
102 liquid.fluid().
sigma(pair)().boundaryField()[patchi]
118 rhoLiq*Cpw*
max(Tsatw - Tl, scalar(0))/(rhoVapor*
L)
121 return Kburn_*(scalar(1) + 0.345*Ja/
pow025(Pe));
131 os.writeEntry(
"Kburn", Kburn_);
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
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.
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
dimensionedScalar pow025(const dimensionedScalar &ds)
Generic templated field type.
An ordered or unorder pair of phase names. Typically specified as follows.
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.
const uniformDimensionedVectorField & g
virtual tmp< scalarField > CHFSubCool(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const
const word & name() const
dimensionedScalar sqrt(const dimensionedScalar &ds)
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
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
scalar sigma(scalar p, scalar T) 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,...
dimensionedScalar sigma("sigma", dimMass/sqr(dimTime), transportProperties)
Generic GeometricField class.
virtual tmp< scalarField > rhoEoS(const scalarField &p, const scalarField &T, const labelList &cells) const =0