Go to the documentation of this file.
31 #include "phasePairKey.H"
32 #include "phaseSystem.H"
38 namespace wallBoilingModels
56 Foam::wallBoilingModels::CHFModels::Jeschar::Jeschar
62 Kmhf_(
dict.getOrDefault<scalar>(
"Kmhf", 0.16))
95 liquid.fluid().
sigma(pair)().boundaryField()[patchi]
104 mag(
g.value())*(rhoLiq - rhoVapor)/(rhoLiq + rhoVapor + VSMALL)
116 os.writeEntry(
"Kmhf", Kmhf_);
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
const vector L(dict.get< vector >("L"))
A model for minimum heat flux based on Jeschar et al. (1992) for boiling flows.
defineTypeNameAndDebug(Zuber, 0)
addToRunTimeSelectionTable(CHFModel, Zuber, dictionary)
A class for managing temporary objects.
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.
virtual void write(Ostream &os) const
An ordered or unorder pair of phase names. Typically specified as follows.
Base class for minimum heat flux (MHF) models.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
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 void write(Ostream &os) 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...
scalar sigma(scalar p, scalar T) const
void write(vtk::formatter &fmt, const Type &val, const label n=1)
virtual tmp< scalarField > MHF(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) 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