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< volScalarField > | Av () const |
Get the area per unit volume. More... | |
virtual bool | read (const dictionary &dict) |
Read dictionary. More... | |
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.
Definition at line 52 of file heatTransferAv.H.
heatTransferAv | ( | const dictionary & | dict, |
const fvMesh & | mesh | ||
) |
Construct from dictionary and mesh.
Definition at line 82 of file heatTransferAv.C.
References dict.
|
virtual |
Destructor.
Definition at line 98 of file heatTransferAv.C.
Foam::tmp< Foam::volScalarField > Av | ( | ) | const |
Get the area per unit volume.
Definition at line 104 of file heatTransferAv.C.
References GeometricField< Type, PatchField, GeoMesh >::New().
|
virtual |