33 namespace heatTransferModels
47 const bool registerObject
71 max(interface_.continuous(), interface_.continuous().residualAlpha())
78 (7 - 10*alpha2 + 5*sqrAlpha2)
79 *(1 + 0.7*
pow(interface_.Re(), 0.2)*
cbrt(interface_.Pr()))
80 + (1.33 - 2.4*alpha2 + 1.2*sqrAlpha2)
81 *
pow(interface_.Re(), 0.7)*
cbrt(interface_.Pr())
85 6*
max(interface_.dispersed(), residualAlpha)
86 *interface_.continuous().thermo().kappa()
87 *Nu/
sqr(interface_.dispersed().d());
Macros for easy insertion into run-time selection tables.
Generic GeometricField class.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Class to represent a interface between phases where one phase is considered dispersed within the othe...
Model for heat transfer between phases.
tmp< volScalarField > K() const
The heat transfer function K used in the enthalpy equation.
Gunn (1978) correlation for fixed and fluidised beds with Re < 10^5 and continuous phase fraction bet...
Gunn(const dictionary &dict, const phaseInterface &interface, const bool registerObject)
Construct from a dictionary and an interface.
virtual ~Gunn()
Destructor.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
A class for managing temporary objects.
defineTypeNameAndDebug(constantNuHeatTransfer, 0)
addToRunTimeSelectionTable(heatTransferModel, constantNuHeatTransfer, dictionary)
void pow(LagrangianPatchField< typename powProduct< Type, r >::type > &f, const LagrangianPatchField< Type > &f1)
layerAndWeight max(const layerAndWeight &a, const layerAndWeight &b)
void cbrt(LagrangianPatchField< scalar > &f, const LagrangianPatchField< scalar > &f1)
void sqr(LagrangianPatchField< typename outerProduct< Type, Type >::type > &f, const LagrangianPatchField< Type > &f1)