Mixtures problem

56 views
Skip to first unread message

Nicola

unread,
Nov 24, 2015, 12:36:12 PM11/24/15
to coolprop-users
Hi Ian,

I am an italian student and i'm using CoolProp for my thesis. I am using FORTRAN 90/95 as programming language. Can you give me an example of mixture (not predefined) code please?
I have problems with syntax of PropSI function. For example: Argon-Helium and R32-R134a mixtures, what is R32-R134a function and how can i use it?

Best regards.

Reiner Johannes Mayers

unread,
Nov 24, 2015, 1:11:54 PM11/24/15
to coolpro...@googlegroups.com
Hello,

use it like this :

from CoolProp.CoolProp import PropsSI

define your mixture with molar fractions that sum up to 1 :

R410A='HEOS::R32[0.697614699375863]&R125[0.302385300624138]'

PropsSI('P','Q',1,'T',293.15,R410A)/100000
14.429765415782992

result in bar (Pascal/100000)

/Reiner

Ian Bell

unread,
Nov 25, 2015, 12:24:06 AM11/25/15
to Reiner Johannes Mayers, coolpro...@googlegroups.com
Reiner is right about how to define your own mixture.

R32 and R125 are refrigerants: http://www.coolprop.org/fluid_properties/PurePseudoPure.html#list-of-fluids

To get a 50% molar mixture of argon and helium, you could do:

PropsSI('D','T',300,'P',101325,'HEOS::Argon[0.5]&Helium[0.5]')

but be warned, mixtures with Helium are not very accurate as they are difficult to model properly.





--
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.

Reply all
Reply to author
Forward
0 new messages