The Psychrometric Calculator is a web-based tool designed to calculate various psychrometric properties, including:
- Humidity Ratio (kg water/kg dry air)
- Dew Point Temperature (°C)
- Enthalpy (kJ/kg dry air)
- Specific Volume (m³/kg dry air)
- Relative Humidity (%)
This tool uses Dry-Bulb Temperature along with either Relative Humidity or Wet-Bulb Temperature as inputs.
You can input:
- Dry-Bulb Temperature (°C): Required for all calculations.
- Relative Humidity (%): Optionally provided if Wet-Bulb Temperature is not entered.
- Wet-Bulb Temperature (°C): Optionally provided if Relative Humidity is not entered.
- Atmospheric Pressure (kPa): Defaults to 101.325 kPa if left blank.
- If you enter a value for Relative Humidity, the Wet-Bulb Temperature field is disabled.
- If you enter a value for Wet-Bulb Temperature, the Relative Humidity field is disabled.
The calculator computes psychrometric properties based on standard formulas and displays the results in an intuitive format.
The calculator is designed for usability on both desktop and mobile devices.
- Open the HTML file in any modern web browser.
- Enter the required inputs:
- Dry-Bulb Temperature (°C)
- Either Relative Humidity (%) or Wet-Bulb Temperature (°C)
- Optionally adjust Atmospheric Pressure (kPa)
- Click the Calculate button.
- View the results under the "Results" section, including:
- Humidity Ratio
- Dew Point Temperature
- Enthalpy
- Specific Volume
- Relative Humidity (calculated if Wet-Bulb Temperature is provided).
- Clone or download this repository.
- Locate the
psychrometric_calculator.html
file. - Open the file in a modern web browser (e.g., Chrome, Firefox, Edge).
- Saturation Pressure
- Humidity Ratio
- Relative Humidity from Wet-Bulb Temperature
- Dew Point Temperature
- Enthalpy
- Specific Volume
- HTML: For the structure of the web application.
- CSS: For styling the user interface.
- JavaScript: For performing calculations and managing interactivity.
- Add graphing capabilities to visualize psychrometric properties.
- Expand to support additional inputs like specific humidity and absolute humidity.
- Add unit conversion options (e.g., imperial units).
This project is licensed under the MIT License. You are free to use, modify, and distribute this tool as needed.
Special thanks to the open-source community for providing psychrometric formulas and supporting resources for thermodynamic calculations.