Commit Graph

22 Commits

Author SHA1 Message Date
JonWel
a2dd01757a AbstractState_set_fractions was not exported
Added the "AbstractState_set_fractions" function in the export list.
2015-04-02 22:12:59 +02:00
JonWel
8987bfd60e Update CoolProp.jl
There is now only one Julia Wrapper compatible for both Julia 0.3 and 0.4 version.
A small code check the version and apply some corrections to make this Julia 0.4 code compatible with older version.
2015-03-22 11:31:47 +01:00
JonWel
945bdc7171 Delete CoolProp.jl
Both wrapper for version 0.3 and 0.4 are merged in a single one with only a small compatibility code.
Only the previous 0.4 version need to remain.
2015-03-22 11:26:43 +01:00
JonWel
5b7181546b Update CoolProp.jl
Small update
2015-03-19 16:54:46 +01:00
JonWel
d2b4da5e3c Update CoolProp.jl
Small speed enhancement for low level interface
2015-03-19 16:40:31 +01:00
JonWel
16a75883a8 Update CoolProp.jl
Small speed enhancement for low level interface
2015-03-17 12:34:18 +01:00
JonWel
d5140aca8c Update CoolProp.jl
Add access to low level interface
2015-03-12 11:45:30 +01:00
JonWel
c5981e7c10 Update CoolProp.jl
Add low level access
2015-03-12 11:44:23 +01:00
JonWel
cc9fd104ad Update CoolProp.jl
Add call to Props1SI to PropsSI when only two string arguments.
2015-03-10 18:56:58 +01:00
JonWel
dd498a49b6 Update CoolProp.jl
Add call to Props1SI to PropsSI when only two string arguments.
2015-03-10 18:55:26 +01:00
JonWel
eaf194b54d Update CoolProp.jl
Added error handling (currently not working with Julia's Ubuntu ppa but work is on progress)
Changed numeric input requirement to be ´Number´ instead of restricting to ´Float64´, that allows both integer and floats to be used as input with few overhead (the Float64 version is still internally created by Julia and the overhead for the conversion from Int64 to Float64 seems negligible compare to the execution time from the functions, I could only time a difference in jit compilation time).
Added ´K2F´,  ´get_global_param_string´ and ´get_param_index´ functions
2015-03-10 16:52:22 +01:00
JonWel
cdd73c2358 Update CoolProp.jl
Added error handling
Changed numeric input requirement to be ´Number´ instead of restricting to ´Float64´, that allows both integer and floats to be used as input with few overhead (the Float64 version is still internally created by Julia and the overhead for the conversion from Int64 to Float64 seems negligible compare to the execution time from the functions, I could only time a difference in jit compilation time).
Added ´K2F´,  ´get_global_param_string´ and ´get_param_index´ functions
2015-03-10 16:40:43 +01:00
JonWel
e8f5f29bc8 Delete CoolProp.jl
Moved to the Julia folder
2015-02-19 14:16:10 +01:00
JonWel
c4c57ccf8d Create CoolProp.jl
For Julia 0.4 an upper
2015-02-19 14:15:39 +01:00
JonWel
9c002660a2 Create CoolProp.jl 2015-02-19 14:00:10 +01:00
JonWel
627c2a1fbe Delete CoolProp.jl
Moved to 0.4+
2015-02-19 13:59:47 +01:00
JonWel
55d387e598 Create CoolProp.jl
Compatible with Julia 0.4 and upper
2015-02-18 20:04:12 +01:00
JonWel
759fe80ed0 Create CoolProp.jl
Compatible with Julia 0.3 and lower
2015-02-18 20:02:58 +01:00
JonWel
144fc9a5da Delete CoolProp.jl
Moved to Julia/0.4/
2015-02-18 20:01:10 +01:00
Ian Bell
c74317c3ae Revert changes of @squoilin to Julia wrappers
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-22 15:15:22 -05:00
squoilin
34ad12f312 Fixed bug in the Julia wrapper, updated documentation for Linux users 2014-12-21 18:03:47 +01:00
Ian Bell
8b3586fe11 Added wrapper code for Julia module; See #304
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-18 18:21:07 -06:00