Ian Bell
Ian Bell
Right, so someone would have to modify the code here: https://github.com/CoolProp/CoolProp/blob/master/src/Backends/REFPROP/REFPROPMixtureBackend.cpp#L1392 The case for PT is handled above, as an example: https://github.com/CoolProp/CoolProp/blob/master/src/Backends/REFPROP/REFPROPMixtureBackend.cpp#L1241 On Mon, Aug 30, 2021 at 9:52 AM...
Not likely to be very soon. A reference EOS is needed for R-1130(E) and me and my work colleagues are working on that. After that, we need mixture data to...
The virial coefficients are molar, so m³/mol for B, m⁶/mol² for C. The docs should be updated. On Fri, Jul 29, 2022, 11:24 AM erlen07 ***@***.***> wrote: > The compressibility...
If you are using and thinking about virial coefficients, hopefully you know already that they are only for very low density gases. > Message ID: ***@***.***> >
Yeah, HS inputs are tricky, they are, believe it or not, much more reliable than they used to be. What application are you working with that you are using HS...
Why are you doing this in C++? What are you catching: ``` try { some call.. } catch(std::logic_error) { clear(); throw ValueError(format("Error in THERMdll: during the calculation of vapor state.").c_str());...
Please use consistent indentation. Recommend you use 4 spaces per tab, no tabs.
To be expected. Mixture calculations in CoolProp are not as advanced (fast, reliable) as those in REFPROP. This method ( https://www.sciencedirect.com/science/article/abs/pii/S0378381218301730) should be implemented. On Thu, Apr 21, 2022 at...
I always install from pip, can you try that? > Message ID: ***@***.***> >
What operating system? I'm going to guess OSX on a M1? On Mon, Feb 21, 2022 at 5:02 AM ghadyar ***@***.***> wrote: > Originally it is installed from pip; no...