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.
High-Level Interface Example
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>`
Main Developers
The primary developers are:
Please be so kind and cite our work in your publication: :ref:`Citation information <citation>`.