Go to the documentation of this file.
57 #ifndef NoHeatTransfer_H
58 #define NoHeatTransfer_H
71 template<
class CloudType>
74 public HeatTransferModel<CloudType>
113 virtual bool active()
const
122 virtual scalar
Nu(
const scalar
Re,
const scalar
Pr)
const
128 virtual scalar
Pr()
const
virtual ~NoHeatTransfer()=default
Nusselt-number model providing an interface to the properties of HeatTransferModel without any active...
Templated class to calculate the fluid-particle heat transfer coefficients based on a specified Nusse...
virtual bool active() const
void operator=(const NoHeatTransfer &)=delete
virtual autoPtr< HeatTransferModel< CloudType > > clone() const
NoHeatTransfer(const dictionary &, CloudType &owner)
Templated base class for dsmc cloud.
virtual scalar Pr() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
scalarField Re(const UList< complex > &cf)
virtual scalar Nu(const scalar Re, const scalar Pr) const