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

How to Model AHU with DOAS in DesignBuilder?

asked 2025-04-25 06:54:29 -0500

Anurag_G's avatar

updated 2025-04-25 08:44:40 -0500

Hello everyone,

I am currently working on a project where I need to model an Air Handling Unit (AHU) with a Dedicated Outdoor Air System (DOAS) in DesignBuilder. I am looking for guidance on the best practices and steps to accurately set up this system within the software.

Specifically, I would like to know:

  1. How to configure the DOAS to supply conditioned outdoor air to the AHU.
  2. The process of integrating the DOAS with the AHU in the DesignBuilder interface.
  3. Any tips on setting the parameters for both the DOAS and AHU to ensure accurate simulation results.

Any detailed instructions, screenshots, or references to relevant tutorials would be greatly appreciated.

Thank you in advance for your help!

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
7

answered 2025-04-26 03:57:44 -0500

Andy Tindale's avatar

DesignBuilder v2025.1 provides access to EnergyPlus DOAS air loops, and the first beta with this included will be released in the next week or so. If you would like to access a beta now, I suggest contacting the DesignBuilder Support Desk.

edit flag offensive delete link more

Comments

When will v2025 be officially released? Unfortunately, our company does not allow installation of any beta software.

Keigo's avatar Keigo  ( 2025-09-30 01:33:11 -0500 )edit
1

We expect to release v2025.1 by the end of this week, i.e. by 3 Oct. Please look out for the release on our download pages. We will publicly announce the new version sometime mid-October.

Andy Tindale's avatar Andy Tindale  ( 2025-09-30 08:00:33 -0500 )edit
1

answered 2025-04-28 07:05:48 -0500

mdedoes's avatar

Hi Anurag, even though you may not be able to model your system exactly in DesignBuilder, there is almost always a way to model airside systems using DesignBuilder's available objects in a way that gives you an accurate estimation of energy use (without having to use the custom EMS or Python scripting). Without knowing your exact system, here are a few ideas that I thought of: - combine the DOAS and AHU into one unit in the model (using a standard AHU in an Air Loop). You - if your AHU serves a single zone, you could model your DOAS as the AHU in the Air Loop, and your AHU as a FCU in the zone

If those don't clear it up, are you able to provide a bit more detail on how your system is set up, maybe a little diagram or something? I may be able to give you a better suggestion.

edit flag offensive delete link more

Comments

Hi Mr. mdedoes,

It is far more complicated than the thing you have mentioned. An AHU is serving multiple zones and a single DOAS is connected to multiple AHUs. Unfortunately I don't have a diagram to show the same.

Can you make the most closest representation of this scenario?

Anurag_G's avatar Anurag_G  ( 2025-04-28 08:04:17 -0500 )edit
1

OK, that helps. To make it easiest on yourself, I would model the system as if each AHU had its own DOAS unit and include all components for both the DOAS and the AHU in the AHU object in DesignBuilder. Based on your comments to other users, you can put both a DX coil and a chilled water coil in the same AHU and control them using different setpoint managers. You'll just have to make sure that the setpoint manager for the DOAS coil is immediately downstream of the coil in the model.

Hope this helps!

mdedoes's avatar mdedoes  ( 2025-04-28 10:31:55 -0500 )edit

Did you mean immediately downstream of DOAS coil and immediately upstream of the chilled water cooling coil? Also, do you recommend adding an additional fan too? I am not sure whether DB allows that

Anurag_G's avatar Anurag_G  ( 2025-04-28 10:46:46 -0500 )edit

You may have to mess with the locations for the setpoint managers (I always have to do it a bit by trial and error), but I'm pretty sure you need one immediately downstream of the DOAS coil. The location for the setpoint manager for the second coil may be flexible.

And no, I don't think DB will let you put 2 supply fans in, so just enter the pressure in DB as the sum of the pressure of both of your fans.

mdedoes's avatar mdedoes  ( 2025-04-28 10:50:45 -0500 )edit

As you have mentioned trial and error here to replicate the closest model, I also wanted to know whether you have tried the heat recovery option in AHU? The final I/O summary report provides the same energy consumption whether you add a heat recovery wheel or not. Any thoughts on why this happens?

Anurag_G's avatar Anurag_G  ( 2025-04-28 10:54:33 -0500 )edit

Yes, I've put in a heat recovery wheel in the AHU successfully many times. Check that the heat recovery availability schedule is On. Check that the nominal supply airflow rate for the wheel is correct. Check that your effectiveness values are greater than zero. Check the heat recovery bypass control type to make sure you're not always bypassing the wheel.

mdedoes's avatar mdedoes  ( 2025-04-28 11:03:10 -0500 )edit

Do you get any consumption in the heat recovery row in the I/O summary report?

Anurag_G's avatar Anurag_G  ( 2025-04-28 11:15:58 -0500 )edit

In order to get consumption in the heat recovery row, you have to have a non-zero value entered for "Nominal electric power" in the heat recovery input. This input is meant to account for the power of the motor that spins the wheel. However, even if this is entered as zero, you should see your total energy consumption go down if heat recovery is active.

mdedoes's avatar mdedoes  ( 2025-04-28 11:18:56 -0500 )edit

Can you kindly elaborate on the nominal supply air flow rate for the wheel( I generally provide the dehumidified air flow rate as calculated in the heat load summary sheet), effectiveness value( whether we have this as input in DB and how to use the option) and heat recovery bypass control type(again do we have this option and how to use the option)?

Anurag_G's avatar Anurag_G  ( 2025-04-28 11:25:30 -0500 )edit

The nominal supply airflow rate will probably be how much outside air from the DOAS you expect to go to your AHU (I think you're saying the same thing with the dehumidified airflow rate). The effectiveness value would be determined from the data sheet for the DOAS or the wheel (sensible is usually around 0.7, latent is often closer to 0.6). The bypass control type will depend on your unit controls, but usually I've almost always used "1-Bypass when within economizer limits".

mdedoes's avatar mdedoes  ( 2025-04-28 11:30:19 -0500 )edit

In India, we almost never use an economizer as the outdoor air is never cool enough to be utilised. May be I can try with other options available. But thankyou for the help. I have never tried these options before.

Anurag_G's avatar Anurag_G  ( 2025-04-28 11:37:35 -0500 )edit

That first option should still work. If the simulation never goes into economizer, then it will never bypass the wheel.

mdedoes's avatar mdedoes  ( 2025-04-28 11:42:13 -0500 )edit

Hi Mr.mdedoes, I was actually trying to incorporate the details given by you for heat recovery. There are effectiveness values provided for part air flows (75% & 100%) and by default sensible is 0.75 and latent is 0. Also, there is a frost control type which is by default 1-None but has options like Exhaust air recirculation , exhaust only and minimum exhaust temperature. Also, a threshold temperature of 1.7 deg C is provided. Can you elaborate the terminologies and how do we use it further for getting actual savings due to HR.

Anurag_G's avatar Anurag_G  ( 2025-04-28 22:29:00 -0500 )edit

If you're not familiar with the DesignBuilder help website, this is the address: https://designbuilder.co.uk/helpv7.0/

If you search "AHU data", you should find the page with descriptions about all the AHU inputs.

mdedoes's avatar mdedoes  ( 2025-04-29 07:16:45 -0500 )edit
0

answered 2025-04-25 20:42:57 -0500

Keigo's avatar

As long as I know, DOAS and AHU in series can't be modelled in DesignBuilder.

AirLoopHVAC:DedicatedOutdoorAirSystem was implemented for the first time in EnergyPlus V9-2-0.

The latest DesignBuilder, v7, uses EnergyPlus V9-4-0 as a calculation engine, but the user interface of DesignBuilder does not support to model AirLoopHVAC:DedicatedOutdoorAirSystem. My sense is that DesignBuilder supports only 20 to 30% of the whole EnergyPlus features.

The user interfance of OpenStudio also does not support to model AirLoopHVAC:DedicatedOutdoorAirSystem.

I suggest using EnergyPlus directly or IES-VE. Please note that the latest version of EnergyPlus should be used because there are many bugs in the old versions. You can search AirLoopHVAC:DedicatedOutdoorAirSystem on UnmetHours and find bug reports.

edit flag offensive delete link more

Comments

Designbuilder does have a default template as DOAS,DX precool with Heat Recovery but that does not meet my requirements for AHU with DOAS. As the DOAS is serving to precool the air before it enters the AHU and gets distributed to the spaces, do you recommend using 2 cooling coils ( 1 DX coil and another Chilled Water Coil) to closely resemble the scenario?

Anurag_G's avatar Anurag_G  ( 2025-04-26 01:11:17 -0500 )edit

2 cooling coils ( 1 DX coil and another Chilled Water Coil)

That's quite different from DOAS + AHUs, you know.

Answers are shown on this page. You can model with EnergyPlus, IES-VE, or DesignBuilder v2025 as Andy mentioned. I haven't tested DB v2025.

Before AirLoopHVAC:DedicatedOutdoorAirSystem was added to EnergyPlus, I used to model DOAS + AHUs with DOAS + Variable-speed FCUs in EnergyPlus. However, DesignBuilder v7 can't even model variable-speed FCUs. I'm not sure the reason you stick to DB. I recommend using EnergyPlus directly for your better understanding of energy simulation.

Keigo's avatar Keigo  ( 2025-04-28 10:01:01 -0500 )edit

Our organization is using DB for almost a decade now I guess. Thats the reason we have still stick to DB and finding ways to mimick the closest representation to this. I am not sure how much will DOAS as AHU and AHU as an FCU inside the zone will closely replicate the situation as wrote by Mr. Mdedoes

Anurag_G's avatar Anurag_G  ( 2025-04-28 10:07:56 -0500 )edit

Your Answer

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

Add Answer

Training Workshops

Question Tools

Stats

Asked: 2025-04-25 06:54:29 -0500

Seen: 833 times

Last updated: Apr 28