Help with Python wrapper #656
Replies: 1 comment
-
Have closed this and reposted in (what I hope) is a more appropriate forum: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am having some 'fun' trying to get expected behaviour via the Python interface and was hoping the community might be able to help me
Starting with what I 'thought' was a simple example, I wanted to calculate the density and viscosity of a 50:50 mixture of methane and CO2 with following code
However I am getting nonsensical density and viscosity as follows;
Molar density: 67.5875 mol/L
Mixture MW: 30.0263 g/mol
Mass density: 2029.4024 kg/m³
Viscosity: 1435727.29156 cP
Viscosity ierr: 0 herr:
Any idea where I am going wrong?
Using the REFPROP tool itself yields expected results - I just cant get a sensible answer through the Python wrapper
Thanks in advance,
Mark
Beta Was this translation helpful? Give feedback.
All reactions