Go to the documentation of this file.
33 template<
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))
48 template<
class CloudType>
61 template<
class CloudType>
dimensionedScalar Pr("Pr", dimless, laminarTransport)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Nusselt-number model using the empirical Ranz-Marshall correlation to be used in modelling of the flu...
A cloud is a registry collection of lagrangian particles.
RanzMarshall(const dictionary &dict, CloudType &cloud)
scalarField Re(const UList< complex > &cf)
virtual scalar Nu(const scalar Re, const scalar Pr) const