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.
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...
|
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.
bool heatTransfer | ( | ) | const [virtual]
|
scalar Nu | ( | const scalar | ReynoldsNumber, |
const scalar | PrandtlNumber | ||
) | const [virtual]
|
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.