Jorrit Wronski
Jorrit Wronski
Looks like there are some more issues with the bicubic interpolation: ``` import CoolProp.CoolProp as CP def runLine(in1=[]): out = [] for i in range(len(in1)): out.append(CP.PropsSI(in1[i][0],in1[i][1],in1[i][2],in1[i][3],in1[i][4],in1[i][5])) print out fluid =...
Yes, I already added it to the conversion functions...
Puh, it is used so many places... I think I won't change it any time soon.
Yes, no problem. But can we wait until I finished ExternalMedia? I currently integrate CoolProp and ExternalMedia and the C++ part is almost done... On 18/03/14 20:48, Ian Bell wrote:...
I moved the CPP files for the Modelica wrapper to the ExternalMedia SVN. I guess future changes in ExternalMedia are independent from CoolProp. Hence, we can release 4.2. I'll have...
I am afraid we need CoolProp for the code examples. I am curious to see what you come up with. Your help is much appreciated! On 18/12/13 07:33, Rod Persky...
Besides the docs, we probably also need "normal" pages. I posted a link here https://github.com/ibell/coolprop/issues/11#issuecomment-31646038
No, no strong feelings. A short tour on the net showed that Sphinx can produce Markdown: http://stackoverflow.com/questions/13396856/markdown-output-for-sphinx-based-documentation http://johnmacfarlane.net/pandoc/ I think my preferred solution would be to have a domain and...
It looks like Rod is going to handle the code documentation. For a general purpose homepage with more examples and additional downloads, we might still consider github pages: http://24ways.org/2013/get-started-with-github-pages/
:+1: for that...