Psychrometric state calculator

Psychrometric State Calculator | ProExergy

Psychrometric State Calculator

Enter dry-bulb temperature plus one humidity input to compute the complete moist-air state — dew point, wet-bulb, RH, humidity ratio, vapor pressure, enthalpy, specific volume, density, and degree of saturation.

HVAC · Psychrometrics · ASHRAE Fundamentals basis
Inputs
Unit system & atmosphere
Standard sea level = 101325 Pa (14.696 psi). Altitude uses ISA standard atmosphere.
Air state
0–100%. Converted to φ ∈ [0,1] for the API call.
Moist-Air State Result
Enter inputs and press Calculate to see the full psychrometric state.
Specific enthalpy (moist air, per kg dry air)
estimate
Dew point:
Wet-bulb:
Relative humidity:
Humidity ratio:
Vapor pressure:
Specific volume:
Density:
Degree of saturation:
Vapor pressure deficit:
Pressure used:
Recommended next action:
Formula & Calculation Basis

All values are computed server-side by the PsychroLib v3 API (ProExergy), which implements the ASHRAE psychrometric formulations for perfect-gas moist air.

φ = p_w / p_ws(T_db)  |  W = 0.621945 · p_w / (p − p_w)  |  h = 1.006·T_db + W·(2501 + 1.86·T_db) [kJ/kg]  |  μ = W / W_s(T_db, p)
SymbolMeaningUnit (SI)
T_dbDry-bulb temperature°C
T_wbWet-bulb temperature°C
T_dpDew-point temperature°C
φRelative humidity– (0 to 1)
p_wPartial pressure of water vaporPa
p_wsSaturation vapor pressure at T_dbPa
WHumidity ratiokg water / kg dry air
hSpecific enthalpy of moist airJ/kg dry air
vSpecific volume of moist airm³/kg dry air
μDegree of saturation– (0 to 1)
pTotal atmospheric pressurePa

Calculation sequence: resolve total pressure (sea level, altitude, or manual) → send dry-bulb + chosen humidity value + pressure to the matching endpoint (/api/v1/calc/from-rel-hum, from-wet-bulb, from-dew-point, from-hum-ratio, from-vap-pres, or from-enthalpy) → API solves the remaining state variables and returns the full PsychroState object.

Assumptions & Limits

Included effects

  • Moist air treated as an ideal-gas mixture of dry air and water vapor.
  • Enhancement factor for saturation vapor pressure over the working range.
  • Altitude-based standard atmosphere (ISA) when pressure is derived from elevation.

Excluded effects

  • Non-standard atmospheric composition (e.g., contaminants, CO₂ enrichment).
  • Local micro-climate pressure deviations not entered manually.
  • Supersaturated / fog states below the saturation curve.

Valid input range: approximately −100 °C to 200 °C dry-bulb (SI) at standard-atmosphere pressures; wet-bulb and dew-point must not exceed dry-bulb; relative humidity 0–100%; humidity ratio and vapor pressure ≥ 0.

Engineering Notes
  • Enthalpy is referenced to 0 °C dry air / liquid water (ASHRAE convention) and is per unit mass of dry air, not total moist air.
  • Degree of saturation μ differs slightly from relative humidity φ; μ = φ only in the ideal-gas limit and they diverge near saturation.
  • For data-center and cleanroom work, cross-check computed dew point against ASHRAE TC9.9 allowable/recommended envelopes.
  • Method reference: PsychroLib (ASHRAE Fundamentals 2017, Ch. 1) as implemented by the ProExergy PsychroLib v3 API.
  • API reference: ProExergy.com/.

Revision: v1.0 — initial release, calls PsychroLib v3 endpoints for RH, wet-bulb, dew-point, humidity ratio, vapor pressure, and enthalpy inputs.

This tool provides preliminary engineering estimates based on standard psychrometric relations and is intended to support, not replace, professional design review. Verify results against project-specific conditions, applicable codes, and a licensed engineer's judgment before use in final design or commissioning documentation.