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
It raises a local variable error about vsl_lb otherwise. I discovered it by trying to refit literature parameters for ethanol using the SAFT-VR Mie model.
Thanks!
Jamie
The text was updated successfully, but these errors were encountered:
Hi team
I discovered what I believe is a typo in the initial_guess.jl file, line 602:
Current:
vsv_ub = volume(model,psv,T,phase = :l, vol0 = v_lb)
Proposed fix:
vsl_lb = volume(model,psv,T,phase = :l, vol0 = v_lb)
It raises a local variable error about vsl_lb otherwise. I discovered it by trying to refit literature parameters for ethanol using the SAFT-VR Mie model.
Thanks!
Jamie
The text was updated successfully, but these errors were encountered: