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

Water coil advanced controllers

asked 2019-05-09 08:35:56 -0500

updated 2019-05-11 12:22:41 -0500

Hi!

I have a system which consists of a heating coil and a direct evaporative cooler connected in series. The objective is to heat the intake air to a certain point, and then cool the air with an adiabatic process, in order to ensure indoor conditions within narrow limits in terms of temperature and relative humidity. However, the coil should work only when certain outdoor conditions occur.

I would like to control the heating coil depending on outdoor conditions (coil must work only when outdoor temperature is between -1C and 25C and enthalpy is between 6 and 35 kJ/kg dry air). How should I set the controllers to meet these requirements?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2019-05-11 02:42:46 -0500

Controlling the heating coil based on outdoor air temperature can be done easily with AvailabilityManager:HighTemperatureTurnOff and AvailabilityManager:HighTemperatureTurnOn using an outdoor air node as the sensor.

Controlling based on enthalpy is a bit trickier. You could either output the outdoor air enthalpy for every hour of the year, create an hourly on/off schedule based on the enthalpy, and use AvailabilityManager:Scheduled. Or the better but more complicated way to do it is using an EMS program that uses an EnergyManagementSystem:Sensor to track OA enthalpy and uses an EnergyManagementSystem:Actuator to control the coil availability. You could also just make an EMS program that uses both OA temperature and enthalpy to control the coil availability. If you're not familiar with EMS programs/controls, check out the EMS Application Guide documentation.

edit flag offensive delete link more

Comments

1

Thanks a lot for giving light in this issue, Eric! Although a little bit painful, I think that outputting the outdoor air enthalpy and creating the hourly on/off schedule will fit perfectly.

Francisco Escobar's avatar Francisco Escobar  ( 2019-05-14 06:09:04 -0500 )edit

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

Stats

Asked: 2019-05-09 08:35:56 -0500

Seen: 163 times

Last updated: May 11 '19