usnistgov / REFPROP-wrappers

Wrappers around NIST REFPROP for languages such as Python, MATLAB, etc.
193 stars 127 forks source link

Refprop 9.1 issue using Python and DLL #527

Closed guazzin closed 1 year ago

guazzin commented 1 year ago

Dear Nist, I am usign Refprop 9.1 in Python 3.9. I am trying to use two columns of a dataframe as input for the TPFLSHdll function, even using the form: T.values and P.values. With Coolprop it works.

is there a way to use Refprop vectorized? Thanks

ianhbell commented 1 year ago

No, the REFPROP interface does not support vectorization. If you want that, use the high-level interface of CoolProp to call REFPROP. But that comes with its own problems.