We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using python wrapper to generate saturated property. But I got different value by using REFPROPdll and REPROP desktop.
from ctREFPROP.ctREFPROP import REFPROPFunctionLibrary RP = REFPROPFunctionLibrary(os.environ['RPPREFIX']) RP.SETPATHdll(os.environ['RPPREFIX']) RP.REFPROPdll("R454B", "PQ","HLIQ", RP.MOLAR_BASE_SI, 0, 1, 685212, 0, [0]).Output[0]/0.062613634
Return: 201346.7723330968 J/kg
The REFPROP 10 return this: 194.81 KJ/kg. I also included reference state. In python wrapper, how to set up reference state?
Thanks
Frank
The text was updated successfully, but these errors were encountered:
You want the SETREF function
Sorry, something went wrong.
No branches or pull requests
I am using python wrapper to generate saturated property. But I got different value by using REFPROPdll and REPROP desktop.
from ctREFPROP.ctREFPROP import REFPROPFunctionLibrary
RP = REFPROPFunctionLibrary(os.environ['RPPREFIX'])
RP.SETPATHdll(os.environ['RPPREFIX'])
RP.REFPROPdll("R454B", "PQ","HLIQ", RP.MOLAR_BASE_SI, 0, 1, 685212, 0, [0]).Output[0]/0.062613634
Return: 201346.7723330968 J/kg
The REFPROP 10 return this: 194.81 KJ/kg. I also included reference state. In python wrapper, how to set up reference state?
Thanks
Frank
The text was updated successfully, but these errors were encountered: