I'm working on a student projekt of ORC (organic Rankin cycle).--I don't know how to plot saturation curve in matlab using coolprop.In a folder that I downloaded, there are not folder "coolprop.plots" or something like that.Where can I find it, or is there another way to plot saturation curve of some fluid?Igor
You received this message because you are subscribed to the Google Groups "coolprop-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to coolprop-user...@googlegroups.com.
To post to this group, send email to coolpro...@googlegroups.com.
Visit this group at http://groups.google.com/group/coolprop-users.
For more options, visit https://groups.google.com/d/optout.
Hi Igor,Your best bet is to do something like this (pseudocode):Ts = linspace(Ttriple, Tcrit)for (i = 0; i < len(Ts); ++i)ps = CoolProp.PropsSI('P','T',Ts[i],'Q',0,'R245fa')end forOr use python, these things are trivial in python. And python is a far better overall programming environment than MATLAB. Also, it's free.
On Fri, Apr 24, 2015 at 5:39 AM, Igor Blazinic <blazin...@gmail.com> wrote:
I'm working on a student projekt of ORC (organic Rankin cycle).I don't know how to plot saturation curve in matlab using coolprop.In a folder that I downloaded, there are not folder "coolprop.plots" or something like that.Where can I find it, or is there another way to plot saturation curve of some fluid?Igor
--
You received this message because you are subscribed to the Google Groups "coolprop-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to coolpro...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to coolprop-user...@googlegroups.com.
To post to this group, send email to coolpro...@googlegroups.com.
Visit this group at https://groups.google.com/group/coolprop-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/coolprop-users/c7d9f8eb-6f67-4c52-add2-7a100ff9990f%40googlegroups.com.