convectiveHeatTransfer
Description
The convectiveHeatTransfer is a boundary condition that
provides a convective heat transfer coefficient condition:
- If :
- Else:
where:
| Property | Description |
|---|---|
| Patch convective heat transfer coefficient | |
| Reynolds number | |
| Prandtl number | |
| Thermal conductivity | |
| Length scale |
Usage
The condition requires entries in both the boundary and field files.
Boundary file
<patchName>
{
type patch;
...
}
Field file
<patchName>
{
// Mandatory entries
type convectiveHeatTransfer;
L <scalar>;
// Inherited entries
...
}
where:
| Property | Description | Type | Required | Default |
|---|---|---|---|---|
type | Type name: convectiveHeatTransfer | word | yes | - |
L | Length scale | scalar | yes | - |
The inherited entries are elaborated in:
- fixedValueFvPatchField.H
Further information
Tutorial:
Source code:
API:
History: Introduced in version 2206