Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use and definition of operative temperature for set temperature #50

Open
morea0valentin opened this issue Sep 29, 2020 · 1 comment
Open

Comments

@morea0valentin
Copy link

morea0valentin commented Sep 29, 2020

Hi @pjayathissa !

Thanks a lot for this awesome and very well documented code!

I've explored and tested the code which run with no issue. My remarks is the following:

In building_physics.py, function has_demand the attribute t_air is used whereas ISO 13790 suggest to use operative temperature (cf. 13.3.3 of the latter)

Furthermore the definition of the operative temperature is ambigious is the ISO 13790 regarding the value of gamme (the coefficient to define operative temperature as a linear interpolation between radiant temperature of walls T_s and air temperature T_air) Appart from one mention of a gamma value of 0.3 (the value you use in the implementation) the value of 0.5 is otherwised mention (ISO 13790 3.3.2, 13.2.3) and seems more coherent with litterature.

I would suggest:

  • to let the user choose wheter or not the operative temperature or the air temperature is used as a set point
  • to add the value of gamma as an hyperparemeters so that the user can chose the value.

What do you think? You may also have further insight on this that I don't know :)

Val

@pjayathissa
Copy link
Collaborator

Thanks for this comment! I don't have the capacity to make this change right now, but if you, or someone else has time to make a PR then I will be happy to review. Please note that along with making the change, additional unit tests will also be required to test this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants