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

#include <RanzMarshall.H>

Inheritance diagram for RanzMarshall:
Collaboration diagram for RanzMarshall:

Public Member Functions

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

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)
Protected Attributes inherited from heatTransferModel
const dictionaryinterfaceDict_
const volScalarFieldalpha1_
const phaseModelphase1_
const phaseModelphase2_

Detailed Description

Source files

Definition at line 50 of file RanzMarshall.H.

Constructor & Destructor Documentation

◆ RanzMarshall()

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

Construct from components.

Definition at line 48 of file RanzMarshall.C.

References alpha1, heatTransferModel::heatTransferModel(), phase1, and phase2.

Here is the call graph for this function:

◆ ~RanzMarshall()

~RanzMarshall ( )
virtual

Destructor.

Definition at line 62 of file RanzMarshall.C.

Member Function Documentation

◆ TypeName()

TypeName ( "RanzMarshall" )

Runtime type information.

References alpha1, phase1, and phase2.

◆ K()

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

References Foam::cbrt(), Foam::max(), heatTransferModel::phase1_, heatTransferModel::phase2_, Foam::Re(), 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/multiphaseEuler/multiphaseSystem/interfacialModels/heatTransferModels/RanzMarshall/RanzMarshall.H
  • src/phaseSystemModels/multiphaseEuler/multiphaseSystem/interfacialModels/heatTransferModels/RanzMarshall/RanzMarshall.C