Thermodynamic properties of water

버전 2.0.0.0 (23.5 KB) 작성자: Francois Brissette
Calculates the basic thermodynamic properties of water (subcooled, superheated or saturated)
다운로드 수: 6.5K
업데이트 날짜: 2021/6/28

라이선스 보기

This package consists of functions that calculate basic thermodynamic properties for water. All functions follow the IAPWS-97 formulation. Please note that Regions 3 and 5 have NOT been implemented. This has been programmed for use by engineering students and regions 1, 2 and 4 cover the useful range. See www.iapws.org for the paper describing the formulation in details
The useful functions are:
WTP_PT - return thermodynamic state and properties from given P and T
WTP_vT - return thermodynamic state and properties from given v and T
WTP_vP - return thermodynamic state and properties from given v and P
WTP_uT - return thermodynamic state and properties from given u and T
WTP_uP - return thermodynamic state and properties from given u and P
WTP_xP - return thermodynamic state and properties from given x and P
WTP_xT - return thermodynamic state and properties from given x and T
where P:pressure T:temperature x:quality v:specific volume u:internal
energy h:enthalpy s:entropy

인용 양식

Francois Brissette (2024). Thermodynamic properties of water (https://www.mathworks.com/matlabcentral/fileexchange/7523-thermodynamic-properties-of-water), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R13SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
2.0.0.0

Corrected problem with using a function with the same name as an exiting Matlab function.

1.0.0.0