-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dedicated general exhaust system #9209
Changes from 167 commits
5325aaf
0d88897
2fb7ef6
e4d3ba1
1bccf6a
f8f5cea
cc76bfd
6c34962
443e80e
4750ab1
06806aa
c0ff572
3cf24a3
f992f49
912611f
75ec865
5bd5f1d
7db14be
538524f
b946cbe
a6dde59
44fabb6
1c2f23e
bb2bfc6
5902355
e5c476f
17c3669
397ab2d
7fffb05
a7d6c57
18b2acf
ec3d3f1
e088a94
f5fad77
f25a0ff
88a41d2
7a597ae
06159db
60c3506
9abc827
6dc8036
fac8120
383f0b3
67dd474
c242149
0d9961e
7e5fed9
6f5579f
b464c43
e7c2f4f
976254c
1f01d7f
f516843
431e266
f59918f
5d92a3f
b0a120a
aa5b2a7
f7f9901
7a94479
9c1e0b6
0b2e7cc
20959f3
35ba98c
5ea3bc4
ec04f7e
bedc715
ba8e699
967076b
7e598a5
06dbeb7
993be17
a187c3a
c56541c
9ad124a
22e1f19
a0a9d2b
c5a1ba5
3e7e5f0
5cdc87e
380ce14
99e9969
d172827
b187d28
ddcd00c
639eaa5
11641d6
41b2608
0d953a8
5a532f9
014df32
60a6a19
f0673d5
2c0fb2c
a15305a
8307d98
9e949d0
d7849b4
f23e923
03a23ef
5741797
b1a4e61
77c3b5d
3e988f6
e982eed
7c13b3a
4b6bf96
9a235d5
c4a48d4
9188448
7298c23
dacc913
4da0c4d
802becb
03ea7fd
c773c33
88302d5
044ac8b
337d846
2482ec1
d8ee740
8726c84
6661496
6c46061
0054755
972fe7c
19065ef
756b02b
b787e30
53ca08c
4b0d164
00a33f0
2a43026
74e55fd
328dec6
6d4e904
a4b453d
bb648a3
293a085
d4ec407
8c28b32
84979aa
c79b440
46e020f
312b26b
0d9c701
eb2390b
60d4132
840a656
a31b00a
a34e7af
a0a0663
a053dd3
99e0ced
c37eea6
9560310
8a6df9a
f29b027
78cbad4
8baeb82
321fd9f
7e3cf6a
783d238
365ae53
3fe4007
96df8c2
53df98c
a64d0ae
954cd93
5341cb0
9c0ff7a
7991ce4
69e1356
f4f96ad
9227ddb
9664bd2
607e2f4
ef120a2
c307aac
20ecb07
f6e07ec
fc7cf96
e4b37ce
c5361c5
ea8e38f
1403e55
62d4fb7
7d99c98
de2de94
5f39040
425f001
80661f5
0e9d011
b0da8af
73bbe25
db76cc8
32fefa7
e4c7c0b
964177d
3527b95
53b8276
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48608,6 +48608,64 @@ ZoneHVAC:AirDistributionUnit, | |
\type object-list | ||
\object-list DesignSpecificationAirTerminalSizingName | ||
|
||
ZoneHVAC:ExhaustControl, | ||
\memo Defines a controlled exhaust flow from a zone which finally feeds into | ||
\memo one of AirloopHVAC:ZoneMixer's inlets, which are part of an AirloopHVAC:ExhaustSystem. | ||
A1 , \field Name | ||
\required-field | ||
A2 , \field Availability Schedule Name | ||
\note Availability schedule name for this exhaust system. Schedule value > 0 means it is available. | ||
\note If this field is blank, the exhaust system is always available. If the attached | ||
\note AirloopHVAC:ExhaustSystem is off, then the flow will be zero. | ||
\type object-list | ||
\object-list ScheduleNames | ||
A3 , \field Zone Name | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. \required-field There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added. |
||
\required-field | ||
\note Zone the exhaust inlet node is part of | ||
\type object-list | ||
\object-list ZoneNames | ||
A4 , \field Inlet Node Name | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ...exhaust. Must be a zone exhaust node. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. |
||
\note Inlet node name for the exhaust. Must be a zone exhaust node. | ||
\required-field | ||
\type node | ||
A5 , \field Outlet Node Name | ||
\note Outlet node name for the exhaust | ||
\required-field | ||
\type node | ||
N1 , \field Design Exhaust Flow Rate | ||
\autosizable | ||
\units m3/s | ||
\minimum> 0 | ||
\default autosize | ||
A6 , \field Flow Control Type | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Control type of the zone exhaust flow There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. |
||
\note Control type of the zone exhaust flow | ||
\type choice | ||
\key Scheduled | ||
\key FollowSupply | ||
\default Scheduled | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it worth putting There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks! I think a |
||
A7 , \field Exhaust Flow Fraction Schedule Name | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we want to apply this schedule to both control types? For FollowSupply, the flow would be Supply Node flow * Schedule value. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, for both types. |
||
\note Schedule name of the exhaust flow fraction. Used only with Scheduled control type. | ||
\note If this field is blank, the flow fraction is always 1.0. | ||
\type object-list | ||
\object-list ScheduleNames | ||
A8 , \field Supply Node or NodeList Name | ||
\note Used only with FollowSupply control type. | ||
\type node | ||
A9, \field Minimum Zone Temperature Limit Schedule Name | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. \note Schedule name . . . . . Limit in deg. C There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Text modified. |
||
\note Schedule name of the Minimum Zone Temperature Limit in degree Celsius | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Celcius --> Celsius There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These texts are now corrected. |
||
\note If this field is blank, there is no limit. | ||
\type object-list | ||
\object-list ScheduleNames | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ... flow fraction. Applied when the zone temperature falls below the Minimum Zone Temperature Limit. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Text added. |
||
A10, \field Minimum Exhaust Flow Fraction Schedule Name | ||
\note Schedule name of the minimum exhaust flow fraction. | ||
\note Applied when the zone temperature falls below the Minimum Zone Temperature Limit. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A tab character slipped in here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Corrected. Thanks! |
||
\type object-list | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ... of the Balanced Exhaust Fraction. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Text corrected. |
||
\object-list ScheduleNames | ||
A11; \field Balanced Exhaust Fraction Schedule Name | ||
\note Schedule name of the Balanced Exhaust Fraction | ||
\type object-list | ||
\object-list ScheduleNames | ||
|
||
\group Zone HVAC Equipment Connections | ||
|
||
!*****************ZONE EQUIPMENT SPECIFICATION********************* | ||
|
@@ -67194,6 +67252,28 @@ AirLoopHVAC:ReturnPath, | |
\type object-list | ||
\object-list ReturnPathComponentNames | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. systems --> system There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. |
||
|
||
AirLoopHVAC:ExhaustSystem, | ||
\memo Defines a general exhaust system with a central exhaust fan drawing from one or more | ||
\memo ZoneHVAC:ExhaustControl outlet nodes. | ||
A1 , \field Name | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. At one point in our (many) discussions, we discussed eliminating this field, because the fan has it's own schedule. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This field now removed. |
||
\required-field | ||
\note Name of the exhaust system | ||
A2 , \field Zone Mixer Name | ||
\required-field | ||
\type object-list | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. \field Zone Mixer Name There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Text updated. |
||
\note The name of the exhaust system AirLoopHVAC:ZoneMixer | ||
\object-list ZoneMixers | ||
A3 , \field Fan Object Type | ||
\required-field | ||
\type choice | ||
\key Fan:SystemModel | ||
\key Fan:ComponentModel | ||
A4 ; \field Fan Name | ||
\required-field | ||
\type object-list | ||
\object-list FansSystemModel | ||
\object-list FansComponentModel | ||
|
||
AirLoopHVAC:DedicatedOutdoorAirSystem, | ||
\extensible:1 Just duplicate last field and comments (changing numbering, please) | ||
\min-fields 11 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -384,6 +384,7 @@ namespace DataLoopNode { | |
ZoneHVACEnergyRecoveryVentilator, | ||
ZoneHVACEquipmentConnections, | ||
ZoneHVACEvaporativeCoolerUnit, | ||
ZoneHVACExhaustControl, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jcyuan2020 I found the problem that is causing the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks! The string values has been added to the two places. |
||
ZoneHVACForcedAirUserDefined, | ||
ZoneHVACFourPipeFanCoil, | ||
ZoneHVACHighTemperatureRadiant, | ||
|
@@ -645,6 +646,7 @@ namespace DataLoopNode { | |
"ZoneHVAC:EnergyRecoveryVentilator", | ||
"ZoneHVAC:EquipmentConnections", | ||
"ZoneHVAC:EvaporativeCoolerUnit", | ||
"ZoneHVAC:ExhaustControl", | ||
"ZoneHVAC:ForcedAir:UserDefined", | ||
"ZoneHVAC:FourPipeFanCoil", | ||
"ZoneHVAC:HighTemperatureRadiant", | ||
|
@@ -905,6 +907,7 @@ namespace DataLoopNode { | |
"ZONEHVAC:ENERGYRECOVERYVENTILATOR", | ||
"ZONEHVAC:EQUIPMENTCONNECTIONS", | ||
"ZONEHVAC:EVAPORATIVECOOLERUNIT", | ||
"ZONEHVAC:EXHAUSTCONTROL", | ||
"ZONEHVAC:FORCEDAIR:USERDEFINED", | ||
"ZONEHVAC:FOURPIPEFANCOIL", | ||
"ZONEHVAC:HIGHTEMPERATURERADIANT", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
an AirloopHVAC:ZoneMixer inlet which is part of an AirloopHVAC;Exhuast system.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first "AirloopHVAC:ExhaustSystem" should be "AirloopHVAC:ZoneMixer" in the memo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Texts corrected.