Clothing Surface Temperature
nllong opened this issue · 2 comments
nllong commented
It appears that the initial value for the clothing surface temperature may be incorrect. Since this iterates, then I'm not sure it matters. It would be nice to have it be the same as ASHRAE Std 55 2017 Normative Appendix B (screenshot below).
comfort_tool/contrib/comfort_models.py
Line 171 in 3a482f7
FedericoTartarini commented
thank you very much for picking up this, however, the equation was later changed in the ASHRAE 55 2017 addendum B and now reads:
tcla = taa + (35.5 - ta) / (3.5 * icl + 0.1)
nllong commented
Thanks for clarifying! Closing.