Heat transfer coefficient calculation that employs the patch internal field as the reference temperature.
More...
|
| TypeName ("localReferenceTemperature") |
|
| localReferenceTemperature (const dictionary &dict, const fvMesh &mesh, const word &TName) |
|
virtual | ~localReferenceTemperature ()=default |
|
virtual bool | read (const dictionary &dict) |
|
| TypeName ("heatTransferCoeffModel") |
|
| 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) |
|
| heatTransferCoeffModel (const heatTransferCoeffModel &)=delete |
|
void | operator= (const heatTransferCoeffModel &)=delete |
|
virtual | ~heatTransferCoeffModel ()=default |
|
const fvMesh & | mesh () const |
|
const labelHashSet & | patchSet () const |
|
const word & | TName () const |
|
const word & | qrName () const |
|
virtual bool | calc (volScalarField &result, const FieldField< Field, scalar > &q) |
|
tmp< FieldField< Field, scalar > > | q () const |
|
Heat transfer coefficient calculation that employs the patch internal field as the reference temperature.
The heat transfer coefficient is specified by:
where
| = | Convective heat transfer coefficient of the flow [W/(m2 K)] |
| = | Heat flux [W/m2] |
| = | Reference temperature of patch internal field [K] |
| = | Patch temperature [K] |
- Usage
- Minimal example by using
system/controlDict.functions
: heatTransferCoeff1
{
// Mandatory and other optional entries
...
htcModel localReferenceTemperature;
}
where the entries mean:
- See also
-
- Source files
-
Definition at line 113 of file localReferenceTemperature.H.