Loading...
Searching...
No Matches
constantNuHeatTransfer Class Reference

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

#include <constantNuHeatTransfer.H>

Inheritance diagram for constantNuHeatTransfer:
Collaboration diagram for constantNuHeatTransfer:

Public Member Functions

 TypeName ("constantNu")
 Runtime type information.
 constantNuHeatTransfer (const dictionary &dict, const phasePair &pair)
 Construct from components.
virtual ~constantNuHeatTransfer ()
 Destructor.
tmp< volScalarFieldK (const scalar residualAlpha) const
 The heat transfer function K used in the enthalpy equation.
Public Member Functions inherited from heatTransferModel
 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.
 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.

Additional Inherited Members

Static Public Member Functions inherited from heatTransferModel
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
 Coefficient dimensions.
Protected Attributes inherited from heatTransferModel
const phasePairpair_
 Phase pair.
const dimensionedScalar residualAlpha_
 Residual phase fraction.

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 )

Construct from components.

Definition at line 44 of file constantNuHeatTransfer.C.

References dict, Foam::dimless, and heatTransferModel::heatTransferModel().

Here is the call graph for this function:

◆ ~constantNuHeatTransfer()

~constantNuHeatTransfer ( )
virtual

Destructor.

Definition at line 57 of file constantNuHeatTransfer.C.

Member Function Documentation

◆ TypeName()

TypeName ( "constantNu" )

Runtime type information.

References dict.

◆ K()

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

The heat transfer function K used in the enthalpy equation.

Implements heatTransferModel.

Definition at line 64 of file constantNuHeatTransfer.C.

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

Here is the call graph for this function:

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