NoHeatTransfer< CloudType > Class Template Reference

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

Inheritance diagram for NoHeatTransfer< CloudType >:
[legend]
Collaboration diagram for NoHeatTransfer< CloudType >:
[legend]

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 NoHeatTransfer (const dictionary &, CloudType &owner)
 Construct from dictionary. More...
 
 NoHeatTransfer (const NoHeatTransfer< CloudType > &im)
 Construct copy. More...
 
virtual autoPtr< HeatTransferModel< CloudType > > clone () const
 Construct and return a clone. More...
 
virtual ~NoHeatTransfer ()
 Destructor. More...
 
virtual bool active () const
 Flag to indicate whether model activates heat transfer model. More...
 
virtual scalar Nu (const scalar, const scalar) const
 Nusselt number. More...
 
virtual scalar Pr () const
 Prandtl number. More...
 
- Public Member Functions inherited from HeatTransferModel< CloudType >
 TypeName ("heatTransferModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, HeatTransferModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 Declare runtime constructor selection table. More...
 
 HeatTransferModel (CloudType &owner)
 Construct null from owner. More...
 
 HeatTransferModel (const dictionary &dict, CloudType &owner, const word &type)
 Construct from dictionary. More...
 
 HeatTransferModel (const HeatTransferModel< CloudType > &htm)
 Construct copy. More...
 
virtual ~HeatTransferModel ()
 Destructor. More...
 
bool BirdCorrection () const
 The Bird HTC correction flag. More...
 
virtual scalar htc (const scalar dp, const scalar Re, const scalar Pr, const scalar kappa, const scalar NCpW) const
 Return heat transfer coefficient. More...
 

Additional Inherited Members

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

Detailed Description

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

Dummy heat transfer model for 'none'.

Definition at line 51 of file NoHeatTransfer.H.

Constructor & Destructor Documentation

◆ NoHeatTransfer() [1/2]

NoHeatTransfer ( const dictionary ,
CloudType owner 
)

Construct from dictionary.

Definition at line 34 of file NoHeatTransfer.C.

◆ NoHeatTransfer() [2/2]

Construct copy.

Definition at line 45 of file NoHeatTransfer.C.

◆ ~NoHeatTransfer()

~NoHeatTransfer ( )
virtual

Destructor.

Definition at line 56 of file NoHeatTransfer.C.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ clone()

virtual autoPtr<HeatTransferModel<CloudType> > clone ( ) const
inlinevirtual

Construct and return a clone.

Implements HeatTransferModel< CloudType >.

Definition at line 70 of file NoHeatTransfer.H.

◆ active()

bool active ( ) const
virtual

Flag to indicate whether model activates heat transfer model.

Definition at line 63 of file NoHeatTransfer.C.

◆ Nu()

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

Nusselt number.

Implements HeatTransferModel< CloudType >.

Definition at line 71 of file NoHeatTransfer.C.

◆ Pr()

Foam::scalar Pr ( ) const
virtual

Prandtl number.

Definition at line 81 of file NoHeatTransfer.C.


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