Go to the documentation of this file.
121 #ifndef RanzMarshall_H
122 #define RanzMarshall_H
135 template<
class CloudType>
138 public HeatTransferModel<CloudType>
176 virtual autoPtr<HeatTransferModel<CloudType>>
clone()
const
178 return autoPtr<HeatTransferModel<CloudType>>
180 new RanzMarshall<CloudType>(*
this)
209 #include "RanzMarshall.C"
Templated class to calculate the fluid-particle heat transfer coefficients based on a specified Nusse...
virtual ~RanzMarshall()=default
virtual autoPtr< HeatTransferModel< CloudType > > clone() const
dimensionedScalar Pr("Pr", dimless, laminarTransport)
DSMCCloud< dsmcParcel > CloudType
Templated base class for dsmc cloud.
void operator=(const RanzMarshall &)=delete
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...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
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