Functions for convective heat transfer
Name | Description |
---|---|
windDirectionModifier | Wind direction modifier that is used to compute the wind-driven convective heat transfer coefficient |
HeatFlux | Correlations for convective heat flux |
Wind direction modifier that is used to compute the wind-driven convective heat transfer coefficient
Function that outputs 1 if the incidence angle is below 100 degrees, and 0.5 otherwise. The implementation is once continuously differentiable in its input arguments.
See Buildings.HeatTransfer.Examples.ExteriorConvection for an example that uses this function.
Extends from Modelica.Icons.Function (Icon for functions).
Type | Name | Default | Description |
---|---|---|---|
Angle | azi | Surface azimuth [rad] | |
Angle | dir | Wind direction (0=wind from North) [rad] |
Type | Name | Description |
---|---|---|
Real | W | Wind direction modifier |