Introduction & Context
The combined convection-radiation heat transfer model is a critical analytical tool in process engineering, specifically for the design and optimization of industrial drying systems. In operations such as paper manufacturing, textile processing, and thin-film coating, convective hot-air drying is frequently augmented by infrared (IR) heating to increase the drying rate and reduce residence time.
This calculation is essential for determining the steady-state surface temperature of the material, which dictates the kinetics of moisture removal. Because the surface temperature is coupled to both the heat input (convection and radiation) and the mass transfer (evaporation), it cannot be determined by simple algebraic isolation. Instead, it requires an iterative energy balance that accounts for the non-linear nature of radiative heat transfer.
Methodology & Formulas
The system is modeled by equating the total heat flux delivered to the material surface to the energy consumed by the phase change of water. The governing energy balance is defined as:
\[ q_{\text{conv}} + q_{\text{rad}} = N \cdot \lambda \]Where the individual heat flux components are defined as:
\[ q_{\text{conv}} = h \cdot (T_{a} - T_{s}) \] \[ q_{\text{rad}} = \varepsilon \cdot \sigma \cdot (T_{r}^{4} - T_{s}^{4}) \]The mass transfer rate, representing the drying flux, is governed by the humidity gradient between the material surface and the bulk air:
\[ N = k \cdot (H_{s} - H_{a}) \]The saturation humidity at the surface, \(H_{s}\), is calculated based on the saturation vapor pressure of water at the surface temperature, \(T_{s}\), using the psychrometric relationship:
\[ H_{s} = 0.622 \cdot \frac{P_{\text{sat}}}{P_{\text{total}} - P_{\text{sat}}} \]The saturation pressure \(P_{\text{sat}}\) is determined via the Antoine equation, where \(T_{s,C}\) is the surface temperature in degrees Celsius:
\[ \log_{10}(P_{\text{sat, mmHg}}) = A - \frac{B}{T_{s,C} + C} \]| Parameter | Constraint/Regime |
|---|---|
| Air Temperature (\(T_{a}\)) | 40 ≤ \(T_{a,C}\) ≤ 200 °C |
| Heater Temperature (\(T_{r}\)) | 200 ≤ \(T_{r,C}\) ≤ 800 °C |
| Convection Coefficient (\(h\)) | 10 ≤ \(h\) ≤ 100 W/(m2·K) |
| Surface Temperature (\(T_{s}\)) | \(T_{s}\) < Boiling point at system pressure |
Note: The iterative solution process utilizes a bisection method to converge on \(T_{s}\) by minimizing the residual between the total heat input and the latent heat of evaporation. If the residual is positive, the surface temperature guess is adjusted upward; if negative, it is adjusted downward until the energy balance is satisfied within a defined tolerance.