Air mixing calculator

Air Mixing Calculator | ProExergy

Air Mixing Calculator

Combine two or more airstreams — each with its own flow rate and moist-air state — into the resulting mixed condition. Standard for AHU outdoor-air/return-air mixing box design and multi-stream duct junctions.

HVAC · AHU · Mixed-Air Design
Inputs
Unit system & atmosphere
Airstreams
Minimum 2 streams. Each stream needs a flow rate (volumetric or dry-air mass flow) plus dry-bulb temperature and one humidity value.
Mixed-Air Result
Define at least two airstreams and press Calculate to see the mixed condition.
Mixed dry-bulb temperature
pass
Mixed RH:
Mixed dew point:
Mixed wet-bulb:
Mixed humidity ratio:
Mixed enthalpy:
Mixed specific volume:
Mixed density:
Total dry-air mass flow:
Stream contributions
StreamT_dbRHDry-air flowMass fraction
Recommended next action:
Formula & Calculation Basis

The mixed state is computed server-side by the PsychroLib v3 API (ProExergy) as a mass-weighted (not volume-weighted) average of humidity ratio and enthalpy across all dry-air mass flows, then re-solved into a full psychrometric state.

ṁ_da,mix = Σ ṁ_da,i  |  W_mix = (Σ ṁ_da,i·W_i) / ṁ_da,mix  |  h_mix = (Σ ṁ_da,i·h_i) / ṁ_da,mix  |  state solved from (T_db,mix or h_mix, W_mix, p)
SymbolMeaningUnit (SI)
ṁ_da,iDry-air mass flow rate of stream ikg/s
W_iHumidity ratio of stream ikg/kg dry air
h_iSpecific enthalpy of stream iJ/kg dry air
ṁ_da,mixTotal mixed dry-air mass flowkg/s
W_mix, h_mixMass-weighted mixed humidity ratio and enthalpykg/kg, J/kg
x_iMass fraction of stream i = ṁ_da,i / ṁ_da,mix

Calculation sequence: resolve total pressure → convert each stream's volumetric flow (using its own density) or accept its dry-air mass flow directly → call /api/v1/calc/mix with all streams' states and flows → API returns the mass-weighted mixed PsychroState, total dry-air mass flow, and per-stream mass fractions.

Assumptions & Limits

Included effects

  • Adiabatic, steady-state mixing at a common pressure — no heat gain/loss across the mixing plane.
  • Mass conservation of dry air and water vapor; energy conservation via enthalpy weighting.
  • Each stream may be specified by any single humidity input (RH, wet-bulb, dew point, humidity ratio, vapor pressure, or enthalpy).

Excluded effects

  • Duct/damper pressure losses, imperfect mixing, and stratification at the mixing plane.
  • Condensation during mixing when the resulting state would fall below saturation (fog-point mixing) — verify RH ≤ 100% in the result.
  • Different pressures per stream — all streams are mixed at one common atmospheric pressure.

Valid input range: same dry-bulb, humidity, and pressure limits as the underlying psychrometric state calculation; at least 2 streams with positive flow required.

Engineering Notes
  • For a typical AHU mixing box, enter outdoor (fresh) air as one stream and return air as the second — the mixed state is your entering-coil condition for downstream cooling/heating coil sizing.
  • Mixing is linear in humidity ratio and enthalpy, but not linear in dry-bulb temperature or RH — always mix via W and h, never by simple T or RH averaging (this calculator handles that automatically).
  • If the mixed RH result exceeds 100%, the two streams are on either side of the saturation curve and physically condense on mixing (common with very cold, near-saturated outdoor air meeting warm humid return air) — treat the mixed point as the fog-point line, not a stable state.
  • Check the resulting mixed dry-bulb against your minimum outdoor-air damper/freeze-stat setpoint to avoid coil freeze risk in cold climates.
  • Method reference: PsychroLib (ASHRAE Fundamentals 2017, Ch.1) mass/energy-weighted mixing, as implemented by the ProExergy PsychroLib v3 API.
  • API reference: ProExergy.com.

Revision: v1.0 — initial release, supports 2–6 airstreams with volumetric or dry-air mass flow input and any humidity descriptor per stream.

This tool provides preliminary engineering estimates for airstream mixing based on standard psychrometric mass/energy balances. It is intended to support, not replace, professional design review. Verify results against project-specific ductwork, damper, and control sequences, and confirm with a licensed engineer before use in final design or commissioning documentation.