import CoolProp.CoolProp as CP
CP.set_config_string(CP.ALTERNATIVE_REFPROP_PATH, r'c:\Program Files (x86)\REFPROP\\')
print CP.get_config_string(CP.ALTERNATIVE_REFPROP_PATH)
it prints and empty string indicating (I think...) that it did not change the default path. When I follow that with:
print CP.PropsSI("T","P",101325,"Q",0,"REFPROP::Water")
I get the "ValueError: Initialize failed for backend: "REFPROP", fluid: "Water" fractions "[ 1.0000000000 ]"; error: You cannot use the REFPROPMixtureBackend. : PropsSI("T","P",101325,"Q",0,"REFPROP::Water")" error.
Do you guys have any suggestions on how to fix this?
Thanks for any help!
-Zach
--
You received this message because you are subscribed to the Google Groups "coolprop-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to coolprop-users+unsubscribe@googlegroups.com.
To post to this group, send email to coolprop-users@googlegroups.com.
Visit this group at https://groups.google.com/group/coolprop-users.
For more options, visit https://groups.google.com/d/optout.