Sulfur Hexafluoride Property Lookup

版本 1.1.0.0 (37.8 KB) 作者: Chad Greene
Function returns properties of SF6, including density, enthalpy, sound speed, specific heats.
516.0 次下载
更新时间 2012/5/29

查看许可证

SF6_props returns thermodynamic properties of sulfur hexafluoride as a function of pressure (MPa) and temperature (K).

EXAMPLE 1:
SF6_props(.101,295)
ans =
rho: 6.0886
u: -19.3207
h: -2.7237
s: -0.0080
cv: 0.6040
cp: 0.6640
c: 134.2764

EXAMPLE 2:
SF6_properties = SF6_props(0.101,295);
SF6_sound_speed = SF6_properties.c;

VALID RANGES:
0.1 MPa <= P_MPa <= 150 MPa
210 K <= T_K <= 625 K

Note: There are some "edge effects" in the interpolation. If you enter pressure or temperature values that are near the outer bounds of their valid range, you may get a NaN result. Sorry about that.

CREDIT WHERE CREDIT IS DUE:
Values are linearly interpolated from data found in Table 29 of:

A Reference Equation of State for the Thermodynamic Properties of Sulfur Hexafluoride (SF_6) for Temperatures from the Melting Line to 625 K and Pressures up to 150 MPa.

by

C. Guder and W. Wagner, J. Phys. Chem. Ref. Data 38, 33 (2009),
http://dx.doi.org/10.1063/1.3037344

I cannot attest to the accuracy of the source data and I cannot guarantee that this function will flawlessly retrieve the appropriate data from the table. Who knows, I could've made some errors in transferring the tabulated data. Further, this function relies upon linear interpolation of sometimes sparse data to describe the properties of a rather unique substance, so, inherently there are many approximations and there's plenty of room for error. Still, hopefully these numbers will be in the right ballpark.

If you use this function along the way to publishing, you do not need to cite me in any way. However, you should most certainly give credit to Guder and Wagner. Read their paper. It's good.

引用格式

Chad Greene (2024). Sulfur Hexafluoride Property Lookup (https://www.mathworks.com/matlabcentral/fileexchange/36863-sulfur-hexafluoride-property-lookup), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Thermal Analysis 的更多信息
致谢

参考作品: Compressibility Factor Calculator

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

updated image

1.0.0.0