| CI and Tests | Paper DOI | Software DOI |
|---|---|---|
PsychroLib is a library of functions to enable the calculation of psychrometric properties of moist and dry air. Versions in Python, C, Fortran, JavaScript, and Microsoft Excel Visual Basic for Applications (VBA) are available. The library works in both metric (SI) and imperial (IP) systems of units. For a general overview and a list of currently available functions, please see the overview page.
The API documentation is available here. Please note that although the API describes the Python version of the library, the API is common across all the supported language implementations.
Examples on how to use PsychroLib in all the supported languages are described in this guide.
-
Python: from the command prompt with
pip install psychrolib. -
VBA/Excel: download the ready-made spreadsheets from the release tab.
-
C, Fortran and JavaScript: clone the repository, and bundle according to your requirements.
If you are using PsychroLib, please cite the specific version you are using (https://doi.org/10.5281/zenodo.2537945), and the summary paper (https://doi.org/10.21105/joss.01137).
If you are looking to contribute, please read our Contributors' guide for details.
Copyright 2018 D. Thevenard and D. Meyer for the current library implementation.
Copyright 2017 ASHRAE Handbook — Fundamentals (https://www.ashrae.org) for equations and coefficients published ASHRAE Handbook — Fundamentals Chapter 1.
Licensed under the MIT License.
Many thanks to Tom Worster (@tom--) for his suggestions with the original JavaScript library implementation.