32 #ifndef NoHeatTransfer_H
33 #define NoHeatTransfer_H
46 template<
class CloudType>
82 virtual scalar
Nu(
const scalar,
const scalar)
const;
85 virtual scalar
Pr()
const;
const CloudType & owner() const
Return const access to the owner cloud.
Templated base class for dsmc cloud.
Templated heat transfer model class.
Dummy heat transfer model for 'none'.
virtual autoPtr< HeatTransferModel< CloudType > > clone() const
Construct and return a clone.
virtual scalar Nu(const scalar, const scalar) const
Nusselt number.
TypeName("none")
Runtime type information.
virtual ~NoHeatTransfer()
Destructor.
virtual scalar Pr() const
Prandtl number.
NoHeatTransfer(const dictionary &, CloudType &owner)
Construct from dictionary.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....