CoolPlot

Create property plots for engineering thermodynamics using CoolProp as data source.


License
MIT
Install
pip install CoolPlot==0.1.6

Documentation

GitHub License Coverage - Codecov Coverage - Coveralls PyPI - Version PyPI - Downloads

CoolPlot

This repository contain code for a Python module to create property plots for engineering thermodynamics applications using CoolProp.

It focusses on refrigeration and heat pumping applications and the enthalpy- pressure diagrams (logp,h) are considered to be more mature than others. However, entropy-temperature diagrams (T,s) have also been implemented and should work for most fluids.

We are still in the process of separating the calculations from the plotting routines - expect some breaking changes until v1.0.0 is released. The code has been forked from the main CoolProp repository at v6.3.0 and the history was preserved, thus the old commits.

Pull requests are encouraged!

Installation

The project gets published on PyPi as coolplot and you can install it using pip

pip install coolplot

License

This Python package is released under the terms of the MIT license.