Heat transfer coefficient calculation that employs a fixed reference temperature. More...


Public Member Functions | |
| TypeName ("fixedReferenceTemperature") | |
| Runtime type information. More... | |
| fixedReferenceTemperature (const dictionary &dict, const fvMesh &mesh, const word &TName) | |
| Construct from components. More... | |
| fixedReferenceTemperature (const fixedReferenceTemperature &)=delete | |
| No copy construct. More... | |
| void | operator= (const fixedReferenceTemperature &)=delete |
| No copy assignment. More... | |
| virtual | ~fixedReferenceTemperature ()=default |
| Destructor. More... | |
| virtual bool | read (const dictionary &dict) |
| Read from dictionary. More... | |
Public Member Functions inherited from heatTransferCoeffModel | |
| TypeName ("heatTransferCoeffModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, heatTransferCoeffModel, dictionary,(const dictionary &dict, const fvMesh &mesh, const word &TName),(dict, mesh, TName)) | |
| heatTransferCoeffModel (const dictionary &dict, const fvMesh &mesh, const word &TName) | |
| Construct from components. More... | |
| heatTransferCoeffModel (const heatTransferCoeffModel &)=delete | |
| No copy construct. More... | |
| void | operator= (const heatTransferCoeffModel &)=delete |
| No copy assignment. More... | |
| virtual | ~heatTransferCoeffModel ()=default |
| Destructor. More... | |
| const fvMesh & | mesh () const noexcept |
| Return const reference to the mesh. More... | |
| const labelHashSet & | patchSet () const noexcept |
| Return const reference to wall patches to process. More... | |
| const word & | TName () const noexcept |
| Return const reference to name of temperature field. More... | |
| const word & | qrName () const noexcept |
| Return const reference to name of radiative heat-flux field. More... | |
| tmp< FieldField< Field, scalar > > | q () const |
| Return boundary fields of heat-flux field. More... | |
| virtual bool | calc (volScalarField &result, const FieldField< Field, scalar > &q) |
| Calculate the heat transfer coefficient field and return true if successful. More... | |
Protected Member Functions | |
| virtual void | htc (volScalarField &htc, const FieldField< Field, scalar > &q) |
| Set the heat transfer coefficient. More... | |
Protected Attributes | |
| scalar | TRef_ |
| Reference temperature [K]. More... | |
Protected Attributes inherited from heatTransferCoeffModel | |
| const fvMesh & | mesh_ |
| Const reference to the mesh. More... | |
| labelHashSet | patchSet_ |
| List of (wall) patches to process. More... | |
| const word | TName_ |
| Name of temperature field. More... | |
| word | qrName_ |
| Name of radiative heat flux field. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from heatTransferCoeffModel | |
| static autoPtr< heatTransferCoeffModel > | New (const dictionary &dict, const fvMesh &mesh, const word &TName) |
| Return a reference to the selected heat transfer coefficient model. More... | |
Heat transfer coefficient calculation that employs a fixed reference temperature.
The heat transfer coefficient is calculated by:
where
| = | Heat transfer coefficient [W/m^2/K] |
| = | Heat flux [W/m^2] |
| = | User-specified reference temperature [K] |
| = | Patch temperature field [K] |
system/controlDict.functions: heatTransferCoeff1
{
// Inherited entries
...
// Mandatory entries
htcModel fixedReferenceTemperature;
Tref <scalar>;
}
where the entries mean:
| Property | Description | Type | Reqd | Deflt |
|---|---|---|---|---|
type | Model name: fixedReferenceTemperature | word | yes | - |
Tref | User-specied reference temperature | scalar | yes | - |
Definition at line 118 of file fixedReferenceTemperature.H.
| fixedReferenceTemperature | ( | const dictionary & | dict, |
| const fvMesh & | mesh, | ||
| const word & | TName | ||
| ) |
Construct from components.
Definition at line 65 of file fixedReferenceTemperature.C.
References dict, and Foam::blockMeshTools::read().

|
delete |
No copy construct.
|
virtualdefault |
Destructor.
|
protectedvirtual |
Set the heat transfer coefficient.
Implements heatTransferCoeffModel.
Definition at line 44 of file fixedReferenceTemperature.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryFieldRef(), and T.

| TypeName | ( | "fixedReferenceTemperature" | ) |
Runtime type information.
|
delete |
No copy assignment.
|
virtual |
Read from dictionary.
Reimplemented from heatTransferCoeffModel.
Definition at line 81 of file fixedReferenceTemperature.C.
References dict, and Foam::blockMeshTools::read().

|
protected |
Reference temperature [K].
Definition at line 129 of file fixedReferenceTemperature.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.