heatTransferModel Class Referenceabstract
Inheritance diagram for heatTransferModel:
[legend]
Collaboration diagram for heatTransferModel:
[legend]

Public Member Functions

 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...
 
virtual tmp< volScalarFieldK (const scalar residualAlpha) const =0
 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...
 
virtual tmp< volScalarFieldK () const =0
 The heat transfer function K used in the enthalpy equation. More...
 

Static Public Member Functions

static autoPtr< heatTransferModelNew (const dictionary &dict, const phasePair &pair)
 
static autoPtr< heatTransferModelNew (const dictionary &dict, const phasePair &pair)
 

Static Public Attributes

static const dimensionSet dimK
 Coefficient dimensions. More...
 

Protected Attributes

const phasePairpair_
 Phase pair. More...
 
const dimensionedScalar residualAlpha_
 Residual phase fraction. More...
 

Detailed Description

Constructor & Destructor Documentation

◆ heatTransferModel() [1/2]

heatTransferModel ( const dictionary dict,
const phasePair pair 
)

Construct froma dictionary and a phase pair.

Definition at line 47 of file heatTransferModel.C.

References Foam::dimless.

◆ ~heatTransferModel() [1/2]

virtual ~heatTransferModel ( )
virtualdefault

Destructor.

◆ heatTransferModel() [2/2]

heatTransferModel ( const dictionary dict,
const phasePair pair 
)

Construct froma dictionary and a phase pair.

◆ ~heatTransferModel() [2/2]

virtual ~heatTransferModel ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "heatTransferModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable() [1/2]

declareRunTimeSelectionTable ( autoPtr  ,
heatTransferModel  ,
dictionary  ,
(const dictionary &dict, const phasePair &pair)  ,
(dict, pair)   
)

◆ New() [1/2]

Foam::autoPtr< Foam::heatTransferModel > New ( const dictionary dict,
const phasePair pair 
)
static

Definition at line 71 of file heatTransferModel.C.

References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, dictionary::get(), and Foam::Info.

Here is the call graph for this function:

◆ K() [1/3]

The heat transfer function K used in the enthalpy equation.

ddt(alpha1*rho1*ha) + ... = ... K*(Ta - Tb) ddt(alpha2*rho2*hb) + ... = ... K*(Tb - Ta)

Definition at line 102 of file heatTransferModel.C.

◆ K() [2/3]

virtual tmp< volScalarField > K ( const scalar  residualAlpha) const
pure virtual

The heat transfer function K used in the enthalpy equation.

ddt(alpha1*rho1*ha) + ... = ... K*(Ta - Tb) ddt(alpha2*rho2*hb) + ... = ... K*(Tb - Ta) with a specified residual volume fraction

Implemented in constantNuHeatTransfer, RanzMarshall, and sphericalHeatTransfer.

◆ TypeName() [2/2]

TypeName ( "heatTransferModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable() [2/2]

declareRunTimeSelectionTable ( autoPtr  ,
heatTransferModel  ,
dictionary  ,
(const dictionary &dict, const phasePair &pair)  ,
(dict, pair)   
)

◆ New() [2/2]

static autoPtr< heatTransferModel > New ( const dictionary dict,
const phasePair pair 
)
static

◆ K() [3/3]

virtual tmp< volScalarField > K ( ) const
pure virtual

The heat transfer function K used in the enthalpy equation.

ddt(alpha1*rho1*ha) + ... = ... K*(Ta - Tb) ddt(alpha2*rho2*hb) + ... = ... K*(Tb - Ta)

Implemented in RanzMarshall, and sphericalHeatTransfer.

Member Data Documentation

◆ pair_

const phasePair & pair_
protected

Phase pair.

Definition at line 62 of file heatTransferModel.H.

◆ residualAlpha_

const dimensionedScalar residualAlpha_
protected

Residual phase fraction.

Definition at line 65 of file heatTransferModel.H.

◆ dimK


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