engineering · hvac-energy · air-properties

Psychrometric Calculator

Computes moist-air properties such as wet-bulb, humidity ratio, enthalpy and dew point from two known properties, in IP or SI units. Use it for HVAC air-state calculations.

Last updated
Scenario Explorer

Calculator overview

Inputs and outputs

This summary comes from the calculator's published input and output contract.

Inputs

Second property value (% RH)
About this input

The value of the second known property, in the units implied by the choice above, for example percent for relative humidity or degrees for wet-bulb temperature.

Unit % Default 40
Unit System
About this input

Selects inch-pound or metric units for the inputs and results.

Default IP Allowed IP, SI
Second Property
About this input

Selects the second known property that fixes the air state alongside dry-bulb temperature, such as relative humidity, wet-bulb temperature or dew point.

Default Relative humidity Allowed Relative humidity, Wet-bulb temperature, Dew-point temperature
Altitude Above Sea Level
About this input

The site elevation above sea level, in feet, which sets the barometric pressure used for every property.

Unit ft Default 0
Drybulb Temperature
About this input

The dry-bulb air temperature, in degrees Fahrenheit, the temperature an ordinary thermometer reads. It is the first property that fixes the air state.

Unit deg F Default 95

Outputs

Saturation Humidity Ratio
About this output

The humidity ratio the air would hold if saturated at the dry-bulb temperature, in pounds per pound of dry air.

Unit lb/lb dry air
Relative Humidity
About this output

The relative humidity of the moist air, as a percent from 0 to 100, the ratio of vapour pressure to saturation vapour pressure. Shown as a result when another property defines the state.

Unit %
Moist Air Density
About this output

The density of the moist air, in pounds per cubic foot, the mass of dry air and its vapour per unit volume.

Unit lb/ft3
Saturation Vapour Pressure At Dry Bulb
About this output

The saturation vapour pressure at the dry-bulb temperature, in pounds per square inch absolute, the vapour pressure of fully saturated air at that temperature.

Unit psia
Wetbulb Temperature
About this output

The wet-bulb temperature, in degrees Fahrenheit, solved from a Stull seed and secant refinement steps. It is the temperature of adiabatic saturation a wetted thermometer reads.

Unit deg F
Vapour Pressure
About this output

The partial pressure of the water vapour in the air, in pounds per square inch absolute.

Unit psia
Specific Volume
About this output

The volume the moist air occupies per unit mass of dry air, in cubic feet per pound of dry air.

Unit ft3/lb dry air
Model Status
About this output

The overall check on your entries, shown above the results. It reads OK when the inputs are usable, NOT VALID with a reason when an entry makes the model meaningless, or CHECK with a reason when a result is valid but worth a second look. Read it before you trust the numbers below.

No unit declared
Dewpoint Temperature
About this output

The dew-point temperature, in degrees Fahrenheit, the temperature at which the air becomes saturated and moisture begins to condense.

Unit deg F
Degree Of Saturation
About this output

The ratio of the actual humidity ratio to the saturation humidity ratio at the dry-bulb temperature, as a fraction between 0 and 1.

Unit ratio
Barometric Pressure
About this output

The absolute atmospheric pressure at the site, in pounds per square inch absolute, from altitude.

Unit psia
Drybulb Temperature Result
About this output

The dry-bulb temperature of the state, in degrees Fahrenheit, echoed back as a result.

Unit deg F
Humidity Ratio Alternate Units
About this output

The humidity ratio expressed in grains of water per pound of dry air, the same quantity in a smaller unit often used in HVAC work.

Unit grains/lb dry air
Humidity Ratio
About this output

The mass of water vapour per unit mass of dry air, in pounds per pound of dry air.

Unit lb/lb dry air
Enthalpy
About this output

The total heat content of the moist air per unit mass of dry air, in British thermal units per pound of dry air, combining sensible and latent heat.

Unit Btu/lb dry air

What it is

The Psychrometric Calculator fixes the state of moist air from two known properties and reports everything else about it. You give it the dry-bulb temperature and one second property (relative humidity, wet-bulb temperature or dew point) together with the altitude, and it returns the humidity ratio, enthalpy, specific volume, density, vapour pressure, degree of saturation, and whichever of wet-bulb, dew point and relative humidity you did not supply.

It works in IP or SI units, and it accounts for altitude, which shifts every property that depends on barometric pressure.

Use it for HVAC load and process calculations, or to read a point off a psychrometric chart without the chart. It reports the state of air; it does not model equipment.

Methodology

Purpose and model boundary

This model resolves a moist-air state from dry-bulb temperature, altitude, and one second property: relative humidity, thermodynamic wet-bulb temperature, or dew-point temperature. It reports barometric pressure, wet bulb, dew point, relative humidity, humidity ratio, degree of saturation, enthalpy, specific volume, moist-air density, and vapour-pressure quantities.

It is a single-state property calculator, not an HVAC process simulation or an authored psychrometric chart. It does not model mixing, coils, bypass factor, condensation mass, comfort, or equipment capacity.

Inputs and units

Unit_System selects IP or SI interpretation. Numeric inputs do not auto-convert when the selector changes. Dry bulb is entered in deg F or deg C; altitude in ft or m. The second value is % RH, wet-bulb temperature, or dew-point temperature according to Second_Property; the computed label and units follow that choice.

Internally, temperature is converted to deg C, altitude to metres, pressure to Pa, and humidity ratio to kg water/kg dry air. IP and SI outputs are converted from that common state, except enthalpy: IP enthalpy is referenced to 0 deg F while SI enthalpy is referenced to 0 deg C.

Governing relationships

Barometric pressure follows the ASHRAE standard-atmosphere relation

P = 101325 x (1 - 0.0000225577 x z)^5.2559

where z is altitude in metres. Saturation vapour pressure uses the Hyland-Wexler/ASHRAE logarithmic polynomial over ice below 0 deg C and the separate water polynomial at and above 0 deg C. Coefficients are stored on the Data sheet; the stated source ranges are 173.15–273.15 K over ice and 273.15–473.15 K over water.

For relative-humidity input, Pv = RH x Pws(Tdb). For dew-point input, Pv = Pws(Tdp). For wet-bulb input, humidity ratio is obtained from the ASHRAE rearrangement used in the workbook:

W = [ (2501 - 2.326 Twb) Ws(Twb) - 1.006 (Tdb - Twb) ] / [2501 + 1.86 Tdb - 4.186 Twb].

The shared moist-air relationships are

  • W = 0.621945 Pv / (P - Pv);
  • Ws = 0.621945 Pws / (P - Pws);
  • RH = Pv / Pws;
  • degree of saturation = W / Ws;
  • h_SI = 1.006 Tdb + W (2501 + 1.86 Tdb) in kJ/kg dry air;
  • h_IP = 0.24 Tdb + W (1061 + 0.444 Tdb) in Btu/lb dry air;
  • v = Rda T_K (1 + 1.607858 W) / P;
  • rho_moist = (1 + W) / v.

Dew point uses the ASHRAE correlations for vapour pressure below and above 0 deg C. When wet bulb is not the input, a Stull approximation supplies only the starting value; four explicit secant updates solve the workbook's thermodynamic wet-bulb equation without circular calculation.

Calculation sequence

  1. Resolve unit system and second-property mode; convert dry bulb, altitude, and the second value to the internal SI basis.
  2. Calculate barometric pressure and dry-bulb saturation pressure.
  3. Resolve vapour pressure/humidity ratio from relative humidity, wet bulb, or dew point.
  4. Calculate relative humidity, saturation humidity ratio, degree of saturation, enthalpy, volume, density, and dew point.
  5. If necessary, solve wet bulb through the explicit secant chain.
  6. Convert results to IP or SI display units and evaluate Model_Status in the order below.

Outputs and interpretation

Humidity ratio is mass of water vapour per mass of dry air; alternate units show grains/lb or g/kg. Relative humidity is vapour pressure divided by saturation pressure at dry bulb. Degree of saturation compares the actual humidity ratio with the saturated ratio. Enthalpy and specific volume are on a dry-air basis; moist-air density includes dry air plus vapour mass.

The reported dry bulb echoes the state input in the selected unit system. A blank dew point under perfectly dry conditions is intentional because the model does not assign a finite dew point to zero vapour pressure.

Validation and status logic

The workbook returns the first matching status.

Condition Returned status
Calculated relative humidity exceeds 1.0001 NOT VALID: state is above saturation (RH over 100%)
Calculated relative humidity is below zero NOT VALID: negative vapour pressure
Saturation vapour pressure at dry bulb is greater than or equal to barometric pressure NOT VALID: dry bulb above boiling at this pressure
Calculated vapour pressure is less than or equal to zero CHECK: zero humidity; the dew point is not defined for perfectly dry air
None of the preceding conditions applies OK

Assumptions and limitations

The model treats moist air as an ideal-gas mixture and uses standard-atmosphere pressure rather than measured station pressure. Results inherit the stated temperature validity of the saturation-pressure correlations. The workbook has no separate altitude status range; extreme altitude that makes the standard-atmosphere expression or pressure relationships nonphysical should not be used merely because this calculator accepts a number.

The wet-bulb result is thermodynamic, not necessarily an aspirated-instrument reading. The Stull formula is only a seed; the final value comes from the ASHRAE relationship. IP and SI enthalpy values use different zero reference states and should not be converted by a single multiplier.

Restrictions and non-computing states

A valid state requires vapour pressure between zero and saturation and saturation pressure below total pressure. Dew point above dry bulb normally violates the saturation check. Relative-humidity input is interpreted as a percentage; the model's 1.0001 tolerance allows only a very small numerical margin above exactly saturated. Values outside the underlying correlation ranges are outside the documented model basis even when no separate input bound blocks them.

Errors and warnings

NOT VALID denotes a physically inconsistent or pressure-incompatible state. CHECK denotes the limiting dry-air state where most properties still compute but dew point is undefined. Rejected entries, wrong value types, and calculation-service failures occur outside this status formula.

References

The workbook derives its relations rather than reproducing any table, chart or figure from a handbook. The saturation-pressure formulation and the moist-air property relations are computed, and the wet-bulb inversion is solved iteratively.

The ASHRAE Handbook is the authoritative source for psychrometric properties in United States practice; its equations are implemented here rather than its tables or charts being reproduced. No trademark or organisation name appearing in this tool implies endorsement by its owner.

Additional source notes migrated from Methodology

The workbook cites ASHRAE Handbook—Fundamentals Chapter 1 Eq.3, 5, 6, 20, 26, 30, 33, 37, and 38; Hyland and Wexler (1983) for saturation pressure; and Stull (2011) only for the wet-bulb seed. The secant iterations and all coefficients are visible in the workbook.

Frequently asked questions

Why does the tool ask for exactly two properties?
Because two independent properties plus the pressure fix the thermodynamic state of moist air completely; everything else is then determined. Allowing you to enter three would let you specify a state that cannot exist, and the tool would have to decide which of your inputs to ignore. Asking for two and computing the rest is both correct and unambiguous.
What is the difference between relative humidity, humidity ratio and dew point?
Humidity ratio is the absolute measure: pounds of water per pound of dry air. Dew point is the temperature at which that moisture would start condensing, and it maps one-to-one with humidity ratio, so heating or cooling the air without adding moisture leaves the dew point where it was. Relative humidity is a ratio against saturation at the current temperature, so it changes as soon as you heat or cool the air even though nothing was added or removed. For tracking moisture through a process, use dew point.
Why does altitude change my answer?
Because barometric pressure appears in the humidity-ratio relation. At altitude the pressure is lower, so the same dry-bulb temperature and relative humidity correspond to a higher humidity ratio, a higher specific volume and a lower density. Doing a load calculation on sea-level assumptions and applying it in a mile-high city will misstate both the moisture load and the mass of air the equipment moves.
Why is my degree of saturation slightly different from my relative humidity?
Because they are ratios of different quantities. Relative humidity is the ratio of vapour pressures; degree of saturation is the ratio of humidity ratios. They are close at ordinary conditions (38.64 against 40 percent in the shipped example), and they converge as air becomes dry. Both are correct; they are simply not the same definition.
The dew point came back blank. Is something broken?
No, that is perfectly dry air being handled honestly. With zero moisture there is no temperature at which condensation occurs, so the dew point is undefined rather than very low. The tool returns a blank and says so in the status rather than fabricating a number or leaking an error, and every other property still computes normally.
Can I use this to size a cooling coil?
No. This reports the state of air at one point; it does not model any process between two points. Sizing a coil needs the entering and leaving conditions, the airflow, the sensible and latent split, a bypass factor and an apparatus dew point, none of which are here. You can use this tool to establish the state at each end, but the process calculation between them is separate work.
This page is provided by LogicCommons for informational purposes only. Results are analysis outputs computed from the inputs you supply and are not engineering advice, a design, or a substitute for review by a licensed professional under the codes adopted where the work is built. Verify all inputs and results independently.

LogicCommons is in beta. If a result, label, or reference looks wrong, tell us here; we read every message.