Skip to content
Jeff Henning edited this page Mar 21, 2018 · 3 revisions

CoolProp Logo

Welcome to the CoolProp Wiki!

This is the CoolProp main repository for active development. If you wish to contribute, please fork from this repository and make pull from your own fork. These purpose of these wiki pages is to provide guidance on contributing using git and Github and to help new contributors understand how the process works.

About

CoolProp is a C++ library that implements:

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

Contributing

Contributions to the CoolProp project are welcomed and encouraged! Become a Contributor and help us make CoolProp better! There is always a need for:

  • Bug fixes and patches
  • Code enhancements
  • New features
  • New CoolProp wrappers
  • New material properties

Development Guidance

Frequently Asked Questions

Please see the FAQ file in the main repository.