heatTransferAv Class Reference

Class to handle area per unit volume [1/m] (Av) for heat transfer fvModels, which must be provided as a value in the coefficients dictionary or as a field in constant. More...

Public Member Functions

 heatTransferAv (const dictionary &dict, const fvMesh &mesh)
 Construct from dictionary and mesh. More...
 
virtual ~heatTransferAv ()
 Destructor. More...
 
tmp< volScalarFieldAv () const
 Get the area per unit volume. More...
 
virtual bool read (const dictionary &dict)
 Read dictionary. More...
 

Detailed Description

Class to handle area per unit volume [1/m] (Av) for heat transfer fvModels, which must be provided as a value in the coefficients dictionary or as a field in constant.

Source files

Definition at line 52 of file heatTransferAv.H.

Constructor & Destructor Documentation

◆ heatTransferAv()

heatTransferAv ( const dictionary dict,
const fvMesh mesh 
)

Construct from dictionary and mesh.

Definition at line 82 of file heatTransferAv.C.

References dict.

◆ ~heatTransferAv()

~heatTransferAv ( )
virtual

Destructor.

Definition at line 98 of file heatTransferAv.C.

Member Function Documentation

◆ Av()

Get the area per unit volume.

Definition at line 104 of file heatTransferAv.C.

References GeometricField< Type, PatchField, GeoMesh >::New().

Here is the call graph for this function:

◆ read()

bool read ( const dictionary dict)
virtual

Read dictionary.

Definition at line 117 of file heatTransferAv.C.

References dict.


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