First time here? Check out the Help page!
1 | initial version |
Hi @kbk78
Not sure if you figured this out already. In EnergyPlus, the outdoor airflow is controlled using the object Controller:OutdoorAir
. Based on how you want to model the economizer, you can look for the appropriate selection using the E+ I/O ref guide. You can then model the limits according to your system control sequence of operations.
This controller is applied to AirLoopHVAC
using a AirLoopHVAC:ControllerList
.
Hope that answers your question!