You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You’re right. I simply installed iapws from pip (pip install iapws), it seems the version there is not up to date. After installing from git, the value given seems reasonnable.
But why I get :
>>> import iapws.humidAir as ha
>>> a = ha.HumidAir(T=295, P=0.101325, W=0.00858)
>>> print(a.RH)
0.5282298396607987
While you get : 0.597440017070571 which seems rather high,
I do not know…
It seems HumidAir return grossly wrong calculations at temperatures under around 295K, 1atm.
Please try:
It should return around 50%, or 0.5, but prints -0.9678.
It seems calculations at higher temperatures are right:
shows 0.5009.
The text was updated successfully, but these errors were encountered: