Skip to content
Discussion options

You must be logged in to vote

Hello Moritz,

the parameter handling was revised a bit from going from feos 0.8 to 0.9. One aspect we added was to increase the flexibility of the association scheme so that any (well most I guess) kinds of hydrogen bonding arrangements can be modeled.

With the current feos version the code would look like this:

import feos

hmf = feos.PureRecord(identifier=feos.Identifier(name="HMF"), molarweight=126.11, m=2.72266, sigma=3.83791, epsilon_k=433.125, association_sites=[{"kappa_ab": 0.0052651, "epsilon_k_ab": 2524.61, "na": 1, "nb": 1}])
mthf = feos.PureRecord(identifier=feos.Identifier(name="MTHF"), molarweight=86.132, m=2.7191, sigma=3.6567, epsilon_k=265.09, association_sites=[{"nb": 1}])

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@moritzhs6
Comment options

@prehner
Comment options

Answer selected by moritzhs6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #325 on December 03, 2025 15:40.