Templated heat transfer model class. More...
Public Member Functions | |
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 | Nu (const scalar Re, const scalar Pr) const =0 |
Nusselt number. 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... | |
Static Public Member Functions | |
static autoPtr< HeatTransferModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. More... | |
Private Attributes | |
const Switch | BirdCorrection_ |
Apply Bird's correction to the htc. More... | |
HeatTransferModel | ( | CloudType & | owner | ) |
Construct null from owner.
Definition at line 31 of file HeatTransferModel.C.
HeatTransferModel | ( | const dictionary & | dict, |
CloudType & | owner, | ||
const word & | type | ||
) |
Construct from dictionary.
Definition at line 40 of file HeatTransferModel.C.
HeatTransferModel | ( | const HeatTransferModel< CloudType > & | htm | ) |
Construct copy.
Definition at line 53 of file HeatTransferModel.C.
|
virtual |
Destructor.
Definition at line 65 of file HeatTransferModel.C.
TypeName | ( | "heatTransferModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
HeatTransferModel | , | ||
dictionary | , | ||
(const dictionary &dict, CloudType &owner) | , | ||
(dict, owner) | |||
) |
Declare runtime constructor selection table.
|
pure virtual |
Construct and return a clone.
|
static |
Selector.
Definition at line 33 of file HeatTransferModelNew.C.
const Foam::Switch & BirdCorrection | ( | ) | const |
Return the Bird htc correction flag.
Definition at line 72 of file HeatTransferModel.C.
|
pure virtual |
Nusselt number.
Implemented in NoHeatTransfer< CloudType >, and RanzMarshall< CloudType >.
|
virtual |
Return heat transfer coefficient.
Definition at line 80 of file HeatTransferModel.C.
|
private |
Apply Bird's correction to the htc.
Definition at line 60 of file HeatTransferModel.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.