• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

CoolProp/CoolProp.jl: Julia package

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

CoolProp/CoolProp.jl

开源软件地址:

https://github.com/CoolProp/CoolProp.jl

开源编程语言:

Julia 100.0%

开源软件介绍:

test

CoolProp.jl

A Julia wrapper for CoolProp (http://www.coolprop.org)

This is not my work, and all the credit goes to the cool CoolProp contributors. I only put this together to make things easier for a friend of mine.

Installation

using Pkg
Pkg.add("CoolProp")

Usage

The API is described in http://www.coolprop.org/coolprop/HighLevelAPI.html.

You can obtain e.g. the boiling point of water like this:

using CoolProp
PropsSI("T", "P", 101325.0, "Q", 0.0, "Water")
373.1242958476844

The Unitful package is also supported. When you make a call to PropsSI using units, the result will also have the relevant units:

using CoolProp
using Unitful: °C, Pa

PropsSI("P", "T", 100°C, "Q", 0.0, "Water")
101417.99665788244 Pa

Humid air properties are available using the HAPropsSI function, e.g. getting the enthalpy at 20°c and 50 % relative humidity:

using CoolProp
using Unitful: °C, Pa

HAPropsSI("H", "Tdb", 20°C, "RH", 0.5, "P", 101325Pa)
38622.83892391293 J kg⁻¹



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap