3

How Could I optimize thermal comfort?

Hi everyone, I am going to optimize cooling and heating demand considering annual thermal comfort(based on ashrae55). I used jeplus+EA for optimization. The problem is I got several PPD (%) values for different zones, while Designbuilder gave me just an annual value. I do not know if I should use the maximum value or the average? And how could I figure this code in the RVX file?

kimiya's avatar
283
kimiya
asked 2020-11-26 11:34:44 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

Good question! Think about when you are designing a building, do you want all the spaces to be comfortable, or some are "very comfortable" so that the others can be less so?

I'd say you should use the maximum, and use that as a constraint in your project so that once the threshold is reached, the algorithm does not need to push any further. You have two options to do this in jEPlus+EA. The first one is defining a report variable for max of the PPDs. You can use an equation like "v1=Math.max(c2, c3, c4 ...)" - hope you don't have too many zones - and then add a constraint, say "s1=v1", and define its feasible and scaling ranges. If you have only a few zones, the alternative is to simply list them all as constraints. In this way, you can actually control the comfort level you want to provide for each zone.

Here are the relevant parts of the manual: https://www.jeplus.org/wiki/doku.php?...

Yi

Yi Zhang's avatar
1.2k
Yi Zhang
answered 2020-11-28 06:33:07 -0500
edit flag offensive 0 remove flag delete link

Comments

I really appreciate your help. Thank you.

kimiya's avatar kimiya (2020-11-30 14:07:48 -0500) edit
add a comment see more comments