Loading...
Searching...
No Matches
heatTransferModel Class Referenceabstract

#include <heatTransferModel.H>

Inheritance diagram for heatTransferModel:
Collaboration diagram for heatTransferModel:

Public Member Functions

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

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.

Protected Attributes

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

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 40 of file heatTransferModel.C.

References dict, Foam::dimless, pair_, phase1, and residualAlpha_.

Referenced by constantNuHeatTransfer::constantNuHeatTransfer(), declareRunTimeSelectionTable(), RanzMarshall::RanzMarshall(), and sphericalHeatTransfer::sphericalHeatTransfer().

Here is the caller graph for this function:

◆ ~heatTransferModel() [1/2]

virtual ~heatTransferModel ( )
virtualdefault

Destructor.

References dict.

◆ heatTransferModel() [2/2]

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

Construct froma dictionary and a phase pair.

References dict.

◆ ~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)  )

References dict, and heatTransferModel().

Here is the call graph for this function:

◆ New() [1/2]

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

Definition at line 64 of file heatTransferModel.C.

References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, 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 95 of file heatTransferModel.C.

References residualAlpha_.

◆ 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)  )

References dict, dimK, and heatTransferModel().

Here is the call graph for this function:

◆ New() [2/2]

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

References dict.

◆ 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_

◆ residualAlpha_

const dimensionedScalar residualAlpha_
protected

Residual phase fraction.

Definition at line 65 of file heatTransferModel.H.

Referenced by heatTransferModel(), K(), RanzMarshall::K(), and sphericalHeatTransfer::K().

◆ dimK


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