Public Member Functions | List of all members
constantNuHeatTransfer Class Reference

Model which applies a user provided constant Nusselt number for interfacial heat transfer. More...

Inheritance diagram for constantNuHeatTransfer:
Inheritance graph
[legend]
Collaboration diagram for constantNuHeatTransfer:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("constantNu")
 
 constantNuHeatTransfer (const dictionary &dict, const phasePair &pair)
 
virtual ~constantNuHeatTransfer ()
 
tmp< volScalarFieldK (const scalar residualAlpha) const
 
- Public Member Functions inherited from heatTransferModel
 TypeName ("heatTransferModel")
 
 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
 
virtual tmp< volScalarFieldK (const volScalarField &Ur) const =0
 
 TypeName ("heatTransferModel")
 
 declareRunTimeSelectionTable (autoPtr, heatTransferModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 
 heatTransferModel (const dictionary &dict, const phasePair &pair)
 
virtual ~heatTransferModel ()=default
 
tmp< volScalarFieldK () const
 
 TypeName ("heatTransferModel")
 
 declareRunTimeSelectionTable (autoPtr, heatTransferModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 
 heatTransferModel (const dictionary &dict, const phasePair &pair)
 
virtual ~heatTransferModel ()=default
 
virtual tmp< volScalarFieldK () const =0
 

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

Detailed Description

Model which applies a user provided constant Nusselt number for interfacial heat transfer.

Source files

Definition at line 52 of file constantNuHeatTransfer.H.

Constructor & Destructor Documentation

◆ constantNuHeatTransfer()

constantNuHeatTransfer ( const dictionary dict,
const phasePair pair 
)

Definition at line 45 of file constantNuHeatTransfer.C.

◆ ~constantNuHeatTransfer()

~constantNuHeatTransfer ( )
virtual

Definition at line 57 of file constantNuHeatTransfer.C.

Member Function Documentation

◆ TypeName()

TypeName ( "constantNu"  )

◆ K()

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

Implements heatTransferModel.

Definition at line 65 of file constantNuHeatTransfer.C.

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

Here is the call graph for this function:

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