First time here? Check out the Help page!
1 | initial version |
@NickC @jt1234 @Eric Ringold I just had someone ask me about this possibility for EnergyPlus to handle demand-side bypass, and hit the same severe error that Nick did using the Duct object type. But, I'm happy to share a workaround that at least simulates -- using a dummy zone on the demand side instead of the duct. Here was my process:
The VAV no-reheat terminal allows the flow rate to vary, but applying EnergyPlus controls with the zones parallel to the dummy zone. In order to have the user outright set the desired bypass flow rate through the dummy zone, you would likely have to switch to a CAV no-reheat terminal so that you can use EMS and apply the Mass Flow Rate actuator for that specific terminal type.
2 | No.2 Revision |
@NickC @jt1234 @Eric Ringold I just had someone ask me about this possibility for EnergyPlus to handle demand-side bypass, and hit the same severe error that Nick did using the Duct object type. But, I'm happy to share a workaround that at least simulates -- using a dummy zone on the demand side instead of the duct. Here was my process:
The VAV no-reheat terminal allows the flow rate to vary, but applying EnergyPlus controls with the zones parallel to the dummy zone. In order to have the user outright set the desired bypass flow rate through the dummy zone, you would likely have to switch to a CAV no-reheat terminal so that you can use EMS and apply the Mass Flow Rate actuator for that specific terminal type.
You can compare my edited IDF that applied this process to the DOASDualDuctSchool.idf example file that I used as a starting point.