40namespace wallBoilingModels
42namespace departureFrequencyModels
58Foam::wallBoilingModels::departureFrequencyModels::
86 scalar(4)*
mag(
g).value()
87 *
max(rhoLiquid - rhoVapor, scalar(0.1))
88 /(scalar(3)*dDep*rhoLiquid)
Macros for easy insertion into run-time selection tables.
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to construction table with typeName as the key.
const uniformDimensionedVectorField & g
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
scalar rho(scalar p, scalar T) const
Liquid density [kg/m^3].
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
virtual const rhoThermo & thermo() const =0
Return the thermophysical model.
virtual tmp< volScalarField > rho() const
Density [kg/m^3].
A class for managing temporary objects.
Base class for bubble departure frequency models for boiling flows.
A correlation for bubble departure frequency modelling based on Cole (1960) for boiling flows.
virtual tmp< scalarField > fDeparture(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &dDep) const
Calculate and return the bubble departure frequency.
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
label max(const labelHashSet &set, label maxValue=labelMin)
Find the max value in labelHashSet, optionally limited by second argument.
dimensionedScalar sqrt(const dimensionedScalar &ds)
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)