Go to the documentation of this file.
26 #include "sphericalHeatTransfer.H"
27 #include "phasePair.H"
34 namespace heatTransferModels
40 sphericalHeatTransfer,
51 const dictionary&
dict,
55 heatTransferModel(
dict, pair)
70 const scalar residualAlpha
75 *
max(pair_.dispersed(), residualAlpha)
76 *pair_.continuous().kappa()
77 /
sqr(pair_.dispersed().d());
A class for managing temporary objects.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
virtual ~sphericalHeatTransfer()
Destructor.
tmp< volScalarField > K() const
The heat transfer function K used in the enthalpy equation.
Macros for easy insertion into run-time selection tables.
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
defineTypeNameAndDebug(combustionModel, 0)
sphericalHeatTransfer(const dictionary &dict, const phasePair &pair)
Construct from components.