no heat transfer. return a negative value to prevent the liquid being heated up. More...
#include <dieselSpray/noHeatTransfer.H>
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: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< heatTransferModel > | New (const dictionary &dict) |
Protected Attributes inherited from heatTransferModel | |
| const dictionary & | dict_ |
| noHeatTransfer | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 51 of file noHeatTransfer.C.
| ~noHeatTransfer | ( | ) |
Definition at line 60 of file noHeatTransfer.C.
| TypeName | ( | "off" | ) |
Runtime type information.
|
virtual |
|
virtual |
|
virtual |
Return the heat transfer relaxation time.
Implements heatTransferModel.
Definition at line 81 of file noHeatTransfer.C.
|
virtual |
Return the correction function f...
Implements heatTransferModel.
Definition at line 93 of file noHeatTransfer.C.