******************* 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 ` * :ref:`Mixture properties using high-accuracy Helmholtz energy formulations ` * :ref:`Correlations of properties of incompressible fluids and brines ` * :ref:`Computationally efficient tabular interpolation ` * :ref:`Highest accuracy psychrometric routines ` * :ref:`User-friendly interface around the full capabilities of NIST REFPROP ` * :ref:`Fast IAPWS-IF97 (Industrial Formulation) for Water/Steam ` * :ref:`Cubic equations of state (SRK, PR) ` * :ref:`PC-SAFT equation of state ` Environments Supported ---------------------- Programming Languages: * Fully-featured wrappers: :ref:`Python (2.x, 3.x) `, :ref:`C++ (as static library) `, :ref:`C++ as shared library `, `Modelica `_, :ref:`Octave `, :ref:`C# `, :ref:`VB.net `, :ref:`MathCAD `, :ref:`Java `, :ref:`Android `, :ref:`MATLAB ` * High-level interface only: :ref:`Labview `, :ref:`EES `, :ref:`Microsoft Excel `, :ref:`LibreOffice `, :ref:`Javascript `, :ref:`PHP `, :ref:`FORTRAN `, :ref:`Maple `, :ref:`Mathematica `, :ref:`Scilab `, :ref:`Delphi & Lazarus `, :ref:`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 ` or :ref:`Examples ` .. _help: Help ---- * (**General Discussion**) Create a new discussion at `Github CoolProp Discussions `_ * (**Bugs, feature requests**) File a `Github issue `_ * `Docs for v4 of CoolProp `_ * `Docs for development version of CoolProp `_ Projects Using CoolProp ----------------------------------- * `Thermocycle `_ * `PDSim `_ * `ACHP `_ * `DWSim `_ * `StateCalc `_ * `SmoWeb `_ * `T-Props `_ * `fProperties `_ * `CoolPropJavascriptDemo `_ * `pSolver `_ 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: - `Ian Bell `_, Bell Thermal Consultants - `Jorrit Wronski `_, `IPU Refrigeration and Energy Technology `_, Kgs. Lyngby, Denmark - `Sylvain Quoilin `_, `Vincent Lemort `_, Thermodynamics Laboratory, University of Liege, Liege, Belgium Please be so kind and cite our work in your publication: :ref:`Citation information `. Supporters ---------- \ .. image:: _static/logo_labothap.png :height: 100px :alt: labothap :target: http://www.labothap.ulg.ac.be/ .. image:: _static/logo_ORCNext.jpg :height: 100px :alt: ORCNext \ .. image:: _static/logo_herrick.png :height: 100px :alt: Herrick :target: https://engineering.purdue.edu/Herrick/index.html .. image:: _static/logo_maplesoft.png :height: 100px :alt: Maple :target: https://www.maplesoft.com \ .. image:: _static/logo_dtu_mekanik.png :height: 50px :alt: DTU Mechanical Engineering - Section for Thermal Energy :target: https://www.mek.dtu.dk/english/Sections/TES .. image:: _static/logo_ipu.png :height: 50px :alt: IPU Refrigeration and Energy Technology :target: https://www.ipu.dk 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.