-
Can REFPROP python interface be used to perform a PH-flash calculation for a mixture of two species if those species don't have available FLD files in the refprop database? I saw that the Peng-Robinson equation of state can be used, and that only requires critical properties and acentric factors, but I'm getting lost in the documentation. Can something like this be done? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Yes, you need to represent each species with its own PR model. Here is a template for a PR model:
|
Beta Was this translation helpful? Give feedback.
-
If the inputs are homogeneous, then the bulk composition is the only one that is meaningful. If the inputs are not homogeneous, you can query the output compositions for each phase from the call to |
Beta Was this translation helpful? Give feedback.
Yes, you need to represent each species with its own PR model. Here is a template for a PR model: