Skip to content
New issue

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

Prandtl number cannot be returned directly #466

Closed
ibell opened this issue Feb 13, 2015 · 0 comments
Closed

Prandtl number cannot be returned directly #466

ibell opened this issue Feb 13, 2015 · 0 comments
Milestone

Comments

@ibell
Copy link
Contributor

ibell commented Feb 13, 2015

In [1]: import CoolProp

In [2]: CoolProp.CoolProp.PropsSI('Prandtl','T',300,'P',101325,'Nitrogen')
---------------------------------------------------------------------------
ValueError                                Traceback (most recent call last)
<ipython-input-2-19907aefdc78> in <module>()
----> 1 CoolProp.CoolProp.PropsSI('Prandtl','T',300,'P',101325,'Nitrogen')

C:\Miniconda\lib\site-packages\coolprop-5.0.7dev-py2.7-win-amd64.egg\CoolProp\CoolProp.pyd in CoolProp.CoolProp.PropsSI (CoolProp\CoolProp.cpp:16127)()

C:\Miniconda\lib\site-packages\coolprop-5.0.7dev-py2.7-win-amd64.egg\CoolProp\CoolProp.pyd in CoolProp.CoolProp.PropsSI (CoolProp\CoolProp.cpp:15930)()

C:\Miniconda\lib\site-packages\coolprop-5.0.7dev-py2.7-win-amd64.egg\CoolProp\CoolProp.pyd in CoolProp.CoolProp.__Props_err2 (CoolProp\CoolProp.cpp:14348)()

ValueError: This input [42: "Prandtl"] is not valid for keyed_output : PropsSI("Prandtl","T",300,"P",101325,"Nitrogen")
@ibell ibell closed this as completed in cafc269 Feb 15, 2015
@ibell ibell added this to the v5.0.8 milestone Feb 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant