Psychrometric Chart - Total Comfort Hours Incorrect

Good afternoon,

This came up when I was working through the Ladybug_Psychrometric Chart component inputs to match climate consultants default inputs for ASHRAE 55. I can’t seem to get the same passive strategy results no matter what, but thats a different topic…

I noticed the totalComfortPercent is different from the value I get by adding up StrategyPercentofTime. I first assumed that the later (StrategyPercentofTime) would focus only on the strategies and come back lower by not include the value for comfort, but instead its actually coming back higher.

See photo and attached grasshopper definition. I tried to compare the two outputs in a few different ways, and whatever the discrepancy is, it seems to be consistent. Am I missing something? or should these values match? Perhaps the total comfort output is missing a strategy?

Thank you for any help you can offer, really appreciate it!



psychrometricchart_differing totals hours of comfort.gh (457.3 KB)

@jakechevrier ,

The discrepancy is intentional and it results from the fact that you have some strategy polygons that are overlapping:

Specifically, the “Evaportive Cooling” polygon overlaps with the “Occupant Use of Fans” and the “Thermal Mass + Night Vent”. Because of this overlap, some of the hours are getting counted twice in your processing of the “strategyOrNot” output (basically, you end up counting them once in each strategy polygon). So the way that you have processed the “totalComfortOrNot” output is the correct one that doesn’t count any hours twice.

Hi Chris,

I see! that makes total sense, sorry I should have realized that.

Really appreciate the explanation!