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

Running OS - Dehumidification with Ideal Air Loads ON [closed]

asked 2019-03-07 11:46:45 -0500

PFHUTCHINS's avatar

I constructed my supermarket model using Open Studio. I used a Humidity Schedule, for controlling the Sales Area space to 50% RH maximum, but the results showed no humidity control. I looked at the idf via EnergyPlus and the IDF Editor and found that the "Dehumidification Control Type" = "ConstantSensibleHeatRatio". I changed it to "Humidistat" and re-ran via OS. No change. I went back into EP and the "Dehumidification Control Type" = "ConstantSensibleHeatRatio". Running via OS, the control type automatically reverts to the default. While in EP, I changed the control type back to "Humidistat" and ran while in EP. The results showed the dehumidification works!

Does anyone know any way to run OS with Ideal Air Loads and control Humidity via a Humidistat? I really like OS's user-friendly input and excellent graphic outputs.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by PFHUTCHINS
close date 2019-03-08 13:02:58.087888

2 Answers

Sort by ยป oldest newest most voted
2

answered 2019-03-07 15:47:18 -0500

If you are using OS 2.7.1+ you can use a measure with the following method to change the mode to Humidistat

setDehumidificationControlType()

You will pass the string 'Humidistat' to the measure.

You can get another reference on the object here and in the InputOutput Reference.

edit flag offensive delete link more
1

answered 2019-03-07 15:43:09 -0500

See the ideal_loads_options and ideal_air_loads_zone_hvac measures on the UnmetHours github repository. These measures allow you to set the humidity control type and will translate that data to the objects in EnergyPlus at run-time.

edit flag offensive delete link more

Comments

Didn't know about the GitHub Measures repository. After a few futile attempts I figured it out. Downloaded the measures to My Measures folder and synced. The Ideal Air Loads Zone HVAC did the trick. Thank you very much!

PFHUTCHINS's avatar PFHUTCHINS  ( 2019-03-08 13:02:45 -0500 )edit

Careers

Question Tools

2 followers

Stats

Asked: 2019-03-07 11:46:45 -0500

Seen: 196 times

Last updated: Mar 07 '19