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 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.
virtual tmp< volScalarFieldK (const volScalarField &Ur) const =0
 The heat-transfer function K used in the enthalpy eq.

Static Public Member Functions

static autoPtr< heatTransferModelNew (const dictionary &dict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2)

Protected Attributes

const dictionaryinterfaceDict_
const volScalarFieldalpha1_
const phaseModelphase1_
const phaseModelphase2_

Detailed Description

Constructor & Destructor Documentation

◆ heatTransferModel()

heatTransferModel ( const dictionary & dict,
const volScalarField & alpha1,
const phaseModel & phase1,
const phaseModel & phase2 )

Definition at line 38 of file heatTransferModel.C.

References alpha1, alpha1_, dict, interfaceDict_, phase1, phase1_, phase2, and phase2_.

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

Here is the caller graph for this function:

◆ ~heatTransferModel()

virtual ~heatTransferModel ( )
virtualdefault

Destructor.

References alpha1, dict, phase1, and phase2.

Member Function Documentation

◆ TypeName()

TypeName ( "heatTransferModel" )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr ,
heatTransferModel ,
dictionary ,
(const dictionary &dict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2) ,
(dict, alpha1, phase1, phase2)  )

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

Here is the call graph for this function:

◆ New()

Foam::autoPtr< Foam::multiphaseEuler::heatTransferModel > New ( const dictionary & dict,
const volScalarField & alpha1,
const phaseModel & phase1,
const phaseModel & phase2 )
static

Definition at line 56 of file heatTransferModel.C.

References alpha1, dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, phase1, and phase2.

Here is the call graph for this function:

◆ K()

virtual tmp< volScalarField > K ( const volScalarField & Ur) const
pure 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! *****************************

Implemented in RanzMarshall.

Member Data Documentation

◆ interfaceDict_

const dictionary& interfaceDict_
protected

Definition at line 57 of file heatTransferModel.H.

Referenced by heatTransferModel().

◆ alpha1_

const volScalarField& alpha1_
protected

Definition at line 58 of file heatTransferModel.H.

Referenced by heatTransferModel().

◆ phase1_

const phaseModel& phase1_
protected

Definition at line 59 of file heatTransferModel.H.

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

◆ phase2_

const phaseModel& phase2_
protected

Definition at line 60 of file heatTransferModel.H.

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


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