OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

NoHeatTransfer< CloudType > Class Template Reference

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

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.

Detailed Description

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

Dummy heat transfer model for 'none'.

Definition at line 38 of file NoHeatTransfer.H.


Constructor & Destructor Documentation

NoHeatTransfer ( const dictionary ,
CloudType &  owner 
) [inline]

Construct from dictionary.

Definition at line 24 of file NoHeatTransfer.C.

~NoHeatTransfer (  )  [inline, virtual]

Destructor.

Definition at line 36 of file NoHeatTransfer.C.


Member Function Documentation

TypeName ( "none"   ) 

Runtime type information.

bool active (  )  const [inline, virtual]

Flag to indicate whether model activates heat transfer model.

Implements HeatTransferModel< CloudType >.

Definition at line 43 of file NoHeatTransfer.C.

Foam::scalar Nu ( const   scalar,
const   scalar 
) const [inline, virtual]

Nusselt number.

Implements HeatTransferModel< CloudType >.

Definition at line 51 of file NoHeatTransfer.C.

Foam::scalar Pr (  )  const [inline, virtual]

Prandtl number.

Implements HeatTransferModel< CloudType >.

Definition at line 61 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
Copyright © 2000-2009 OpenCFD Ltd