/CoolProp.jl

A Julia wrapper for CoolProp (http://www.coolprop.org)

Primary LanguageJuliaGNU General Public License v3.0GPL-3.0

Build Status

JCoolprop

A Julia wrapper for CoolProp (http://www.coolprop.org)

This is not my work, and all the credit goes to the cool CoolProp contributors. I only put this together to make things easier for a friend of mine.

Installation

Pkg.clone("https://github.com/simulkade/CoolProp.jl.git")
Pkg.build("CoolProp") # to download the latest binaries

or

Pkg.clone("https://github.com/simulkade/CoolProp.jl.git")
Pkg.checkout("CoolProp", "nightly")
Pkg.build("CoolProp") # to download the nightly binaries

Note

The installer downloads related libraries respect to machine OS & wordsize. Please let me know if it does not work for you. As an alternative, you can download the binaries for your OS from here