SI Psychrometric Chart

This program calculates and plots psychrometric properties of moist air
4.6K Downloads
Updated 7 Apr 2015

View License

The psyhcrometric properties of air are calculated based on the ASHRAE 2013 handbook of fundamentals (SI version). References to ASHRAE handbook are given in the m-file for easy referencing. Atmospheric pressure of 101.325kPa is considered as default which can be changed by passing the atmospheric pressure value as the last two input parameters i.e. Psychrometericnew ('T',24,'phi',50,'P',101.325)
The Psychrometricsnew.m has the ability to calculate moist air state (Tdb, w, phi, h, v, Tdp, Twb) through input of any of the following functions:
1. Tdb, w 2.Tdb, phi 3.Tdb, h 4.w, phi 5.w, h 6.phi, h 7.Tdb, Twb 8.w, Twb 9.phi, Twb
A psychrometric chart can be plotted using psychplotting.m. The default ambient pressure is taken as 101.325kPa in psychplotting.m. This can be changed by passing the atmospheric pressure value in kPa as the last input parameter.
The program uses label.m for plotting of line labels

Cite As

Muhammad Tauha Ali (2024). SI Psychrometric Chart (https://www.mathworks.com/matlabcentral/fileexchange/49154-si-psychrometric-chart), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Thermal Analysis in Help Center and MATLAB Answers
Acknowledgements

Inspired by: label

Inspired: Simple HVAC cooling rate estimator v2.4

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.3.0.0

Added functionality of passing atmospheric pressure in the psychrometricnew.m and psychplotting.m files

1.2.0.0

Updated the psychplotting file to be compatible with MATLAB 2014b

1.1.0.0

updated file description

1.0.0.0