Closed xiefeisd closed 5 years ago
>>> from iapws import IAPWS97 >>> steam=IAPWS97(P=50, T=400) >>> print(steam.region) 1
3 is right
Be careful with unit, P in MPa, T in K, that point is in middle of region 1
>>> from iapws import IAPWS97 >>> steam=IAPWS97(P=50, T=400) >>> print(steam.region) 1
3 is right