Calibrating Peng-Robinson's EOS
Calibrating Peng-Robinson's EOS
(OP)
Hello,
What would be the best method to calibrate / match the Peng-Robinson's EOS to experimental data for Z-Factor? Can I tweak the coefficients / constants to minimise the sum of residuals squared? Do I need to apply some kind of pressure or temperature dependency to the binary interaction parameters? I am doing this manually in Excel & Python.
Thanks in advance.
What would be the best method to calibrate / match the Peng-Robinson's EOS to experimental data for Z-Factor? Can I tweak the coefficients / constants to minimise the sum of residuals squared? Do I need to apply some kind of pressure or temperature dependency to the binary interaction parameters? I am doing this manually in Excel & Python.
Thanks in advance.
RE: Calibrating Peng-Robinson's EOS
Good Luck,
Latexman
RE: Calibrating Peng-Robinson's EOS
RE: Calibrating Peng-Robinson's EOS
RE: Calibrating Peng-Robinson's EOS
The Achilles Heel of these methods (not so accurate) seems to be the liquid molar volume. Aspen+ uses the Rackett Model for liquid molar volume for real components when PR is selected.
In Aspen+, you can also use their Data Regression System (DRS) to determine the binary parameters from experimental phase equilibrium data (usually binary VLE data). Again, idk if HYSYS has similar.
I hope this helps. What are your T, P, and MW ranges of interest?
Good Luck,
Latexman
RE: Calibrating Peng-Robinson's EOS
RE: Calibrating Peng-Robinson's EOS
if you wish to fit VLE data (fugacity calculated by EOS) any data regeression procedure can do the work,
for Python I have Prode Properties, see
https://www.prode.com/en/ppp.htm
Prode includes a data regression procedure (as the other tools mentioned) capable to fit BIPs to experimental values provided by user,
in Python you can access the procedure from Editor or directly from code,
I mean you can access the methods in Prode from your Python code and create your own procedure if that is your scope...
RE: Calibrating Peng-Robinson's EOS
--- Best regards, Morten Andersen
RE: Calibrating Peng-Robinson's EOS
Consider the paper attached to support your work
Pierre
RE: Calibrating Peng-Robinson's EOS