-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fugacity functions update #35
Conversation
@chris-hampel-CA can you please check if this is OK? If so we can merge and release a new CoolProp.jl version. |
src/CoolProp.jl
Outdated
julia> AbstractState_free(handle); | ||
``` | ||
""" | ||
function AbstractState_get_fugacity_coefficient(handle::Clong, i::Integer) #TODO: maybe type this as an integer? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove TODO comment
src/CoolProp.jl
Outdated
@@ -926,6 +926,63 @@ function AbstractState_update(handle::Clong, input_pair::AbstractString, value1: | |||
return nothing | |||
end | |||
|
|||
#TODO: these functions will not work with CoolProp_jll 6.5. Needs new version released of current master from Sept 2023 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove TODO comment
Hi @barche Looks good to me. You can double check by looking at the output of the example fugacity calls in the A couple comments should be removed that I called out, however. Also, I noticed a few other changes in the Thanks! |
Rebase and update of PR #33