Even Solbraa
Even Solbraa
example of YAML format: FLUID: - NAME: TYPE: FLUID FLUID_MODEL_TYPE: PREDEFINED EOS_MODEL: PROCESS: - NAME: UNITOPERATIONS: STREAM: TYPE: FLUID: SEPARATOR: NAME:.... FEEDSTREAM: GAS: LIQUID: ......
Documentation of how ta add a model: #202
Thanks again for reporting this. However I have problems to reproduce the error. The [follwing script ](https://colab.research.google.com/drive/1W3Mr9AXKHS7jbfPgAKkG2FaGLoo4QnQD#scrollTo=yvkCqjS90pb-)work fine on my computer: ``` from neqsim.thermo import fluid from neqsim import jNeqSim...
Hi - can you try to upgrade to the new version of neqsim (2.5.32) and see if that helps? We have modified the phase envelope algorithm a bit, and hope...
I run the following script with no problems on my local computer (Win10, Python 3.11.6, OpenJDK Runtime Environment Temurin-21.0.2+13 (build 21.0.2+13-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.2+13 (build 21.0.2+13-LTS, mixed mode,...
> Hi Even. I have now upgraded to newer version and the new algorithm is able to generate the bubble pressures. I am now getting exactly the same curve as...
Thanks for pointing at this. It is a weakness in the phase envelope algorithm not accepting components with mole fraction 0. We will fix this in a later release, and...
All this seems to work in the new version and using the method: thermoOps = jNeqSim.thermodynamicOperations.ThermodynamicOperations(fluid1) thermoOps.calcPTphaseEnvelope2() See the tests in the notebook: https://colab.research.google.com/drive/1tuSXN5Myk97SSxxJJ21vo4G8lwILT9K2#scrollTo=iKZ_5EKuf09H
Yes , there will be more integration of pandas dataframes in future releases. Recently it has been added support for creating fluids via dataframes. See some examples in the Colab...