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

ideal air load not reasonable

asked 2017-08-30 03:53:56 -0500

xzb86's avatar

updated 2017-08-30 08:10:51 -0500

I find that the ideal air load result is very low, about 70w/m2 or less. How do you deal with this problem? anyone can help?

How can I find the total heat load? someone said ventilation load isn't taken into account when running the ideal air load, I tried "design specification outdoor air", "space infiltration air flow rate" and "zone ventilation air flow rate", but cannot add the ventilation load.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-09-16 21:44:04 -0500

Report the results using:

OutputControl:Table:Style,
  TabAndHTML;              !- Column Separator

Output:Table:SummaryReports,
  AllSummary;              !- Report 1 Name

These are the inputs specific to outdoor air for the ZoneHVAC:IdealLoadsAirSystem. Enter the design specification outdoor air object name here and choose a name for the outdoor air node. You will also need to specify this node as an outdoor air node.

ZoneHVAC:IdealLoadsAirSystem,
  YourDesignSpecName,         !- Design Specification Outdoor Air Object Name
  Outside Air Inlet Node 1,   !- Outdoor Air Inlet Node Name
  ,                           !- Demand Controlled Ventilation Type
  ,                           !- Outdoor Air Economizer Type

OutdoorAir:Node,
  Outside Air Inlet Node 1;   !- Name
edit flag offensive delete link more

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

1 follower

Stats

Asked: 2017-08-30 03:53:56 -0500

Seen: 1,468 times

Last updated: Sep 16 '17