CenterForTheBuiltEnvironment / pythermalcomfort

Package to calculate several thermal comfort indices (e.g. PMV, PPD, SET, adaptive) and convert physical variables.
https://pythermalcomfort.readthedocs.io/en/latest/
MIT License
140 stars 52 forks source link

Calculate mean radiant temperature? #36

Closed MichaelMMS closed 2 years ago

MichaelMMS commented 2 years ago

Question: Almost every function needs the mean radiant temperature. But I can not find a function to calculate the mean radiant temperature. Inputs would be: temperature, humidity, windSpeed ... Or have I missed something?

Thx Michael

FedericoTartarini commented 2 years ago

Hi the function to calculate the mean radiant temperature is located here I should move it to the utilities. Sorry for that.

MichaelMMS commented 2 years ago

Oh, Thank you very much!

orcunkoraliseri commented 1 year ago

Do you have any example for mean radiant temperature calculation? For instance, if I do not have globe temperature, can I use a default value?

Thank you for this great library!

FedericoTartarini commented 1 year ago

Hi, indoors you can calculate the mean radiant temperature using to solar calculator function. I hope this helps.

orcunkoraliseri commented 1 year ago

It will be very helpful. I was going to use it for building energy models. Thanks to this function, I can integrate it directly into the model. Thank you so much.