Skip to content

Commit

Permalink
A few minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcyuan2020 committed Dec 11, 2021
1 parent 5902355 commit e5c476f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions design/FY2021/NFP-Dedicated_Exhaust_Fans.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@ The central fan model for this object needs to be either FAN:SYSTEMMODEL or FAN:

If the design exhaust flow rate can be obtained someplace else, the existing AirLoopHVAC:ZoneMixer object will be expanded for use in the exhaust system. The originally the AirLoopHVAC:ZoneMixer is only allowed in a return path, or in a PIU like zone equipment. A severe warning would show up if the zone mixer is not used (or referenced) with one of the following objects: AirLoopHVAC:ReturnPath, AirTerminal:SingleDuct:SeriesPIU:Reheat, AirTerminal:SingleDuct:ParallelPIU:Reheat, or AirTerminal:SingleDuct:ConstantVolume:FourPipeInduction.

In the current development, the AirLoopHVAC:Mixer will be used as the connectors in the "Exhaust Path" system. This means that the zone mixer can be connected to the exhaust nodes (actually the outlet nodes of the newly developed ZoneHVAC:ExhaustControl object, to be introduced soon below) of one or more zones as inlets, and the outlet node of the mixer will be the inlet node of the central exhaust fan in the AirLoopHVAC:ExhaustSystem.
In the current development, the AirLoopHVAC:ZoneMixer will be used as the connectors in the "Exhaust Path" system. This means that the zone mixer can be connected to the exhaust nodes (actually the outlet nodes of the newly developed ZoneHVAC:ExhaustControl object, to be introduced soon below) of one or more zones as inlets, and the outlet node of the mixer will be the inlet node of the central exhaust fan in the AirLoopHVAC:ExhaustSystem.

### ZoneHVAC:ExhaustControl ###

Each zone that is connected to an inlet node of an AirLoopHVAC:ExhaustSystem is required to have a ZoneHVAC:ExhaustControl to describe the zone exhaust connections, design flow rate, and controls.

A ZoneHVAC:ExhaustControl object defines a controlled exhaust flow from a zone. The inlet node is a zone exaust node. The outlet node is an inlet to an AirLoopHVAC:ExhaustSystem object. It is similar to Fan:ZoneExhaust but has additional control options and assumes a central exhaust fan drives the flow, with a damper for flow control.
A ZoneHVAC:ExhaustControl object defines a controlled exhaust flow from a zone. The inlet node is a zone exhaust node. The outlet node is an inlet to an AirLoopHVAC:ExhaustSystem object. It is similar to Fan:ZoneExhaust but has additional control options and assumes a central exhaust fan drives the flow, with a damper for flow control.

One piece of important information about each of the individual zone exhausts is the design flow rate. This will be autosizable with options base on area, outdoor air flow or suppy flow.

**OPTION FOR DISCUSSION:** Should the sizing options for exhaust flow rate be here in the ZoneHVAC:ExhaustControl object or in Sizing:Zone, or DesignSpeification:OutdoorAir, or ???.
**OPTION FOR DISCUSSION:** Should the sizing options for exhaust flow rate be here in the ZoneHVAC:ExhaustControl object or in Sizing:Zone, or ???.

```
ZoneHVAC:ExhaustControl,
Expand Down

5 comments on commit e5c476f

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dedicated_Exhaust_System (jcyuan2020) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1710 of 1710 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dedicated_Exhaust_System (jcyuan2020) - x86_64-MacOS-10.15-clang-11.0.0: OK (3166 of 3177 tests passed, 252 test warnings)

Messages:\n

  • 249 tests had: EIO diffs.
  • 10 tests had: Table big diffs.
  • 81 tests had: MDD diffs.
  • 82 tests had: MTD diffs.
  • 36 tests had: ERR diffs.
  • 6 tests had: ESO small diffs.
  • 4 tests had: MTR small diffs.
  • 6 tests had: Table small diffs.
  • 17 tests had: AUD diffs.
  • 1 test had: PERF_LOG diffs.
  • 2 tests had: IDF diffs.
  • 1 test had: RDD diffs.
  • 6 tests had: MTR big diffs.
  • 1 test had: EDD diffs.

Failures:\n

regression Test Summary

  • Passed: 722
  • Failed: 11

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dedicated_Exhaust_System (jcyuan2020) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (3206 of 3218 tests passed, 253 test warnings)

Messages:\n

  • 251 tests had: EIO diffs.
  • 11 tests had: Table big diffs.
  • 81 tests had: MDD diffs.
  • 82 tests had: MTD diffs.
  • 36 tests had: ERR diffs.
  • 6 tests had: ESO small diffs.
  • 4 tests had: MTR small diffs.
  • 5 tests had: Table small diffs.
  • 17 tests had: AUD diffs.
  • 1 test had: PERF_LOG diffs.
  • 2 tests had: IDF diffs.
  • 1 test had: RDD diffs.
  • 6 tests had: MTR big diffs.
  • 1 test had: EDD diffs.

Failures:\n

regression Test Summary

  • Passed: 741
  • Failed: 12

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dedicated_Exhaust_System (jcyuan2020) - Win64-Windows-10-VisualStudio-16: OK (2423 of 2423 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dedicated_Exhaust_System (jcyuan2020) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (735 of 737 tests passed, 0 test warnings)

Failures:\n

integration Test Summary

  • Passed: 735
  • Timeout: 2

Build Badge Test Badge Coverage Badge

Please sign in to comment.