24小时热门版块排行榜    

Znn3bq.jpeg
查看: 7695  |  回复: 7
【奖励】 本帖被评价5次,作者Marss增加金币 3.8

Marss

铜虫 (初入文坛)


[资源] EXCEL调用REFPROP方法

EXCEL调用REFPROP的方法详见NIST官方推荐的网址:
https://github.com/usnistgov/REF ... ster/wrappers/Excel

      希望获得其他工具(MATLAB, Labview, C/C++, C#, VB, VB.NET)的调用方法可浏览下面的网址,本人仅测试过Excel和Python的调用,Python的调用可搜索CoolProp详细了解。
https://github.com/usnistgov/REFPROP-wrappers

在此感谢Github的Ian Bell提供方法并维护更新,本人Win10 64位,office2013版亲测成功,以下Excel调用REFPROP的内容摘录于Bell的原话:

Installation
      The following outlines the procedure for using REFPROP within any spreadsheet in Office 2007 or 2010:
【1】Open REFPROP.xls and save it as an add-in, REFPROP.xla or REFPROP.xlam, in the main REFPROP folder, C:\Program Files\REFPROP.
【2】Go to File/Options/Trust Center/Trust Center Settings (button at bottom right).
【3】Select "Trusted Locations" on the left. Click "Add new location". Browse to C:\Program Files\REFPROP, select "Subfolders of this location are also trusted", and click "OK".
【4】Go to File/Options/Add-Ins and select "Excel Add-ins" in the Manage drop-down box at the bottom, and click Go.
【5】Click "Browse", and navigate to C:\Program Files\REFPROP, select REFPROP.xlam and click OK. IMPORTANT: Do not simply select REFPROP.xlam when it first comes up, as this will be in the wrong folder (C:\Documents and Settings\Username\Application Data\Microsoft\AddIns), which is not trusted and will not work.
【6】Select the Data tab, and click on Edit Links. Select REFPROP.xlam. Click on Change Source and navigate to C:\Program Files\REFPROP. Select REFPROP.xlam there and click OK. (This is just to make sure you are connected to the correct Add-in.) If the Data tab is greyed out, start typing in a Refprop command [such as “=Density("water","TP","SI",300,1) ] and the button should become active.
【7】Once you have the xla or xlam file set up, you can open a brand new work book and the functions should be available to you. Do not continue working with the Refprop.xls file since it still contains the VB code that is also in the xlam file. In this manner, future updates from NIST of the Refprop.xls file can be resaved as the xlam file, and all of your work books will have access to the most recent code.

Other tips:
【1】In some cases the macros may not work. Try saving the file as a macro-enabled workbook (under Save As…).
【2】The xls file distributed with version 9.0 sometimes will give false answers depending on the sequence of calculations if multiple xls files are open. Switching between the open files may cause the initial setup to be lost. The updated xls file given above fixes this.
【3】For inputs that do not required a 5th parameter, Excel may require the comma at the end, for example:
         =Pressure("water", "TVAP", "SI", 298,)
【4】If Excel cannot find the Refprop fluid files, you can copy the *.FLD and HMX.BNC files into a default directory: C:\REFPROP\FLUIDS. When the program fails to find the fluid files, it will look to see if a C:\REFPROP\FLUIDS (or D: ) is available, and if so it will use the files from that source.
【5】If you see dual entries for each function in your workbook, then you have either saved two xla files, or you are working with a file that still contains the VB code. Start with a blank workbook to eliminate the dual entries for the latter case.

Notes for Windows users
      The Refprop.xls file that comes with the program has Visual Basic (VB) code embedded within it to make the connection between the workbook and the Refprop DLL. However, when working with anything other than temporary calculations, it is best to start with a blank workbook that does not have the VB code. In this manner, future updates to the Refprop program can be made available to all of your old workbooks through the instructions below.
      When making calculations of the critical point for mixtures, or when saturation states fail to converge, see:
http://www.boulder.nist.gov/div8 ... tm#SaturationStates
      If calculations do not appear to work and you are located outside of the U.S., try switching the period and comma, or the comma and semicolon, to enter the numbers in the format required by your version of Microsoft products. For example, try both of these to see which format is required:
        =Density("argon","TP","SI",325.5,8.4)
        =Density("argon";"TP";"SI";325,5;8,4)

验证Excel调用成功后,具体使用方法可以查看本贴附件“REFPROP.XLS”,包括使用的函数、单位等等,里面有说明。

再次感谢Mr.Bell,我只是个搬运工,希望对大家有用。
回复此楼

» 本帖附件资源列表

  • 欢迎监督和反馈:小木虫仅提供交流平台,不对该内容负责。
    本内容由用户自主发布,如果其内容涉及到知识产权问题,其责任在于用户本人,如对版权有异议,请联系邮箱:xiaomuchong@tal.com
  • 附件 1 : refprop.dll
  • 2018-01-07 01:00:23, 1.43 M
  • 附件 2 : REFPROP.XLS
  • 2018-01-07 01:00:24, 870 K
  • 附件 3 : REFPRP64.DLL
  • 2018-01-07 01:00:25, 2.58 M

» 猜你喜欢

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

huakelikun

金虫 (正式写手)


★★★★★ 五星级,优秀推荐

赞一个

[ 发自手机版 http://muchong.com/3g ]
2楼2018-01-07 21:00:15
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

xunda_wang

铁杆木虫 (小有名气)


★★★★★ 五星级,优秀推荐

楼主能否做一个具体的操作过程示范?
3楼2018-01-17 22:43:05
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

chenkping2005

金虫 (小有名气)


★★★ 三星级,支持鼓励

楼主能否发个示范学习学习,赞一个先
4楼2018-03-22 23:18:30
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

new_energy

新虫 (初入文坛)


试了一下,不行
5楼2018-08-29 16:06:18
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

喜欢3雨天

新虫 (初入文坛)


附件在哪里?
6楼2021-08-20 09:12:39
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
简单回复
2024-01-29 07:40   回复  
五星好评  顶一下,感谢分享!
2024-06-03 10:00   回复  
五星好评  顶一下,感谢分享!
相关版块跳转 我要订阅楼主 Marss 的主题更新
☆ 无星级 ★ 一星级 ★★★ 三星级 ★★★★★ 五星级
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考博] 云南大学材料与能源学院解琳课题组钙钛矿博士招生 +4 光伏爱好者 2026-05-17 7/350 2026-05-24 10:20 by 光伏爱好者
[基金申请] 西安交大新媒学院副院长用撤稿论文结题 +3 bjvtcliu 2026-05-24 5/250 2026-05-24 10:16 by kudofaye
[教师之家] 论文撤稿了 +3 bjvtcliu 2026-05-24 5/250 2026-05-24 10:06 by Equinoxhua
[教师之家] 某211大学教师把个人教师官方主页改成:我跑了我跑了我跑了!官宣跑路! +4 zju2000 2026-05-21 5/250 2026-05-24 09:35 by songwz
[硕博家园] 售SCI一区T0P文章,我:8.O.5.5.1.O.5.4,科目齐全,可+急 +3 hvkbtfonbv 2026-05-23 3/150 2026-05-24 08:01 by 9ps9vgkqva
[硕博家园] 售SCI一区T0P文章,我:8.O.5.5.1.O.5.4,科目齐全,可+急 +3 pmo95bazuy 2026-05-23 7/350 2026-05-24 06:35 by fpo5ljpv91
[基金申请] 河北省自然科学基金 +5 Peterchao 2026-05-18 7/350 2026-05-23 16:57 by articlefan
[基金申请] 揭秘青基评审内幕:几个A才能顺利中标 +3 国自然国社科中 2026-05-23 4/200 2026-05-23 15:37 by 2000zf36392
[基金申请] 青B发送上会通知了吗 +5 chemBioBro 2026-05-22 7/350 2026-05-23 12:35 by zhuifengzhy
[考博] 博士申请 +3 焦晓明 2026-05-21 3/150 2026-05-23 11:26 by mlc840311
[论文投稿] 投稿求助,期刊 +4 希冀,有书读 2026-05-20 8/400 2026-05-22 10:16 by 希冀,有书读
[文学芳草园] 献血感触 +7 呀呀好傻 2026-05-19 13/650 2026-05-21 20:15 by 呀呀好傻
[基金申请] 面上本子正文33页,违规吗?会被低分嘛? +14 1234567wang 2026-05-17 16/800 2026-05-21 17:58 by 脆脆的饼干
[基金申请] 国自然评分 +4 无名者登山 2026-05-20 5/250 2026-05-21 16:35 by swuq
[基金申请] 国自然上会要求 +7 无名者登山 2026-05-18 11/550 2026-05-21 15:50 by draco1987
[基金申请] 提交了我也来说说感想 +9 fummck 2026-05-20 10/500 2026-05-21 14:17 by draco1987
[基金申请] 评审有感 +15 popular289 2026-05-18 26/1300 2026-05-21 10:35 by 西葫芦炒鸡蛋
[有机交流] 反应很差,大量原料没有反应 5+3 Mr.Zot 2026-05-19 8/400 2026-05-20 22:19 by Equinoxhua
[考博] 如果工作了想读博,可以边工作边读全日制嘛? 30+3 铁达火车 2026-05-18 5/250 2026-05-20 09:33 by tfang
[硕博家园] 我在等一个没有答案的答案 +3 Love_MH 2026-05-17 3/150 2026-05-18 02:22 by 竹林孤影
信息提示
请填处理意见