Loading...
Searching...
No Matches
RanzMarshall Class Reference

Ranz-Marshall correlation for turbulent heat transfer from the surface of a sphere to the surrounding fluid. More...

#include <RanzMarshall.H>

Inheritance diagram for RanzMarshall:
Collaboration diagram for RanzMarshall:

Public Member Functions

 TypeName ("RanzMarshall")
 Runtime type information.
 RanzMarshall (const dictionary &dict, const phasePair &pair)
 Construct from components.
virtual ~RanzMarshall ()
 Destructor.
tmp< volScalarFieldK (const scalar residualAlpha) const
 The heat transfer function K used in the enthalpy equation.
 TypeName ("RanzMarshall")
 Runtime type information.
 RanzMarshall (const dictionary &dict, const phasePair &pair)
 Construct from components.
virtual ~RanzMarshall ()
 Destructor.
tmp< volScalarFieldK () const
 The heat transfer function K used in the enthalpy equation.
Public Member Functions inherited from heatTransferModel
 TypeName ("heatTransferModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, heatTransferModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 heatTransferModel (const dictionary &dict, const phasePair &pair)
 Construct froma dictionary and a phase pair.
virtual ~heatTransferModel ()=default
 Destructor.
tmp< volScalarFieldK () const
 The heat transfer function K used in the enthalpy equation.
 TypeName ("heatTransferModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, heatTransferModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 heatTransferModel (const dictionary &dict, const phasePair &pair)
 Construct froma dictionary and a phase pair.
virtual ~heatTransferModel ()=default
 Destructor.

Additional Inherited Members

Static Public Member Functions inherited from heatTransferModel
static autoPtr< heatTransferModelNew (const dictionary &dict, const phasePair &pair)
static autoPtr< heatTransferModelNew (const dictionary &dict, const phasePair &pair)
Static Public Attributes inherited from heatTransferModel
static const dimensionSet dimK
 Coefficient dimensions.
Protected Attributes inherited from heatTransferModel
const phasePairpair_
 Phase pair.
const dimensionedScalar residualAlpha_
 Residual phase fraction.

Detailed Description

Ranz-Marshall correlation for turbulent heat transfer from the surface of a sphere to the surrounding fluid.

Source files

Source files

Definition at line 52 of file RanzMarshall.H.

Constructor & Destructor Documentation

◆ RanzMarshall() [1/2]

RanzMarshall ( const dictionary & dict,
const phasePair & pair )

Construct from components.

Definition at line 39 of file RanzMarshall.C.

References dict, and heatTransferModel::heatTransferModel().

Here is the call graph for this function:

◆ ~RanzMarshall() [1/2]

~RanzMarshall ( )
virtual

Destructor.

Definition at line 51 of file RanzMarshall.C.

◆ RanzMarshall() [2/2]

RanzMarshall ( const dictionary & dict,
const phasePair & pair )

Construct from components.

References dict.

◆ ~RanzMarshall() [2/2]

virtual ~RanzMarshall ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "RanzMarshall" )

Runtime type information.

References dict.

◆ K() [1/2]

Foam::tmp< Foam::volScalarField > K ( const scalar residualAlpha) const
virtual

The heat transfer function K used in the enthalpy equation.

Implements heatTransferModel.

Definition at line 58 of file RanzMarshall.C.

References Foam::cbrt(), Foam::max(), heatTransferModel::pair_, Foam::sqr(), and Foam::sqrt().

Here is the call graph for this function:

◆ TypeName() [2/2]

TypeName ( "RanzMarshall" )

Runtime type information.

◆ K() [2/2]

Foam::tmp< Foam::volScalarField > K ( ) const
virtual

The heat transfer function K used in the enthalpy equation.

Implements heatTransferModel.

Definition at line 58 of file RanzMarshall.C.

References Foam::cbrt(), Foam::max(), heatTransferModel::pair_, heatTransferModel::residualAlpha_, Foam::sqr(), and Foam::sqrt().

Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialModels/heatTransferModels/RanzMarshall/RanzMarshall.H
  • src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/interfacialModels/heatTransferModels/RanzMarshall/RanzMarshall.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialModels/heatTransferModels/RanzMarshall/RanzMarshall.C
  • src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/interfacialModels/heatTransferModels/RanzMarshall/RanzMarshall.C