SI Psychrometric Chart

This program calculates and plots psychrometric properties of moist air
4,6K descargas
Actualizado 7 abr 2015

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2014b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Thermal Analysis en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: label

Inspiración para: 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!
Versión Publicado Notas de la versión
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