The Ranz-Marshal correlation for heat transfer. More...
#include <lagrangianIntermediate/RanzMarshall.H>
The Ranz-Marshal correlation for heat transfer.
The Ranz-Marshall correlation for heat transfer.
Definition at line 45 of file RanzMarshall.H.
Public Member Functions | |
TypeName ("RanzMarshall") | |
Runtime type information. | |
RanzMarshall (const dictionary &dict) | |
Construct from dictionary. | |
~RanzMarshall () | |
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... | |
TypeName ("RanzMarshall") | |
Runtime type information. | |
RanzMarshall (const dictionary &dict, CloudType &cloud) | |
Construct from dictionary. | |
virtual | ~RanzMarshall () |
Destructor. | |
virtual bool | active () const |
Flag to indicate whether model activates heat transfer model. | |
virtual scalar | Nu (const scalar Re, const scalar Pr) const |
Nusselt 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. | |
![]() | |
TypeName ("heatTransferModel") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, heatTransferModel, dictionary,(const dictionary &dict),(dict)) | |
heatTransferModel (const dictionary &dict) | |
Construct from dictionary. | |
virtual | ~heatTransferModel () |
Additional Inherited Members | |
![]() | |
static autoPtr < HeatTransferModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. | |
![]() | |
static autoPtr< heatTransferModel > | New (const dictionary &dict) |
![]() | |
const dictionary & | dict_ |
RanzMarshall | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 51 of file RanzMarshall.C.
~RanzMarshall | ( | ) |
Definition at line 64 of file RanzMarshall.C.
RanzMarshall | ( | const dictionary & | dict, |
CloudType & | cloud | ||
) |
Construct from dictionary.
Definition at line 32 of file RanzMarshall.C.
|
virtual |
Destructor.
TypeName | ( | "RanzMarshall< CloudType >" | ) |
Runtime type information.
|
virtual |
|
virtual |
Nusselt Number.
Implements heatTransferModel.
Definition at line 76 of file RanzMarshall.C.
References Foam::pow().
|
virtual |
Return the heat transfer relaxation time.
Implements heatTransferModel.
Definition at line 85 of file RanzMarshall.C.
References Foam::max(), and Foam::pow().
|
virtual |
Return the correction function f...
Implements heatTransferModel.
Definition at line 101 of file RanzMarshall.C.
References correct(), e, and Foam::exp().
TypeName | ( | "RanzMarshall< CloudType >" | ) |
Runtime type information.
|
virtual |
Flag to indicate whether model activates heat transfer model.
Implements HeatTransferModel< CloudType >.
Definition at line 51 of file RanzMarshall.C.
|
virtual |
Nusselt number.
Implements heatTransferModel.