Category

Effectiveness-NTU Calculator — Heat Exchanger Effectiveness, NTU, q and Outlet Temperatures

Run effectiveness-NTU (ε-NTU) heat exchanger calculations: find the effectiveness ε, the actual heat transfer rate q, the maximum heat transfer rate q_max and the outlet temperatures from the heat capacity rates, inlet temperatures and NTU. Supports counter flow, parallel flow, shell-and-tube and cross-flow arrangements, with metric (W/°C, °C, W) and American (BTU/(h·°F), °F, BTU/h) units.

0 calculations

Calculation Parameters

W/°C
W/°C
°C
°C
If you provide the overall conductance UA, the NTU is computed as NTU = UA / Cmin and overrides the NTU field above.
W/°C

Enter Parameters

Fill in the form on the left and click "Calculate"

What is the effectiveness-NTU method?

With this effectiveness-NTU calculator you can carry out design and performance calculations of heat exchangers. With the design calculation you can determine the heat transfer area (A) for a given set of conditions. With the performance calculation you can find the outlet temperatures (Tco and Tho) of the fluids and the actual heat transfer rate (q).

Similar to the LMTD (log mean temperature difference), the effectiveness-NTU method is a method used to analyse heat exchangers. This one is preferred when the outlet temperatures of the fluids are unknown, since in those cases the LMTD method requires a cumbersome iterative solution. You can read more about that approach with our LMTD calculator.

The term effectiveness (ε) is a dimensionless indicator that relates the actual heat transfer rate (q) to the maximum possible heat transfer rate (qmax) that could occur for a particular heat exchanger and a particular set of fluids. The effectiveness is given by the ratio of these heats:

ε = q / qmax

The actual heat rate q is determined from the fluid properties as:

q = Cc · (Tco − Tci) = Ch · (Thi − Tho)

where:

  • Tci and Tco — inlet and outlet temperatures of the cold fluid;
  • Ccheat capacity rate of the cold fluid (C = ṁ · cp);
  • Thi and Tho — inlet and outlet temperatures of the hot fluid; and
  • Ch — heat capacity rate of the hot fluid.

To calculate the maximum possible heat transfer rate (qmax), we use the fluid with the minimum heat capacity rate (Cmin) and the largest possible temperature difference in the exchanger — the difference between the two inlet temperatures:

qmax = Cmin · (Thi − Tci)

where Cmin is the smaller of Ch and Cc. The fluid with the minimum heat capacity rate is the one that would experience the maximum temperature change.

How to use the effectiveness-NTU calculator

  1. Choose the unit system: metric (SI) or American (Imperial).
  2. Pick the heat exchanger type (counter flow, parallel flow, shell-and-tube, or one of the cross-flow arrangements).
  3. Enter the heat capacity rates of the hot and cold fluids, Ch and Cc. Each one equals the mass flow rate times the specific heat, C = ṁ · cp.
  4. Enter the two inlet temperatures, Thi and Tci.
  5. Enter the NTU (number of transfer units). If you don't know the NTU yet, open the advanced option and enter the overall conductance UA instead — the calculator will compute NTU = UA / Cmin.

The calculator returns the effectiveness ε, the actual heat transfer rate q (in W, kW and BTU/h), the maximum heat transfer rate qmax, and the two outlet temperatures Tho and Tco.

How do I determine the effectiveness of a heat exchanger?

The effectiveness depends on two dimensionless groups and the flow arrangement:

  • The number of transfer units, NTU = U·A / Cmin, which describes the "size" of the exchanger.
  • The capacity ratio, Cr = Cmin / Cmax, which compares the two fluid streams (0 ≤ Cr ≤ 1).

Once you know ε, the heat transfer rate follows directly from q = ε · qmax, and the outlet temperatures from:

Tho = Thi − q / Ch   |   Tco = Tci + q / Cc

How do I calculate the NTU of a heat exchanger?

The number of transfer units is defined as:

NTU = U · A / Cmin

where U is the overall heat transfer coefficient, A is the heat transfer area, and Cmin is the smaller heat capacity rate. For a design problem you usually solve the effectiveness relations for NTU and then find the required area as A = NTU · Cmin / U.

NTU formulas for different types of heat exchangers

For a counter-flow exchanger the NTU can be obtained explicitly from the effectiveness (with Cr < 1):

NTU = 1/(Cr − 1) · ln[(ε − 1) / (ε·Cr − 1)]

For a parallel-flow exchanger:

NTU = −ln[1 − ε·(1 + Cr)] / (1 + Cr)

When Cr = 0 (a boiler or condenser, where one fluid changes phase) all arrangements share NTU = −ln(1 − ε).

Effectiveness formulas for different types of heat exchangers

The calculator implements the standard ε-NTU relations:

  • Counter flow (Cr < 1): ε = [1 − exp(−NTU(1 − Cr))] / [1 − Cr·exp(−NTU(1 − Cr))]; and ε = NTU/(1 + NTU) when Cr = 1.
  • Parallel flow: ε = [1 − exp(−NTU(1 + Cr))] / (1 + Cr).
  • Shell-and-tube (one shell pass): ε = 2 / {(1 + Cr) + √(1 + Cr²) · [(1 + e) / (1 − e)]}, with e = exp(−NTU·√(1 + Cr²)).
  • Cross flow, both fluids unmixed (approximation): ε = 1 − exp{(1/Cr)·NTU0.22·[exp(−Cr·NTU0.78) − 1]}.
  • Cross flow, Cmax mixed, Cmin unmixed: ε = (1/Cr)·[1 − exp(−Cr·(1 − exp(−NTU)))].
  • Cross flow, Cmin mixed, Cmax unmixed: ε = 1 − exp{−(1/Cr)·[1 − exp(−Cr·NTU)]}.
  • All exchangers with Cr = 0: ε = 1 − exp(−NTU).

Advantages over the LMTD method

The main advantage of the effectiveness-NTU method is that it does not require the outlet temperatures to be known in advance. The LMTD method needs all four terminal temperatures, so when only the inlet temperatures are given it forces an iterative trial-and-error solution. The ε-NTU method gives the answer directly, which makes it ideal for rating (performance) problems.

Example: Using the effectiveness-NTU calculator

Consider a counter-flow heat exchanger with Ch = 1000 W/°C, Cc = 1250 W/°C, hot inlet Thi = 80 °C, cold inlet Tci = 20 °C and NTU = 1.5.

  • Cmin = 1000 W/°C, Cmax = 1250 W/°C, so Cr = 0.8.
  • ε = [1 − exp(−1.5·0.2)] / [1 − 0.8·exp(−1.5·0.2)] ≈ 0.636.
  • qmax = 1000 × (80 − 20) = 60 000 W; q = 0.636 × 60 000 ≈ 38.2 kW.
  • Tho = 80 − 38178/1000 ≈ 41.8 °C; Tco = 20 + 38178/1250 ≈ 50.5 °C.

Switch the calculator to the American (Imperial) system to work in °F, BTU/(h·°F) and BTU/h.

FAQs

What is the difference between effectiveness and efficiency?

Effectiveness compares the actual heat transfer with the maximum thermodynamically possible heat transfer for the given inlet temperatures, qmax = Cmin·(Thi − Tci). It is not the same as a thermal efficiency; ε can range from 0 to 1 and reaches 1 only for an infinitely large exchanger.

Which fluid sets Cmin?

Cmin is simply the smaller of the two heat capacity rates Ch = ṁh·cp,h and Cc = ṁc·cp,c. The fluid with the minimum capacity rate undergoes the larger temperature change, and it is the one used to define qmax and NTU.

Why does counter flow give the highest effectiveness?

For the same NTU and capacity ratio, a counter-flow arrangement keeps a more uniform temperature difference along the exchanger, so it extracts more heat than parallel flow or cross flow. That is why counter flow is the benchmark configuration.

What happens when Cr = 0?

Cr = 0 corresponds to a fluid changing phase (an evaporator or condenser), where its temperature stays constant and its effective heat capacity rate is enormous. In that limit every flow arrangement collapses to the same relation, ε = 1 − exp(−NTU).

Does the result depend on the unit system?

The effectiveness ε and the capacity ratio Cr are dimensionless, so they are the same in any consistent unit system. Only the heat transfer rate and outlet temperatures carry units — the calculator reports q in W, kW and BTU/h so you can use whichever you need.

Calculation History

Loading...