FreeFOAM The Cross-Platform CFD Toolkit
noHeatTransfer Class Reference

no heat transfer. return a negative value to prevent the liquid being heated up. More...

#include <dieselSpray/noHeatTransfer.H>


Detailed Description

no heat transfer. return a negative value to prevent the liquid being heated up.

Definition at line 47 of file noHeatTransfer.H.

+ Inheritance diagram for noHeatTransfer:
+ Collaboration diagram for noHeatTransfer:

List of all members.

Public Member Functions

 TypeName ("off")
 Runtime type information.
 noHeatTransfer (const dictionary &dict)
 Construct from dictionary.
 ~noHeatTransfer ()
bool heatTransfer () const
 heat transfer on/off
scalar Nu (const scalar ReynoldsNumber, const scalar PrandtlNumber) const
 Nusselt Number.
scalar relaxationTime (const scalar liquidDensity, const scalar diameter, const scalar liquidcL, const scalar kappa, const scalar ReynoldsNumber, const scalar PrandtlNumber) const
 Return the heat transfer relaxation time.
scalar fCorrection (const scalar z) const
 Return the correction function f...
- Public Member Functions inherited from heatTransferModel
 TypeName ("heatTransferModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, heatTransferModel, dictionary,(const dictionary &dict),(dict))
 heatTransferModel (const dictionary &dict)
 Construct from dictionary.
virtual ~heatTransferModel ()

Additional Inherited Members

- Static Public Member Functions inherited from heatTransferModel
static autoPtr< heatTransferModelNew (const dictionary &dict)
- Protected Attributes inherited from heatTransferModel
const dictionarydict_

Constructor & Destructor Documentation

noHeatTransfer ( const dictionary dict)

Construct from dictionary.

Definition at line 51 of file noHeatTransfer.C.

Definition at line 60 of file noHeatTransfer.C.


Member Function Documentation

TypeName ( "off"  )

Runtime type information.

bool heatTransfer ( ) const
virtual

heat transfer on/off

Implements heatTransferModel.

Definition at line 66 of file noHeatTransfer.C.

scalar Nu ( const scalar  ReynoldsNumber,
const scalar  PrandtlNumber 
) const
virtual

Nusselt Number.

Implements heatTransferModel.

Definition at line 72 of file noHeatTransfer.C.

scalar relaxationTime ( const scalar  liquidDensity,
const scalar  diameter,
const scalar  liquidcL,
const scalar  kappa,
const scalar  ReynoldsNumber,
const scalar  PrandtlNumber 
) const
virtual

Return the heat transfer relaxation time.

Implements heatTransferModel.

Definition at line 81 of file noHeatTransfer.C.

scalar fCorrection ( const scalar  z) const
virtual

Return the correction function f...

Implements heatTransferModel.

Definition at line 93 of file noHeatTransfer.C.


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