34 namespace heatTransferModels
46 const dictionary&
dict,
50 heatTransferModel(dict, pair)
74 (7 - 10*
alpha2 + 5*sqrAlpha2)
76 + (1.33 - 2.4*
alpha2 + 1.2*sqrAlpha2)
virtual ~Gunn()
Destructor.
virtual tmp< volScalarField > kappa() const =0
Thermal diffusivity for temperature of mixture [W/m/K].
tmp< volScalarField > K() const
The heat transfer function K used in the enthalpy equation.
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
const phasePair & pair_
Phase pair.
tmp< volScalarField > d() const
Return the Sauter-mean diameter.
tmp< volScalarField > Pr() const
Prandtl number.
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual const phaseModel & continuous() const
Continuous phase.
const rhoThermo & thermo() const
Return const-access to phase rhoThermo.
dimensionedScalar cbrt(const dimensionedScalar &ds)
tmp< volScalarField > Re() const
Reynolds number.
const dimensionedScalar & residualAlpha() const
Return the residual phase-fraction for given phase.
virtual const phaseModel & dispersed() const
Dispersed phase.
Gunn(const dictionary &dict, const phasePair &pair)
Construct from components.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
A class for managing temporary objects.