-
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
EOS-CG 2021 #233
Comments
In that vein, you might want to also add the GERG-2008 model for natural gas. I just added it to teqp: usnistgov/teqp#79 |
GERG2008 is already in Clapeyron ( |
@longemen3000 Ah cool, didn't realize that. |
implemented in 0.5.11 |
Nice! Did you implement test values to be sure all the models are exactly the same? |
Not yet, I couldn't find test values of EOS-CG-2021 in the original paper. But on the code part, it just reuses the general On the data part, for the pure fluid, the fluids are taken from CoolProp JSONs or ported via REFPROP-interop. On the mixture models, I reused the existing ones where available (from EOS-LNG + some Coolprop mixture models), except the one with typos in the publication, that I have to extract from the paper itself(I have a function that generates mixture jsons from paper tables, so it is not completely manual). |
One key point is to make sure that you are definitely, 100%, using the pure fluid models that are specified in the document. |
Multiparameter equation for CCS applications: https://link.springer.com/article/10.1007/s10765-023-03263-6
The text was updated successfully, but these errors were encountered: