博客
关于我
excel链接REFPROP属性库的方法
阅读量:515 次
发布时间:2019-03-07

本文共 582 字,大约阅读时间需要 1 分钟。

REFPROP数据库加载指南

系统版本信息

  • REFPROP版本:9.1
  • Excel版本:2019/64位
  • 运行环境:Win10/64位

REFPROP数据库加载流程

1. REFPROP 安装

  • 使用默认安装路径:
    C:\Program Files (x86)\REFPROP
  • 安装过程中无需特殊操作。

2. 制作加载宏

  • 在安装目录下找到 REFPROP.XLS 文件,保存为 Excel 加载宏(.xlam 格式),保存位置会自动调整为:
    C:\Users\你的用户名\AppData\Roaming\Microsoft\AddIns
  • 文件名保留不变,直接保存即可。

3. 加载宏使用

  • 新建 Excel 文件,按照以下步骤操作:
  • 打开 Excel,创建一个新工作簿。
  • 转到“加载项”选项(见下图),找到 REFPROP 加载宏文件并启用。

附图:加载项设置示例


REFPROP 数据库验证与使用

  • 打开新建的 Excel 文件,输入相关函数即可获取物性值。例如:
    • RefpropXLSVersionNumber() 返回版本号,此版本号为 9.1。
    • Density("air", "TP", "SI", 273, 0.1) 获取 273 K、0.1 MPa 下的空气密度。

以上流程完成后,您已成功配置好 REFPROP 数据库,可根据需求输入相关函数获取所需数据。

转载地址:http://rjijz.baihongyu.com/

你可能感兴趣的文章
notepad++正则表达式替换字符串详解
查看>>
notepad如何自动对齐_notepad++怎么自动排版
查看>>
Notes on Paul Irish's "Things I learned from the jQuery source" casts
查看>>
Notification 使用详解(很全
查看>>
NotImplementedError: Cannot copy out of meta tensor; no data! Please use torch.nn.Module.to_empty()
查看>>
NotImplementedError: Could not run torchvision::nms
查看>>
nova基于ubs机制扩展scheduler-filter
查看>>
Now trying to drop the old temporary tablespace, the session hangs.
查看>>
nowcoder—Beauty of Trees
查看>>
np.arange()和np.linspace()绘制logistic回归图像时得到不同的结果?
查看>>
np.power的使用
查看>>
NPM 2FA双重认证的设置方法
查看>>
npm build报错Cannot find module ‘html-webpack-plugin‘解决方法
查看>>
npm build报错Cannot find module ‘webpack/lib/rules/BasicEffectRulePlugin‘解决方法
查看>>
npm build报错Cannot find module ‘webpack‘解决方法
查看>>