Go to the documentation of this file.
31 #include "phasePairKey.H"
32 #include "phaseSystem.H"
38 namespace wallBoilingModels
40 namespace filmBoilingModels
55 Foam::wallBoilingModels::filmBoilingModels::BreenWestwater::BreenWestwater
61 Cn_(
dict.getOrDefault<scalar>(
"Cn", 0.37))
79 liquid.thermo().T().boundaryField()[patchi];
103 L*
sqr(1 + 0.34*CpVapor*
max((Tw-Tsatw), scalar(0))/
L)
111 liquid.fluid().
sigma(pair)().boundaryField()[patchi]
119 nuLiquid*
max((Tw-Tsatw), scalar(1
e-3))
120 /(
pow3(kappaLiquid)*rhoVapor*Leff*
mag(
g.value())*rhoDiff)
132 os.writeEntry(
"Cn", Cn_);
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...
Boiling film correlation. A correlation for boiling film modelling based on Breen & Westwater (1965) ...
const vector L(dict.get< vector >("L"))
virtual tmp< scalarField > htcFilmBoil(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const
A class for managing temporary objects.
virtual tmp< volScalarField > Cp() const =0
defineTypeNameAndDebug(BreenWestwater, 0)
const tmp< volScalarField > & tCp
addToRunTimeSelectionTable(filmBoilingModel, BreenWestwater, dictionary)
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.
dimensionedScalar pow3(const dimensionedScalar &ds)
An ordered or unorder pair of phase names. Typically specified as follows.
Base class for film boiling models.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
label max(const labelHashSet &set, label maxValue=labelMin)
scalar kappa(scalar p, scalar T) const
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
const word & name() const
virtual void write(Ostream &os) const
virtual void write(Ostream &os) const
dimensionedSymmTensor sqr(const dimensionedVector &dv)
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 dimensionedScalar e
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)
virtual tmp< scalarField > rhoEoS(const scalarField &p, const scalarField &T, const labelList &cells) const =0