SI Psychrometric Chart

版本 1.3.0.0 (177.9 KB) 作者: Muhammad Tauha Ali
This program calculates and plots psychrometric properties of moist air
4.6K 次下载
更新时间 2015/4/7

查看许可证

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

引用格式

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

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Thermal Analysis 的更多信息
致谢

参考作品: label

启发作品: 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!
版本 已发布 发行说明
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