engineering calculators

Heat Exchanger Effectiveness Calculator

Calculates heat exchanger effectiveness using the NTU-effectiveness (ε-NTU) method for counter-flow and parallel-flow configurations. Use it to evaluate or select heat exchangers when outlet temperatures are unknown.

About this calculator

The ε-NTU method evaluates heat exchanger performance without needing outlet temperatures. Effectiveness ε is defined as the ratio of actual heat transfer to the maximum thermodynamically possible heat transfer: ε = Q_actual / Q_max, where Q_max = C_min · (T_hot,in − T_cold,in). The Number of Transfer Units NTU = UA / C_min quantifies the heat exchanger's size relative to the minimum heat capacity rate C_min. For a counter-flow exchanger with capacity ratio C* = C_min/C_max < 1: ε = (1 − exp(−NTU·(1−C*))) / (1 − C*·exp(−NTU·(1−C*))). When C* = 1: ε = NTU/(1+NTU). For parallel-flow: ε = (1 − exp(−NTU·(1+C*))) / (1+C*). Counter-flow always achieves higher effectiveness than parallel-flow for the same NTU and C*, which is why it is preferred in industrial applications.

How to use

Consider a counter-flow heat exchanger with NTU = 2.0 and capacity ratio C* = 0.6, processing a hot stream entering at 120 °C and a cold stream entering at 20 °C. Since C* < 1, use: ε = (1 − exp(−2.0 × (1 − 0.6))) / (1 − 0.6 × exp(−2.0 × (1 − 0.6))). Compute exponent: −2.0 × 0.4 = −0.8, so exp(−0.8) ≈ 0.4493. Numerator: 1 − 0.4493 = 0.5507. Denominator: 1 − 0.6 × 0.4493 = 1 − 0.2696 = 0.7304. ε = 0.5507 / 0.7304 ≈ 0.754, or 75.4%. Actual heat transfer: Q = 0.754 × C_min × (120 − 20) = 0.754 × C_min × 100.

Frequently asked questions

What is the NTU-effectiveness method and why is it used instead of the LMTD method?

The NTU-effectiveness (ε-NTU) method is preferred when outlet temperatures of a heat exchanger are unknown, which is the typical situation during design or rating of a new unit. The Log Mean Temperature Difference (LMTD) method requires knowing both inlet and outlet temperatures, making it better suited for checking an existing exchanger with measured data. In the ε-NTU approach, you specify the heat exchanger's size (via NTU = UA/C_min) and the fluid capacity rates, then directly compute effectiveness and heat duty without iteration. For most design problems, ε-NTU is faster and more straightforward than iterating with LMTD.

Why does counter-flow configuration achieve higher effectiveness than parallel-flow for the same heat exchanger size?

In counter-flow, the hot and cold fluids travel in opposite directions, maintaining a more uniform and larger temperature difference along the entire length of the exchanger. This sustained driving force allows more heat to be transferred for the same heat transfer area. In parallel-flow, both fluids enter at the same end and the temperature difference rapidly diminishes as they approach thermal equilibrium, severely limiting maximum achievable effectiveness to below 50% when C* = 1. Counter-flow can theoretically achieve ε approaching 100% with sufficient NTU and C* < 1. For this reason, counter-flow is standard in shell-and-tube, plate, and recuperative heat exchangers.

What does a heat capacity ratio C* of 1.0 mean physically, and how does it affect heat exchanger effectiveness?

A capacity ratio C* = C_min/C_max = 1.0 means both fluid streams have identical heat capacity rates (mass flow rate × specific heat). In this balanced condition, both fluids experience the same temperature change throughout the exchanger, and the temperature profiles run parallel in counter-flow. For counter-flow with C* = 1, the effectiveness formula simplifies to ε = NTU/(1+NTU), which asymptotically approaches 1.0 but never reaches it regardless of exchanger size. In parallel-flow with C* = 1, the maximum achievable effectiveness is only 50%, since both fluids reach the same intermediate temperature at the outlet. Balancing capacity rates is often a design goal when maximum heat recovery is required.