Public Member Functions | List of all members
sphericalHeatTransfer Class Reference

Model which applies an analytical solution for heat transfer from the surface of a sphere to the fluid within the sphere. More...

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

Public Member Functions

 TypeName ("spherical")
 Runtime type information. More...
 
 sphericalHeatTransfer (const dictionary &dict, const phasePair &pair)
 Construct from components. More...
 
virtual ~sphericalHeatTransfer ()
 Destructor. More...
 
tmp< volScalarFieldK (const scalar residualAlpha) const
 The heat transfer function K used in the enthalpy equation. More...
 
 TypeName ("spherical")
 Runtime type information. More...
 
 sphericalHeatTransfer (const dictionary &dict, const phasePair &pair)
 Construct from components. More...
 
virtual ~sphericalHeatTransfer ()
 Destructor. More...
 
tmp< volScalarFieldK () const
 The heat transfer function K used in the enthalpy equation. More...
 
- Public Member Functions inherited from heatTransferModel
 TypeName ("heatTransferModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, heatTransferModel, dictionary,(const dictionary &interfaceDict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2),(interfaceDict, alpha1, phase1, phase2))
 
 heatTransferModel (const dictionary &interfaceDict, const volScalarField &alpha1, const phaseModel &phase1, const phaseModel &phase2)
 
virtual ~heatTransferModel ()
 Destructor. More...
 
virtual tmp< volScalarFieldK (const volScalarField &Ur) const =0
 The heat-transfer function K used in the enthalpy eq. 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 ()
 Destructor. More...
 
tmp< volScalarFieldK () const
 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 ()
 Destructor. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from heatTransferModel
static autoPtr< heatTransferModelNew (const dictionary &interfaceDict, 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
 Coefficient dimensions. More...
 
- Protected Attributes inherited from heatTransferModel
const dictionaryinterfaceDict_
 
const volScalarFieldalpha1_
 
const phaseModelphase1_
 
const phaseModelphase2_
 
const phasePairpair_
 Phase pair. More...
 
const dimensionedScalar residualAlpha_
 Residual phase fraction. More...
 

Detailed Description

Model which applies an analytical solution for heat transfer from the surface of a sphere to the fluid within the sphere.

Source files

Source files

Definition at line 54 of file sphericalHeatTransfer.H.

Constructor & Destructor Documentation

◆ sphericalHeatTransfer() [1/2]

sphericalHeatTransfer ( const dictionary dict,
const phasePair pair 
)

Construct from components.

◆ ~sphericalHeatTransfer() [1/2]

virtual ~sphericalHeatTransfer ( )
virtual

Destructor.

◆ sphericalHeatTransfer() [2/2]

sphericalHeatTransfer ( const dictionary dict,
const phasePair pair 
)

Construct from components.

◆ ~sphericalHeatTransfer() [2/2]

virtual ~sphericalHeatTransfer ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "spherical"  )

Runtime type information.

◆ K() [1/2]

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

The heat transfer function K used in the enthalpy equation.

Implements heatTransferModel.

◆ TypeName() [2/2]

TypeName ( "spherical"  )

Runtime type information.

◆ K() [2/2]

tmp<volScalarField> K ( ) const
virtual

The heat transfer function K used in the enthalpy equation.

Implements heatTransferModel.


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