Mixed Air Calculator

Free Mixed Air Calculator computes mixed-air temperature, humidity ratio, and RH from outdoor and return airstream conditions in HVAC systems.

816.8K uses Updated · 2026-05-12 Runs locally · zero upload
AD

How to Use Mixed Air Calculator

  1. Enter outside-air fraction — Percentage of OA in the mix.
  2. Enter outdoor and return dry-bulb temperatures and relative humidities.
  3. Read results — Mixed dry-bulb T, humidity ratio W, and resulting RH.

Formula & Theory - Mixed Air Calculator

For each stream (OA, RA):
  Pws(T)   = 611.2 · exp[ 17.62 T / (243.12 + T) ]     # Magnus, T in °C
  Pw       = (RH / 100) · Pws(T)
  W        = 0.62198 · Pw / (P − Pw)

Mass-weighted mix (fOA = outdoor fraction):
  T_mix    = fOA · T_OA  + (1 − fOA) · T_RA
  W_mix    = fOA · W_OA  + (1 − fOA) · W_RA
  RH_mix   = (Pw_mix / Pws(T_mix)) · 100
            with Pw_mix = W_mix · P / (0.62198 + W_mix)
SymbolMeaning
TDry-bulb temperature
RHRelative humidity (%)
WHumidity ratio (kg water / kg dry air)
fOAOutside-air mass fraction
PTotal pressure (assumed 101.325 kPa)

Assumptions and Limits

  • Mass-fraction mix ≈ volumetric mix at typical HVAC densities.
  • Magnus correlation valid −40 °C to 50 °C.
  • No condensation occurs during mixing (typical for HVAC return + OA).

Use Cases for Mixed Air Calculator

  • HVAC sizing — Determine mixed-air entering condition for coil load calculations.
  • Demand-controlled ventilation — See how OA fraction changes mixed-air RH.
  • Education — Verify psychrometric mix-line concepts.

The Mixed Air Calculator packages the full psychrometric mix in one click.

Frequently asked questions about Mixed Air Calculator

What is mixed air in HVAC?

Air formed by combining outdoor and return airstreams before the cooling coil. The Mixed Air Calculator weights both streams by their mass fractions.

Why mix humidity ratios instead of RH?

Humidity ratio (W) is conserved on mixing; relative humidity is not. The Mixed Air Calculator recovers RH after the mix.

Does it account for altitude?

No — it assumes 101.325 kPa total pressure. For high-altitude HVAC, edit the source code.

Is my data stored?

No. All calculations happen in your browser; nothing is sent to a server.