Templated heat transfer model class. More...
#include <lagrangianIntermediate/HeatTransferModel.H>
Templated heat transfer model class.
Definition at line 53 of file HeatTransferModel.H.
Inheritance diagram for HeatTransferModel< CloudType >:Public Member Functions | |
| 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 bool | active () const =0 |
| Flag to indicate whether model activates heat transfer model. | |
| virtual scalar | Nu (const scalar Re, const scalar Pr) const =0 |
| Nusselt number. | |
| virtual scalar | htc (const scalar dp, const scalar Re, const scalar Pr, const scalar kappa, const scalar NCpW) const |
| Return heat transfer coefficient. | |
Static Public Member Functions | |
| static autoPtr < HeatTransferModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
| Selector. | |
| 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 42 of file HeatTransferModel.C.
|
virtual |
Destructor.
Definition at line 58 of file HeatTransferModel.C.
| TypeName | ( | "HeatTransferModel< CloudType >" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| HeatTransferModel< CloudType > | , | ||
| dictionary | , | ||
| (const dictionary &dict, CloudType &owner) | , | ||
| (dict, owner) | |||
| ) |
Declare runtime constructor selection table.
|
static |
Selector.
Definition at line 33 of file NewHeatTransferModel.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, Foam::Info, dictionary::lookup(), and Foam::nl.
| const Foam::dictionary & dict | ( | ) | const |
Return the cloud dictionary.
Definition at line 72 of file HeatTransferModel.C.
| const Foam::dictionary & coeffDict | ( | ) | const |
Return the coefficients dictionary.
Definition at line 79 of file HeatTransferModel.C.
| const CloudType & owner | ( | ) | const |
Return the owner cloud object.
Definition at line 65 of file HeatTransferModel.C.
| const Foam::Switch & BirdCorrection | ( | ) | const |
Return the Bird htc correction flag.
Definition at line 86 of file HeatTransferModel.C.
|
pure virtual |
Flag to indicate whether model activates heat transfer model.
Implemented in RanzMarshall< CloudType >, and NoHeatTransfer< CloudType >.
|
pure virtual |
Nusselt number.
Implemented in RanzMarshall< CloudType >, RanzMarshall< CloudType >, and NoHeatTransfer< CloudType >.
|
virtual |
Return heat transfer coefficient.
Definition at line 94 of file HeatTransferModel.C.
References Foam::exp(), Foam::mag(), and Foam::min().