You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In previous Clapeyron versions this worked, but now when I do:
using Clapeyron
include("psrkfull.jl")
model =PSRKFULL(
["water", "hexane"],
idealmodel=ReidIdeal,
userlocations=["database/"],
group_userlocations=["database/"],
ideal_userlocations=["database/"],
alpha_userlocations=["database/"],
mixing_userlocations=["database/"],
translation_userlocations=["database/"]
)
I get:
MethodError: no method matching length(::MathiasCopemanAlphaParam)
I don't know what Clapeyron I trying to do with my alpha function or how I must modify my alpha function to fit the new Clapeyron's standards. Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hello!
I got a custom alpha function (Mathias-Copeman):
And i have my custom PSRK function that uses it:
In previous Clapeyron versions this worked, but now when I do:
I get:
MethodError: no method matching length(::MathiasCopemanAlphaParam)
I don't know what Clapeyron I trying to do with my alpha function or how I must modify my alpha function to fit the new Clapeyron's standards. Thank you in advance.
The text was updated successfully, but these errors were encountered: