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

is there something wrong with the document of bestest_air? #658

Open
cosmos0x57 opened this issue Jul 22, 2024 · 3 comments
Open

is there something wrong with the document of bestest_air? #658

cosmos0x57 opened this issue Jul 22, 2024 · 3 comments
Assignees
Labels
question Further information is requested
Milestone

Comments

@cosmos0x57
Copy link

cosmos0x57 commented Jul 22, 2024

hello, I try to use bestest_air to do a control test. I find that the "con_oveTSetCoo_u"(Zone temperature setpoint for cooling
) is from 296.15K to 303.15K. It seems that this zone temperature setpoint cannot cooling the office building sufficiently, for the thermal comfort zone is 294.15K-297.15K. The zone temprature setpoint seems too high. While the "con_oveTSetHea_u"(Zone temperature setpoint for heating) is from 288.15K-296.15K, it seems too low for heating.

Another question is that the cooling peak period is from Day 282 to Day 296, but the outside temperature in this period is only about 288.15K at noon, while the outside temperature is over 303.15K at noon in July. Why lower outside temperature day cause a higher cooling load?

@EttoreZ EttoreZ self-assigned this Jul 22, 2024
@EttoreZ EttoreZ added the question Further information is requested label Jul 22, 2024
@EttoreZ
Copy link
Contributor

EttoreZ commented Jul 22, 2024

Dear @cosmos0x57, thank you for reaching out with your questions. I am not sure I understand the first question. The figure below shows in black dashed the setpoint and setback temperature for heating and cooling that create the comfort band. The highlighted areas in blue and red instead are limits for con_oveTSetCoo and con_oveTSetHea, and can be used to have a stricter or looser comfort boundary with respect to the default.
image

For the second question the peak cooling period is calculated as: "The two-week period is centered on the day with the maximum 15-minute system cooling load in the year". As you can see from the figure below, the peak cooling day is 289. Now as for why that day has higher load than some days in July, temperature only plays a part in that, since it depends also on radiation, internal gains and control. Using a different definition such as cooling degree days would lead to a different peak cooling period.

image

@cosmos0x57
Copy link
Author

Regarding question one: Typically, in the cooling season, the temperature setpoint is the minimum value for indoor air temperature theoretically. Therefore, if I set the temperature setpoint to 296.15K under the current conditions, the indoor air temperature will be no lower than 296.15K, and will not fall within the 294.15K-296.15K range. Consequently, the comfort range of 294.15K-296.15K seems to be meaningless. Hence, should we consider setting a lower limit for the temperature setpoint?

@EttoreZ
Copy link
Contributor

EttoreZ commented Jul 28, 2024

dear @cosmos0x57, thank you for the further comment. What you suggest is reasonable and hence I created a new pull request issue658_UpdateMinMaxLimits, where I will update all the limits of control variables by having min and max only constrained by "physics" or "operational constraints". In the case of bestest air con_oveTSetCoo and con_oveTSetHea will be updated so that the setpoints can be between 288.15 and 303.15.

@dhblum dhblum added this to the v0.7.0 milestone Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants