-
Notifications
You must be signed in to change notification settings - Fork 83
Description
Context
In the Twozone Apartment Hydronic testcase documentation (here), it is stated that the air temperature is outputted from the emulator for both day and night zone. When developing predictive controllers for this use-case, comfort bounds should be treated based on the operative temperature in a room, which is a weighed average of the air temperature and radiative temperature.
Looking at the emulator, it seems that only the air temperature is outputted from the MixedAir model, but not the radiative temperature.

Suggestion
Make an additional API output for the radiative temperature for both zones, and provide documentation on how to sum both temperatures to get the operative temperature.
@EttoreZ and @dhblum, I remember we had the discussion to hold off on changing this use-case until there were multiple issues that can be grouped (also related to #775 and #539 ). Feel free to share how you wish to proceed, I would be happy to help out.