Go to the documentation of this file.
31 #include "phasePairKey.H"
32 #include "phaseSystem.H"
38 namespace wallBoilingModels
56 Foam::wallBoilingModels::CHFModels::Zuber::Zuber
62 Cn_(
dict.getOrDefault<scalar>(
"Cn", 0.131))
94 liquid.fluid().
sigma(pair)().boundaryField()[patchi]
109 os.writeEntry(
"Cn", Cn_);
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)
addToRunTimeSelectionTable(CHFModel, Zuber, dictionary)
A class for managing temporary objects.
static constexpr const zero Zero
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
virtual const rhoThermo & thermo() const =0
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
Base class for critical heat flux (CHF) correlation models for boiling flows.
virtual tmp< scalarField > CHF(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const
const word & name() const
virtual void write(Ostream &os) const
dimensionedSymmTensor sqr(const dimensionedVector &dv)
virtual void write(Ostream &os) const
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...
scalar sigma(scalar p, scalar T) const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
dimensionedScalar sigma("sigma", dimMass/sqr(dimTime), transportProperties)
virtual tmp< scalarField > rhoEoS(const scalarField &p, const scalarField &T, const labelList &cells) const =0
A critical heat flux (CHF) correlation model based on Zuber (1958) for boiling flows.