Replies: 3 comments 2 replies
-
The component names in the embedded database you can find in the link on the bottom on the page: |
Beta Was this translation helpful? Give feedback.
-
Use link to see the supported rate units (and conversion to reference mol/sec). m3/hr should be Am3/hr. However it is safer to use kg/hr (as you don’t need reference density). I will update the pump example. I guess the reason you don’t see the error in Colab, is that the error log is not routed to the output (so it is correct on your computer). |
Beta Was this translation helpful? Give feedback.
-
Thank you for update, the links were useful. |
Beta Was this translation helpful? Give feedback.
-
Dear Prof. Solbraa,
Thank you very much for your work!
I am doing very first steps and trying to get running your software (2.3.26) on my Ubuntu 22.04 with Python 3.10
Is Python version 3.10 supported?
The sample code Pumps works in Colab, but doesn't in my environment.
The row of code
fluid1.setTotalFlowRate(135.0, "m3/hr")
rises an error
"[main] ERROR neqsim.util.unit.RateUnit - unit not supported m3/hr".
At the same time units 'kg/hr' work.
Some other examples work fine.
The only difference I've found so far is Python 3.7 is used in Colab
I am using OpenJDK 64-Bit Server VM (build 11.0.15+10-Ubuntu-0ubuntu0.22.04.1, mixed mode, sharing)
and python packages list is here pip_list.txt
And one more question, please.
Could you point me out where I can get a documentation like a whole list of supported components for a method "fluid1.addComponent() "?
Beta Was this translation helpful? Give feedback.
All reactions