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
Interesting to see the differences for XF between ISO 7730 and ASHRAE 55. I have no explanation for these.
As for tcla, in the ISO 7730 version, I have (2005 version + unpublished 2023 draft) it is
so in this case R would be correct. In any case, I would not expect too big differences in outcome as this line of code only affects the first guess for the surface temperature of the clothing, which will then be adjusted in iterations in the following loop and should result in the same value after the loop?
Describe the bug
Her are the differences we have identified
xf
In py the function is link
xf = t_cla / 50
in R is link
xf <- xn
tcla
py
t_cla = taa + (35.5 - tdb) / (3.5 * icl + 0.1)
r
tclA <- taa + (35.5-ta) / (3.5 * (6.45 * icl + .1))
@FedericoTartarini and marcel to review
The text was updated successfully, but these errors were encountered: