[go: up one dir, main page]

Menu

[81dbcb]: / Web / index.rst  Maximize  Restore  History

Download this file

123 lines (84 with data), 4.6 kB

Welcome to CoolProp

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.

What is CoolProp?

CoolProp is a C++ library that implements:

  • :ref:`Pure and pseudo-pure fluid equations of state and transport properties for 122 components <list_of_fluids>`
  • :ref:`Mixture properties using high-accuracy Helmholtz energy formulations <mixtures>`
  • :ref:`Correlations of properties of incompressible fluids and brines <Pure>`
  • :ref:`Highest accuracy psychrometric routines <Humid-Air>`
  • :ref:`User-friendly interface around the full capabilities of NIST REFPROP <REFPROP>`
  • :ref:`Cubic equations of state (SRK, PR) <cubic_backend>`

Environments Supported

Programming Languages:

  • Fully-featured wrappers: :ref:`Python (2.x, 3.x) <Python>` , Modelica, :ref:`Octave <Octave>`, :ref:`C# <Csharp>`, :ref:`VB.net <VBdotNet>`, :ref:`MathCAD <MathCAD>`, :ref:`Java <Java>`, :ref:`Android <Android>`, :ref:`MATLAB <MATLAB>`
  • High-level interface only: :ref:`Labview <Labview>`, :ref:`EES <EES>`, :ref:`Microsoft Excel <Excel>`, :ref:`LibreOffice <LibreOffice>`, :ref:`Javascript <Javascript>`, :ref:`PHP <PHP>`, :ref:`FORTRAN <FORTRAN>`, :ref:`Maple <Maple>`, :ref:`Mathematica <Mathematica>`, :ref:`Scilab <Scilab>`, :ref:`Delphi & Lazarus <Delphi>`, :ref:`Julia <Julia>`

Architectures:

  • 32-bit/64-bit
  • Windows, Linux, OSX, Raspberry PI, VxWorks Compact Rio, etc. (if you can compile C++ on it, CoolProp will run)

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>`

Help

Projects Using CoolProp

Main Developers

Warning

Please do not email the developers directly, see :ref:`Help` above for assistance (this way the correspondence is google-able)

The primary developers are:

Please be so kind and cite our work in your publication: :ref:`Citation information <citation>`.

Supporters

labothap ORCNext

Herrick Maple

DTU Mechanical Engineering - Section for Thermal Energy IPU Refrigeration and Energy Technology

License Information

CoolProp has flexible licensing terms and you can use it for commercial projects and academic work free of charge. Have a look at the actual license, if you are in doubt.