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
Hi, thanks for spotting this. I opted for eight digits accuracy in the code but there was a 7 missing for the second coefficient. I applied your patch in a commit and it will be in the next release: b010443
Please note the Peng Robinson Coefficients are incorrect
They should be:
PengRobinson specialization
function static_coefficients(::AbstractPengRobinson)
return (0.457235529, 0.077796074, 1 + sqrt(2), 1 - sqrt(2))
end
The text was updated successfully, but these errors were encountered: