博客
关于我
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/

你可能感兴趣的文章
Project Euler 15 Lattice paths
查看>>
Project Euler 48 Self powers( 大数求余 )
查看>>
Project Euler Problem 12: Highly divisible triangular number
查看>>
ProjectEuler 2
查看>>
projection介绍及EPSG:4326和EPSG:3857的投射转换
查看>>
project打开文件时,显示无法识别此文件格式?
查看>>
Prometheus + Grafana on Kubernetes部署
查看>>
prometheus + grafana进行服务器资源监控
查看>>
Prometheus Alertmanager 告警配置详解
查看>>
Prometheus Grafana 展示平台
查看>>
Prometheus pushgateway使用详解
查看>>
Prometheus 云原生 - Prometheus 数据模型、Metrics 指标类型、Exporter 相关
查看>>
Prometheus 云原生 - 基于 file_sd、http_sd 实现 Service Discovery
查看>>
Prometheus 云原生 - 微服务监控报警系统 (Promethus、Grafana、Node_Exporter)部署、简单使用
查看>>
Prometheus 云原生 - 监控 Linux、MySQL、Redis、RabbitMQ、Docker、SpringBoot 3.x
查看>>
Prometheus 介绍
查看>>
Prometheus 安全配置详解
查看>>
prometheus 安装node_exporter, node_exporter 安装最新版 普罗米修思安装监控服务器client
查看>>
Prometheus 安装部署实战
查看>>
prometheus 持久化存储方案
查看>>