SI Psychrometric Chart

This program calculates and plots psychrometric properties of moist air
4,6K Downloads
Aktualisiert 7 Apr 2015

Lizenz anzeigen

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

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2014b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Thermal Analysis finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert von: label

Inspiriert: 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 Veröffentlicht Versionshinweise
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