NatLabRockies / NatLabRockies/OpenStudio

OS:DesignSpecification:OutdoorAir Space/ThermalZone Mismatch

Open
#2,138 4 comments 0 reactions 1 assignee View on GitHub

@kbenne is already working on this.

Since Jan 13, 2018.

component - Model severity - Normal Bug
Dominant language
C++
Stars
646
Forks
237
Avg merge
3d 11h
Merged PRs (30d)
10

Description

The OS:DesignSpecification:OutdoorAir object has normalized flow rates (Outdoor Air Flow per Person, Outdoor Air Flow per Floor Area) and absolute ones (Outdoor Air Flow Rate, Outdoor Air Flow Air Changes per Hour). Spaces and SpaceTypes both reference DesignSpecificationOutdoorAir objects, in this case it is expected that the absolute flow rates correspond to the space. For example, if you have two spaces in one thermal zone and each space references a design specification outdoor air object with absolute flow rates, you will end up with the sum of those flow rates in E+.

Translation of space level design OA objects zone level occurs in ThermalZone_Impl::combineSpaces

However, other objects also reference the DesignSpecificationOutdoorAir object but these are at the zone level (OS:AirTerminal:DualDuct:VAV:OutdoorAir, OS:Controller:MechanicalVentilation, OS:ZoneHVAC:IdealLoadsAirSystem, etc). In this case absolute flow rates correspond to the zone level flow rates.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.