Hello everyone,
I am looking to put together a workflow in Grasshopper/PO/Ladybug/Honeybee for CIBSE TM59 and TM52 calculations. I’ll start with TM59, as this is simpler than TM52. The criteria are (reinterpreted somewhat):
1. % of occupied hours, between May and September, that each room exceeds DT>0.5deg, where DT = Operative Temp – (Neutral Temp + Neutral_Offset) should not exceed 3%.**
So for this, I need to sum all of the hours of the year that a room exceeds DT=0.5, then divide by the total occupied hours.
2. For bedrooms only, the operative temperature shall not exceed 26degC for the hours between 10pm and 7am (i.e, sleeping hours) for more than 1% of annual hours- which is 32 hours.
First I need to be able to check whether the room is a bedroom or not. I have created Programs that refer to bedrooms so these could be used for this check. The operative temp would then need to be checked for each hour between 10pm and 7am, and a tally made of those hours exceeding 26degC.
3. Circulation areas/corridors- this is an additional test, largely designed for apartment blocks. The operative temperature should not exceed 28degC for more than 3% of annual hours (total).
This requires a check on whether a room is a circulation space or not. Again- could use the room template to denote this.
Finally, I want to be able to visualise the above in terms of the numerical result, but also a pass/fail.
I attach my Grasshopper workflow so far. Could the above be achieved with existing components?
Thanks!
TM59 Workflow.gh (93.1 KB)