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
업데이트 날짜: 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에 대해 자세히 알아보기

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