在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:CoolProp/CoolProp.jl开源软件地址:https://github.com/CoolProp/CoolProp.jl开源编程语言:Julia 100.0%开源软件介绍:CoolProp.jlA 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. Installationusing Pkg
Pkg.add("CoolProp") UsageThe 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 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 using CoolProp
using Unitful: °C, Pa
HAPropsSI("H", "Tdb", 20°C, "RH", 0.5, "P", 101325Pa)
38622.83892391293 J kg⁻¹ |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论