Compressed-Air Compression Power (Isentropic) and Energy Cost
The horsepower and running cost to make a given airflow, from first principles.
Example
You enter
- Free-air flow at intake (cfm) 100
- Inlet pressure (psia) 14.7
- Discharge pressure (psig) 100
- Overall wire-to-air efficiency (0-1) 0.75
- Run hours/yr 4000
- Energy rate ($/kWh) 0.1
You get
- Theoretical power 17.9 hp
- Input power (wire) 17.8 kW
- Annual energy 71338 kWh/yr
- Annual cost $7134/yr
Details, formula, and sources
The single-stage adiabatic (isentropic) work hp = 0.004364 x P1 x Q x (k/(k-1)) x [(P2/P1)^((k-1)/k) - 1] with k = 1.4, divided by the overall wire-to-air efficiency and priced over the run hours. It tells a tech whether a 100 cfm demand needs a 20 or 25 hp compressor and how much more a higher discharge pressure draws (100 cfm at 100 psig is ~18 hp; the same at 125 psig climbs 13 percent). Multi-staging with intercooling beats single stage above ~100 psig. A sizing and cost estimate, not a compressor selection.
p2_abs = discharge_psig + 14.7; theo_hp = 0.004364 x inlet_psia x free_air_cfm x (k/(k-1)) x ((p2_abs/inlet_psia)^((k-1)/k) - 1); input_kw = theo_hp x 0.746 / overall_eff; annual_kwh = input_kw x run_hours; annual_cost = annual_kwh x rate_kwh. (k = 1.4)
The standard single-stage adiabatic (isentropic) compression power (hp = 0.004364 x P1 x Q x (k/(k-1)) x [(P2/P1)^((k-1)/k) - 1], P in psia, Q in cfm free air, k = 1.4), by name; the 0.004364 = 144/33,000 unit constant and 0.746 kW/hp are named.
The isentropic compression-power relation is a public closed-form thermodynamic result; the DOE compressed-air sourcebook is free at energy.gov.
Estimate. AHJ and licensed professional govern.
Field names used by the API: free_air_cfm, inlet_psia, discharge_psig, overall_eff, run_hours, rate_kwh, theo_hp, input_kw, annual_kwh, annual_cost
- Isentropic work single-stage adiabatic compression power with k = 1.4 for air, from intake to discharge pressure ratioisentropic compression
- Overall efficiency the ideal work divided by the overall wire-to-air efficiency (isentropic x mechanical x motor)first principles
- Free air the flow is referenced to intake conditions; the discharge is the absolute pressure at the compressorcompressed-air convention