NatLabRockies / NatLabRockies/OpenStudio
OS:DesignSpecification:OutdoorAir Space/ThermalZone Mismatch
@kbenne is already working on this.
Since Jan 13, 2018.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.