Dummy heat transfer model for 'none'. More...
#include <lagrangianIntermediate/NoHeatTransfer.H>
Dummy heat transfer model for 'none'.
Definition at line 47 of file NoHeatTransfer.H.
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. | |
![]() | |
TypeName ("HeatTransferModel") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, HeatTransferModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
Declare runtime constructor selection table. | |
HeatTransferModel (CloudType &owner) | |
Construct null from owner. | |
HeatTransferModel (const dictionary &dict, CloudType &owner, const word &type) | |
Construct from dictionary. | |
virtual | ~HeatTransferModel () |
Destructor. | |
const dictionary & | dict () const |
Return the cloud dictionary. | |
const dictionary & | coeffDict () const |
Return the coefficients dictionary. | |
const CloudType & | owner () const |
Return the owner cloud object. | |
const Switch & | BirdCorrection () const |
Return the Bird htc correction flag. | |
virtual scalar | htc (const scalar dp, const scalar Re, const scalar Pr, const scalar kappa, const scalar NCpW) const |
Return heat transfer coefficient. |
Additional Inherited Members | |
![]() | |
static autoPtr < HeatTransferModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. |
NoHeatTransfer | ( | const dictionary & | , |
CloudType & | owner | ||
) |
Construct from dictionary.
Definition at line 32 of file NoHeatTransfer.C.
|
virtual |
Destructor.
Definition at line 44 of file NoHeatTransfer.C.
TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Flag to indicate whether model activates heat transfer model.
Implements HeatTransferModel< CloudType >.
Definition at line 51 of file NoHeatTransfer.C.
|
virtual |
Nusselt number.
Implements HeatTransferModel< CloudType >.
Definition at line 59 of file NoHeatTransfer.C.
|
virtual |
Prandtl number.
Definition at line 69 of file NoHeatTransfer.C.