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

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...

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:
  • src/lagrangian/dieselSpray/spraySubModels/heatTransferModel/noHeatTransfer/noHeatTransfer.H
  • src/lagrangian/dieselSpray/spraySubModels/heatTransferModel/noHeatTransfer/noHeatTransfer.C