FreeFOAM The Cross-Platform CFD Toolkit
NoHeatTransfer< CloudType > Class Template Reference

Dummy heat transfer model for 'none'. More...

#include <lagrangianIntermediate/NoHeatTransfer.H>


Detailed Description

template<class CloudType>
class Foam::NoHeatTransfer< CloudType >

Dummy heat transfer model for 'none'.

Definition at line 47 of file NoHeatTransfer.H.

+ Inheritance diagram for NoHeatTransfer< CloudType >:
+ Collaboration diagram for NoHeatTransfer< CloudType >:

List of all members.

Public Member Functions

 TypeName ("none")
 Runtime type information.
 NoHeatTransfer (const dictionary &, CloudType &owner)
 Construct from dictionary.
virtual ~NoHeatTransfer ()
 Destructor.
virtual bool active () const
 Flag to indicate whether model activates heat transfer model.
virtual scalar Nu (const scalar, const scalar) const
 Nusselt number.
virtual scalar Pr () const
 Prandtl number.
- Public Member Functions inherited from HeatTransferModel< CloudType >
 TypeName ("HeatTransferModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, HeatTransferModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 Declare runtime constructor selection table.
 HeatTransferModel (CloudType &owner)
 Construct null from owner.
 HeatTransferModel (const dictionary &dict, CloudType &owner, const word &type)
 Construct from dictionary.
virtual ~HeatTransferModel ()
 Destructor.
const dictionarydict () const
 Return the cloud dictionary.
const dictionarycoeffDict () const
 Return the coefficients dictionary.
const CloudType & owner () const
 Return the owner cloud object.
const SwitchBirdCorrection () const
 Return the Bird htc correction flag.
virtual scalar htc (const scalar dp, const scalar Re, const scalar Pr, const scalar kappa, const scalar NCpW) const
 Return heat transfer coefficient.

Additional Inherited Members

- Static Public Member Functions inherited from HeatTransferModel< CloudType >
static autoPtr
< HeatTransferModel< CloudType > > 
New (const dictionary &dict, CloudType &owner)
 Selector.

Constructor & Destructor Documentation

NoHeatTransfer ( const dictionary ,
CloudType &  owner 
)

Construct from dictionary.

Definition at line 32 of file NoHeatTransfer.C.

~NoHeatTransfer ( )
virtual

Destructor.

Definition at line 44 of file NoHeatTransfer.C.


Member Function Documentation

TypeName ( "none"  )

Runtime type information.

bool active ( ) const
virtual

Flag to indicate whether model activates heat transfer model.

Implements HeatTransferModel< CloudType >.

Definition at line 51 of file NoHeatTransfer.C.

Foam::scalar Nu ( const scalar  ,
const scalar   
) const
virtual

Nusselt number.

Implements HeatTransferModel< CloudType >.

Definition at line 59 of file NoHeatTransfer.C.

Foam::scalar Pr ( ) const
virtual

Prandtl number.

Definition at line 69 of file NoHeatTransfer.C.


The documentation for this class was generated from the following files: