Skip to content

How to adjust parameters of both PCSAFT and ideal model with experimental data #332

Closed Answered by pw0908
Eduardo-BDMAlves asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Eduardo,

The way our parameter estimation framework works is by going through the entire model struct and looking through all parameters. As such, if you specify the name of a parameter with its index, even if it’s in a submodel, you can fit it. You could do this for your case.

That being said, I’ve realised a small issue with our implementation of the Reid model. The parameters are stored in a tuple (coefs) for efficiency reasons. I’m not sure if that’ll cause any issues in this particular case. If you end up giving it a try, let us know if you encounter any issues.

I’m away from my laptop at the moment so I’ll give this a shot when I find the time.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Eduardo-BDMAlves
Comment options

@longemen3000
Comment options

@longemen3000
Comment options

@Eduardo-BDMAlves
Comment options

Answer selected by Eduardo-BDMAlves
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants