80 #ifndef functionObjects_wallHeatTransferCoeff_H 81 #define functionObjects_wallHeatTransferCoeff_H 93 namespace functionObjects
100 class wallHeatTransferCoeff
102 public fvMeshFunctionObject,
104 public writeLocalObjects
181 virtual bool write();
TypeName("wallHeatTransferCoeff")
Runtime type information.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const word & name() const
Return the name of this functionObject.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool write()
Write the wall heat transfer coefficient.
virtual bool read(const dictionary &)
Read the wallHeatTransferCoeff data.
scalar Prl_
Fluid laminar Prandtl number.
Calculates and write the estimated incompressible flow heat transfer coefficient at wall patches as t...
tmp< volScalarField > calcHeatTransferCoeff(const volScalarField &nu, const volScalarField &nut)
Calculate the heat transfer coefficient.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual void writeFileHeader(const label i)
File header information.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
HashSet< label, Hash< label > > labelHashSet
A HashSet with label keys.
A class for handling words, derived from string.
labelHashSet patchSet_
Optional list of patches to process.
scalar Cp_
Fluid heat capacity.
scalar Prt_
Fluid turbulent Prandtl number.
scalar rho_
Fluid density.
virtual bool execute()
Calculate the wall heat transfer coefficient.
virtual ~wallHeatTransferCoeff()
Destructor.