资源简介
matlab调用REFPROP8时候出现错误是因为接口文件没有更新,这个是更新版本的,适应于REFPROP8与matlab调用。
![](http://www.nz998.com/pic/43722.jpg)
代码片段和文件信息
%ЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁ
% refpropm Thermophysical properties of pure substances and mixtures.
% Calling sequence for pure substances:
% result=refpropm(prop_req spec1 value1 spec2 value2 substance1)
% and for mixtures
% result=refpropm(prop_req spec1 value1 spec2 value2 substance1 substance2 ...x)
% where
% prop_req is a character string showing what properties that are requested
% Each property is represented by one character:
% P Pressure [kPa]
% T Temperature [K]
% D Density [kg/m3]
% H Enthalpy [J/kg]
% S Entropy [J/(kg/K)]
% U Internal energy [J/kg]
% C Cp [J/(kg K)]
% O Cv [J/(kg K)]
% K Ratio of specific heats (Cp/Cv) [-]
% A Speed of sound [m/s]
% X liquid phase and gas phase composition (mass fractions)
% V Dynamic viscosity [Pa*s]
% L Thermal conductivity [W/(m K)]
% Q Quality (vapor fraction) (kg/kg)
% I Surface tension [N/m]
%
% spec1 is a character giving what we want to specify (T P H or D)
% value1 is the corresponding value
% spec2 is a character giving the second specification (P D H S U or Q)
% value2 is the value of the second specification
%
% substance1 is a string with the name of the first (maybe only) substance
% substance2... substance N are the name of the other substances in the mixture.
% Up to 20 substances can be handled
% Valid substance names are equal to the file names in the
% C:\Program Files\REFPROP\fluids\‘ directory (with .FLD excluded).
% is a vector with mass fractions of the substances in the mixture.
%
% Examples:
% 1) P=refpropm(‘P‘‘T‘373.15‘Q‘0‘water‘) gives
% the vapor pressure of water at 373.15 K in [kPa]
% 2) [S Cp]=refpropm(‘SC‘‘T‘373.15‘Q‘1‘water‘) gives
% Entropy and Cp of saturated steam at 373.15 K
% 3) viscmix=refpropm(‘V‘‘T‘323.15‘P‘1e5‘water‘‘ammonia‘[0.9 0.1]) gives
% the viscosity of a 10% ammonia in water at 100 kPa and 323.15 K.
% 4) [x y]=refpropm(‘X‘‘P‘5e5‘Q‘0.4‘R134a‘‘R32‘[0.8 0.2]) gives
% temperature as well as gas and liquid compositions for a mixture
% of two refrigerants at a certain pressure and quality.
% Note that two output variables are needed when ‘X‘ is requested.
%
%ЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁЁ
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 671744 2009-04-24 11:57 refpropm.mexw32
文件 15277 2009-04-24 11:57 refpropm.f90
文件 3539 2007-02-22 09:54 refprop_example.m
文件 2984 2006-10-24 09:41 refpropm.m
- 上一篇:MATLAB的gui界面设计
- 下一篇:leach算法改进
相关资源
- 基于MATLAB的质点弹道计算与外弹道优
- 阵列天线的matlab仿真
- MATLAB 经典程序源代码大全
- MATLAB小波软阈值去噪代码33473
- 天线阵的波束形成在MATLAB仿真程序及
- 非线性SVM算法-matlab实现
- 《MATLAB 智能算法超级学习手册》-程序
- 组合导航matlab程序
- 读取txt文件内容matlab代码实现
- Matlab实现基于相关的模板匹配程序
- matlab优化工具箱讲解
- 基于MATLAB的快速傅里叶变换
- 光纤传输中的分布傅立叶算法matlab实
- 基于matlab的图像处理源程序
- matlab 椭圆拟合程序
- 算术编码解码matlab源代码
- optical_flow 光流法 matlab 实现程序
- 引导图像滤波器 Matlab实现
- 分形几何中一些经典图形的Matlab画法
- OFDM系统MATLAB仿真代码
- SVM工具箱(matlab中运行)
- 图像小波变换MatLab源代码
- LU分解的MATLAB实现
- 冈萨雷斯数字图像处理matlab版(第三
- 替代数据法的matlab程序
- 用matlab实现的多站定位系统性能仿真
- 通过不同方法进行粗糙集属性约简m
- k近邻算法matlab实现
- matlab识别系统
- 神经网络分类matlab程序
评论
共有 条评论