FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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.

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:
  • src/lagrangian/intermediate/submodels/Thermodynamic/HeatTransferModel/NoHeatTransfer/NoHeatTransfer.H
  • src/lagrangian/intermediate/submodels/Thermodynamic/HeatTransferModel/NoHeatTransfer/NoHeatTransfer.C