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