-
Notifications
You must be signed in to change notification settings - Fork 52
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
Feature Request for PCSAFT Temperature-dependent kij for Unlike Interactions #215
Comments
Hi, Technically, if you don't use |
A futher question to bug you, how to specify not to use |
to clarify the differences, only when a component named
In summary, you can opt-out of using that correlation by simply not using So, |
As far as allowing for greater flexibility in the combining rules is concerned, it is something that we have thought about for a while. Something similar to our treatment of mixing rules in cubics might be an option. In this framework, someone would need to provide both the functional form for kij(T) and the parameters. Maybe something like this: model = PCSAFT(["methanol","benzene"]; combining= k(T;coef) = coef[1]+coef[2]*T, userlocations=["unlike.csv"]) Thoughts @longemen3000? |
To the lovely developers of Clapeyron.jl ☕
I've been playing around with temperature dependent Lorenz-Berthelot binary interacting constants in pharmaPCSAFT, I was wondering if you guys are keen to also implement an optional$k_{ij}=k_{ij,slope}\times T+k_{ij,constant}$ feature for PCSAFT if the user would like to use this specific model.
I have coded up some incredibly slow workarounds reading and modifying .csv database files on the go with great results, however, the speed is atrocious due to overheads writing and reading from files.
Below is a quick mockup of what the potential database file looks like.
0.01177155
Cheers and have the best time 🐒
The text was updated successfully, but these errors were encountered: