mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-01 01:15:11 -05:00
cdd73c2358f49a6e955d1357526c87b89606f67f
Added error handling Changed numeric input requirement to be ´Number´ instead of restricting to ´Float64´, that allows both integer and floats to be used as input with few overhead (the Float64 version is still internally created by Julia and the overhead for the conversion from Int64 to Float64 seems negligible compare to the execution time from the functions, I could only time a difference in jit compilation time). Added ´K2F´, ´get_global_param_string´ and ´get_param_index´ functions
Welcome to CoolProp
===================
CoolProp is a thermophysical property database and wrappers for a selection of programming environments.
It offers similar functionality to REFPROP, but CoolProp is open-source and free.
It was originally developed by Ian Bell, currently a post-doc at the University of Liege, in Liege, Belgium.
* CoolProp has flexible licensing terms: Commercial - ok! Academic? - ok! |license|
* For Python, you can get the latest release via ``pip install coolprop``. Currently |downloads| of |version|
* ... other binaries can be downloaded here: `latest release <http://sourceforge.net/projects/coolprop/files>`_ and `development version <http://sourceforge.net/projects/coolprop/files/CoolProp/nightly>`_
* The documentation is available for the `latest release <http://www.coolprop.org>`_ and the `development version <http://www.coolprop.dreamhosters.com:8010/sphinx>`_
* Please, if there are any issues of any kind, file an issue `here <https://github.com/CoolProp/CoolProp/issues>`_
* ... you might also find answers in our `FAQ <https://github.com/CoolProp/CoolProp/blob/master/FAQ.md>`_
.. |travis| image:: https://travis-ci.org/CoolProp/CoolProp.png?branch=master
:target: https://travis-ci.org/CoolProp/CoolProp
:alt: travis-ci
.. |downloads| image:: https://pypip.in/d/CoolProp/badge.png
:target: http://pypi.python.org/pypi/CoolProp/
:alt: downloads
.. |version| image:: https://pypip.in/v/CoolProp/badge.png
:target: http://pypi.python.org/pypi/CoolProp/
:alt: latest stable version
.. |license| image:: https://pypip.in/license/CoolProp/badge.png
:target: http://pypi.python.org/pypi/CoolProp/
:alt: license
Languages
C++
59%
Python
24.5%
CMake
2.5%
TeX
2.3%
Cython
2.3%
Other
9%