Pierre Walker
Pierre Walker
The differences in activity coefficients are now probably accounted for by the combining rule used by the association parameters. Unfortunately, this is not something we can support yet but you...
The differences will most likely come down to the parameters used. The difference between zmeri's implementation probably has a different combining rule implemented for association which would explain the minor...
In response to the issue you're having, try typing 310. instead of 310 (I.e. use float instead of integer values). That might help. The work youre doing sounds really interesting!...
We are currently working on implementing the Michelsen algorithm and HELD algorithm. If you take a look at the papers related to the latter, you'll see that the benchmarks given...
There are two problems: 1. You've defined the Ks as integers; Julia is very sensitive to types so you should always add a decimal place for your inputs 2. Since...
Unfortunately, I have to agree that HELD will be much more well-suited for this problem... it will be quite a while until we fully release it Im sorry to say....
It also seems to have already been implemented in thermopack: https://github.com/SINTEF/thermopack/commit/c97d207a897c8055c9d4f9acab88637039c99a99
There's also the Zulip chat linked on our main page!
Just in case, you can contact me at [email protected] I'll be updating the docs to include our email addresses.
Hi Braden, It's not currently clear how we're going to implement flash algorithms. Andrés has already started with some preliminary work and I've created a (barely) functional one on my...