RanzMarshall Class Reference

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

Inheritance diagram for RanzMarshall:
[legend]
Collaboration diagram for RanzMarshall:
[legend]

Public Member Functions

 TypeName ("RanzMarshall")
 Runtime type information. More...
 
 RanzMarshall (const dictionary &interfaceDict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2)
 Construct from components. More...
 
virtual ~RanzMarshall ()
 Destructor. More...
 
tmp< volScalarFieldK (const volScalarField &Ur) const
 The heat-transfer function K used in the enthalpy eq. More...
 
 TypeName ("RanzMarshall")
 Runtime type information. More...
 
 RanzMarshall (const dictionary &dict, const phasePair &pair)
 Construct from components. More...
 
virtual ~RanzMarshall ()
 Destructor. More...
 
tmp< volScalarFieldK (const scalar residualAlpha) const
 The heat transfer function K used in the enthalpy equation. More...
 
 TypeName ("RanzMarshall")
 Runtime type information. More...
 
 RanzMarshall (const dictionary &dict, const phasePair &pair)
 Construct from components. More...
 
virtual ~RanzMarshall ()
 Destructor. More...
 
tmp< volScalarFieldK () const
 The heat transfer function K used in the enthalpy equation. More...
 
- Public Member Functions inherited from heatTransferModel
 TypeName ("heatTransferModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, heatTransferModel, dictionary,(const dictionary &dict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2),(dict, alpha1, phase1, phase2))
 
 heatTransferModel (const dictionary &dict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2)
 
virtual ~heatTransferModel ()=default
 Destructor. More...
 
 TypeName ("heatTransferModel")
 Runtime type information. More...
 
 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. More...
 
virtual ~heatTransferModel ()=default
 Destructor. More...
 
tmp< volScalarFieldK () const
 The heat transfer function K used in the enthalpy equation. More...
 
 TypeName ("heatTransferModel")
 Runtime type information. More...
 
 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. More...
 
virtual ~heatTransferModel ()=default
 Destructor. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from heatTransferModel
static autoPtr< heatTransferModelNew (const dictionary &dict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2)
 
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. More...
 
- Protected Attributes inherited from heatTransferModel
const dictionaryinterfaceDict_
 
const volScalarFieldalpha1_
 
const phaseModelphase1_
 
const phaseModelphase2_
 
const phasePairpair_
 Phase pair. More...
 
const dimensionedScalar residualAlpha_
 Residual phase fraction. More...
 

Detailed Description

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

Source files

Source files

Source files

Definition at line 51 of file RanzMarshall.H.

Constructor & Destructor Documentation

◆ RanzMarshall() [1/3]

RanzMarshall ( const dictionary interfaceDict,
const volScalarField alpha1,
const phaseModel phase1,
const phaseModel phase2 
)

Construct from components.

Definition at line 52 of file RanzMarshall.C.

◆ ~RanzMarshall() [1/3]

~RanzMarshall ( )
virtual

Destructor.

Definition at line 65 of file RanzMarshall.C.

◆ RanzMarshall() [2/3]

RanzMarshall ( const dictionary dict,
const phasePair pair 
)

Construct from components.

Definition at line 47 of file RanzMarshall.C.

◆ ~RanzMarshall() [2/3]

virtual ~RanzMarshall ( )
virtual

Destructor.

◆ RanzMarshall() [3/3]

RanzMarshall ( const dictionary dict,
const phasePair pair 
)

Construct from components.

◆ ~RanzMarshall() [3/3]

virtual ~RanzMarshall ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName() [1/3]

TypeName ( "RanzMarshall"  )

Runtime type information.

◆ K() [1/3]

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

The heat-transfer function K used in the enthalpy eq.

ddt(alpha1*rho1*ha) + ... = ... alpha1*alpha2*K*(Ta - Tb) ddt(alpha2*rho2*hb) + ... = ... alpha1*alpha2*K*(Tb - Ta) NB! ***************************** for numerical reasons alpha1 and alpha2 has been extracted from the heat-transfer function K, so you MUST divide K by alpha1*alpha2 when implementing the heat-transfer function NB! *****************************

Implements heatTransferModel.

Definition at line 72 of file RanzMarshall.C.

References Foam::cbrt(), Foam::constant::electromagnetic::e, Foam::max(), Foam::Re(), Foam::sqr(), and Foam::sqrt().

Here is the call graph for this function:

◆ TypeName() [2/3]

TypeName ( "RanzMarshall"  )

Runtime type information.

◆ K() [2/3]

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 65 of file RanzMarshall.C.

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

Here is the call graph for this function:

◆ TypeName() [3/3]

TypeName ( "RanzMarshall"  )

Runtime type information.

◆ K() [3/3]

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

The heat transfer function K used in the enthalpy equation.

Implements heatTransferModel.

Definition at line 65 of file RanzMarshall.C.

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

Here is the call graph for this function:

The documentation for this class was generated from the following files: