Jorrit Wronski
Jorrit Wronski
``` build/temp.macosx-10.5-x86_64-2.7/pyrex/CoolProp/phase_constants.cpp:739:66: note: forward declaration of 'phase' static CYTHON_INLINE PyObject* __Pyx_PyInt_From_enum__phase(enum phase value); ``` I don't have time now, but I can have a look again later today or tomorrow.
Hi, interesting suggestions regarding the critical point. We'll discuss that. Apart from the failing inputs, "crazy high" values for cp at the critical point make sense. Depending on how you...
Hi, defining a new mixture should be straight forward and we can definitely assist you. Since you will end up with data points, let me describe the procedure I have...
@fliphkd778, just for your information, CoolProp 5 will include all the facilities needed for a 2D fit of polynomials. The current approach can create a JSON file that is read...
It is not really an error, but inputs are invalid. Maybe a clearer error message could help...
Yes, I was hoping for that answer :)
Hi, I do not use Scilab myself, so please take my advice with some caution, but I can try and help you a little bit. Scilab needs extra exports which...
OK, the problem is that line 2440 (`if (i(int)NT-1 || j(int)Nrho-1)`) and line 2116 (`return (0
Well, the problem is solved, but we should unify the range checking and use the exposed functions internally instead of manually doing the range comparison...
This does not seem to be all done. Some funny errors keep popping up. It is a little tough to debug because there are some interesting things going on when...