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

Revision history [back]

Have you asked for temps node/mass flow rate node output, or surface heat transfer? It can results in a tons of output Designbuilder (but you too..) cannot handle.

You have to select what is important for your analysis.

In case you need only some specific variable with hourly timestep for a whole year simulation , you have to

  • for envelope and gains related data: select "Allow custom outpu2 in Otpions > Simulation > Output

  • for plant/system data: include an IDF code piece at the end of that resulting by the DesignBuilder translation (DesignBuilder model into EnergyPlus model), attaching it via Option > Simulation > Advanced > Include IDF Data . This piece of IDF shuld be like:

Output:Variable,XXX,System Node Mass Flow Rate,timestep;

Output:Variable,XXX,System Node Mass Temperature,timestep;

with your plant node instead of XXX.