Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
2

What rate a People object adds water to zone air?

asked 2018-12-12 16:10:05 -0500

mldichter's avatar

I'm implementing radiant heating and cooling with ZoneHVAC:LowTemperatureRadiant:VariableFlow and was having trouble with the dew-point. It was getting above 21C a lot of the time, sometimes 30C, which would turn off the ZoneHVAC:LowTemperatureRadiant:VariableFlow objects.

I have pinned it down to the People objects in the zone adding a significant amount of water to the air in the zone. In order for the radiant cooling to be effective, even with a regular amount of ventilation, I'll need to add some dehumidifying objects.

My question is what rate one person in a zone will add water to the zone air per hour? Is there any control of this in energyplus?

Also, from some output variables, it looks like a person adds more water based on the season, probably dependent on the weather. Does this sound like correct behavior from energyplus? (Not making any claims here. I stopped looking once I ran simulation with the people objects removed and double the people to see the pattern. Just an observation.)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
9

answered 2018-12-13 03:27:07 -0500

updated 2018-12-17 03:06:00 -0500

I suggest you first read the Input/Output reference guide for the People object to get a better idea of how it's defined, and what parameter affect the heat generation. You'll want to play close attention to the Sensible Heat Fraction field, which defaults to autocalculate.

Then once you have understood how the People object is characterized, you can read the engineering reference which happens to have a short (that's nice!) section that answers your question called Heat Gain from People

You'll learn that the Sensible gain is derived from a polynomial function of Temperature and Metabolic rate, and get a representation of the Sensible Heat Gain as a function of metabolic rate for different temperatures.

Sensible Heat Gain

Given that $Latent Gain = Metabolic Rate - Sensible Gain$, and that the latent gain is the one that "adds water" like you said, it's easy to see that an increase in temperature will produce more latent gain. That's why you see more humidity in the summer, because the indoor space temperature is higher than the winter. It's also quite logical, since you tend to sweat more when its hotter.

In case you have trouble reading the above graph, I went ahead and created a clearer one, where I fixed the metabolic rate to 120W (typical office activity), then used the polynomial equation to create the split between sensible and latent as a function of temperature.

image description


Edit: Unrelated to your original question, but I find it interesting anyways and thought people might too: I noticed something on the curve from the engineering reference: at low metabolic rates, the sensible gain is above the metabolic rate (=total gain), which is physically problematic (sic!).

So I plotted a heatmap to check that, putting in bright red the region where the latent gain ends up negative as a result.

image

FYI, reading the source code around here what happens in this case is that the sensible gain is set to the metabolic rate, and the latent gain ends up 0 as a result.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

2 followers

Stats

Asked: 2018-12-12 16:10:05 -0500

Seen: 337 times

Last updated: Dec 17 '18