Go to the documentation of this file.
39 namespace wallBoilingModels
41 namespace filmBoilingModels
57 Foam::wallBoilingModels::filmBoilingModels::Bromley::Bromley
63 Cn_(
dict.getOrDefault<scalar>(
"Cn", 0.62)),
64 emissivity_(
dict.getOrDefault<scalar>(
"emissivity", 1)),
83 liquid.thermo().T().boundaryField()[patchi];
108 /
max((Tw - Tsatw), scalar(1
e-4))
115 *rhoVapor*(rhoLiq - rhoVapor)*
mag(
g.value())
116 *(
L + scalar(0.4)*CpVapor*
max((Tw-Tsatw), scalar(0)))
117 /(L_*muVapor*
max((Tw-Tsatw), scalar(1
e-4)))
118 ) + scalar(0.75)*htcRad;
128 os.writeEntry(
"Cn", Cn_);
129 os.writeEntry(
"L", L_);
130 os.writeEntry(
"emissivity", emissivity_);
addToRunTimeSelectionTable(decompositionMethod, kahipDecomp, dictionary)
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual tmp< volScalarField > mu() const
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
const vector L(dict.get< vector >("L"))
const dimensionedScalar & kappa() const
A class for managing temporary objects.
virtual tmp< volScalarField > Cp() const =0
Different types of constants.
const tmp< volScalarField > & tCp
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
virtual const rhoThermo & thermo() const =0
dimensionedScalar pow025(const dimensionedScalar &ds)
dimensionedScalar pow4(const dimensionedScalar &ds)
Generic templated field type.
dimensionedScalar pow3(const dimensionedScalar &ds)
Base class for film boiling models.
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.
virtual tmp< scalarField > htcFilmBoil(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const
const uniformDimensionedVectorField & g
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
const dimensionedScalar sigma
void write(vtk::formatter &fmt, const Type &val, const label n=1)
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
virtual void write(Ostream &os) const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
defineTypeNameAndDebug(combustionModel, 0)
virtual tmp< scalarField > rhoEoS(const scalarField &p, const scalarField &T, const labelList &cells) const =0