26 #include "RanzMarshall.H" 33 namespace heatTransferModels
45 const dictionary&
dict,
46 const phaseInterface& interface
49 heatTransferModel(dict, interface),
52 interface.modelCast<heatTransferModel, dispersedPhaseInterface>()
72 *
max(interface_.dispersed(), residualAlpha)
73 *interface_.continuous().thermo().kappa()
75 /
sqr(interface_.dispersed().d());
layerAndWeight max(const layerAndWeight &a, const layerAndWeight &b)
tmp< volScalarField > K() const
The heat transfer function K used in the enthalpy equation.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
RanzMarshall(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
dimensionedScalar sqrt(const dimensionedScalar &ds)
virtual scalar Nu(const scalar Re, const scalar Pr) const
Nusselt number.
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensionedScalar cbrt(const dimensionedScalar &ds)
virtual ~RanzMarshall()
Destructor.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
A class for managing temporary objects.