pyXSteam
pyXSteam copied to clipboard
Python library for calculating properties of Steam and Water
The goal of this pull request is to clean up some old habits and try to improve the code quality as well as the documentation. These changes _will_ break existing...
request by @fam007e: add function(s) to calculate viscosity for liquid and vapor state See also comments in #13
According to table 18 on page 20 of the [IAPWS-IF97 documentation](https://www.iapws.org/relguide/IF97-Rev.pdf) the input values in that table should be in region 2 and should return the expected output values. When...
Hi, I just wanted to let you know I ported this to .NET since I couldn't find an existing opensource .NET library for steam tables and have previously used pyXSteam....