Hi, there is an example for the low-level interface in the docs: http://coolprop.sourceforge.net/coolprop/wrappers/Csharp/index.html#example-code
Everything available in the high-level interface is listed here: http://coolprop.sourceforge.net/coolprop/HighLevelAPI.html#table-of-string-inputs-to-propssi-function
If you are interested in the ratio of the specific heats, I would recommend to calculate that yourself:
gamma = CoolProp.PropsSI('CPMASS','T',300,'P',101325,'R410A')/ CoolProp.PropsSI('CVMASS','T',300,'P',101325,'R410A')
Vapour quality can be obtained from the high-level interface.
Regards,
Jorrit
--
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 https://groups.google.com/group/coolprop-users.
For more options, visit https://groups.google.com/d/optout.
--
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-users+unsubscribe@googlegroups.com.
To post to this group, send email to coolprop-users@googlegroups.com.
To post to this group, send email to coolpro...@googlegroups.com.
Visit this group at https://groups.google.com/group/coolprop-users.
For more options, visit https://groups.google.com/d/optout.
--
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-users+unsubscribe@googlegroups.com.
To post to this group, send email to coolprop-users@googlegroups.com.
Visit this group at https://groups.google.com/group/coolprop-users.
For more options, visit https://groups.google.com/d/optout.
--
--