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