Main Developers
The primary developers are:
- Ian Bell, Sylvain Quoilin, Vincent Lemort, University of Liege, Liege, Belgium
- Jorrit Wronski, Technical University of Denmark, Kgs. Lyngby, Denmark
These pages help you to get started using CoolProp and provide detailed information for the returning user. Please feel free to browse the pages and use the menu on the left to navigate on this website.
CoolProp is a C++ library that implements:
Programming Languages:
Architectures:
In most languages, the code to calculate density D of Nitrogen at a temperature T of 298 K and a pressure P of 101325 Pa is something like:
rho = PropsSI('D', 'T', 298.15, 'P', 101325, 'Nitrogen')
See more examples of PropsSI usage at :ref:`High-Level interface <high_level_api>` or :ref:`Examples <examples>`
The primary developers are: