Skip to content

vimalaad/CoolProp.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Build Status

Build status Build status

Coverage Status Coverage Status

CoolProp.jl

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/vimalaad/CoolProp.jl.git")
Pkg.build("CoolProp") # to download the latest binaries

or

Pkg.clone("https://github.com/vimalaad/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

Development

For development, it is possible to include a custom wrapper from ENV["TestingPath"], then:

ENV["includelocalwrapper"]="on";
using CoolProp;

if !haskey(ENV, "TestingPath") the default \test\CoolProp.jl will be used.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages