Dummy heat transfer model for 'none'. More...
Public Member Functions | |
TypeName ("none") | |
Runtime type information. More... | |
NoHeatTransfer (const dictionary &, CloudType &owner) | |
Construct from dictionary. More... | |
NoHeatTransfer (const NoHeatTransfer< CloudType > &im) | |
Construct copy. More... | |
virtual autoPtr< HeatTransferModel< CloudType > > | clone () const |
Construct and return a clone. More... | |
virtual | ~NoHeatTransfer () |
Destructor. More... | |
virtual bool | active () const |
Flag to indicate whether model activates heat transfer model. More... | |
virtual scalar | Nu (const scalar, const scalar) const |
Nusselt number. More... | |
virtual scalar | Pr () const |
Prandtl number. More... | |
![]() | |
TypeName ("heatTransferModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, HeatTransferModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
Declare runtime constructor selection table. More... | |
HeatTransferModel (CloudType &owner) | |
Construct null from owner. More... | |
HeatTransferModel (const dictionary &dict, CloudType &owner, const word &type) | |
Construct from dictionary. More... | |
HeatTransferModel (const HeatTransferModel< CloudType > &htm) | |
Construct copy. More... | |
virtual autoPtr< HeatTransferModel< CloudType > > | clone () const=0 |
Construct and return a clone. More... | |
virtual | ~HeatTransferModel () |
Destructor. More... | |
const Switch & | BirdCorrection () const |
Return the Bird htc correction flag. More... | |
virtual scalar | htc (const scalar dp, const scalar Re, const scalar Pr, const scalar kappa, const scalar NCpW) const |
Return heat transfer coefficient. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< HeatTransferModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. More... | |
Dummy heat transfer model for 'none'.
Definition at line 46 of file NoHeatTransfer.H.
NoHeatTransfer | ( | const dictionary & | , |
CloudType & | owner | ||
) |
Construct from dictionary.
Definition at line 32 of file NoHeatTransfer.C.
NoHeatTransfer | ( | const NoHeatTransfer< CloudType > & | im | ) |
Construct copy.
Definition at line 43 of file NoHeatTransfer.C.
|
virtual |
Destructor.
Definition at line 54 of file NoHeatTransfer.C.
TypeName | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 65 of file NoHeatTransfer.H.
|
virtual |
Flag to indicate whether model activates heat transfer model.
Definition at line 61 of file NoHeatTransfer.C.
|
virtual |
Nusselt number.
Implements HeatTransferModel< CloudType >.
Definition at line 69 of file NoHeatTransfer.C.
|
virtual |
Prandtl number.
Definition at line 79 of file NoHeatTransfer.C.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.