33template<
class CloudType>
41 a_(this->
coeffDict().template getOrDefault<scalar>(
"a", 2.0)),
42 b_(this->
coeffDict().template getOrDefault<scalar>(
"b", 0.6)),
43 m_(this->
coeffDict().template getOrDefault<scalar>(
"m", 1.0/2.0)),
44 n_(this->
coeffDict().template getOrDefault<scalar>(
"n", 1.0/3.0))
48template<
class CloudType>
61template<
class CloudType>
Templated class to calculate the fluid-particle heat transfer coefficients based on a specified Nusse...
HeatTransferModel(CloudType &owner)
Construct null from owner.
Nusselt-number model using the empirical Ranz-Marshall correlation to be used in modelling of the flu...
RanzMarshall(const dictionary &dict, CloudType &cloud)
Construct from dictionary.
virtual scalar Nu(const scalar Re, const scalar Pr) const
Return Nusselt number.
A cloud is a registry collection of lagrangian particles.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const dictionary & coeffDict() const
Return const access to the coefficients dictionary.
const dictionary & dict() const
Return const access to the cloud dictionary.
DSMCCloud< dsmcParcel > CloudType
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
scalarField Re(const UList< complex > &cmplx)
Extract real component.
dimensionedScalar Pr("Pr", dimless, laminarTransport)