You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/records/izxfer.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,22 @@ Name of DOAS where air is supplied from (**izVfMin** > 0), or exhausting to (**i
103
103
required: "when izNVType = AIRNETDOAS",
104
104
variability: "constant") %>
105
105
106
+
**izLinkedFlowMult=*float***
107
+
108
+
Specifies a multiplier applied to air flow to/from any associated DOAS. This supports use of a single modeled zone to represent multiple actual zones while preserving the total DOAS air flow and energy consumption.
109
+
110
+
For example, consider a DOAS-linked IZXFER with izVfMin = 100 and izLinkedFlowMult = 5. The zone specified by izZn1 receives 100 cfm while the DOAS specified by izDOAS is modeled as if the supply flow is 500 cfm. Thus the DOAS behavior (fan energy use etc.) approximates that of a DOAS serving 5 zones, but only one zone is simulated.
111
+
112
+
Note izLinkedFlowMult has no effect on the air flow to or from the zone specified by izZn1.
113
+
114
+
<%= member_table(
115
+
units: "--",
116
+
legal_range: "*x* $\\gt$ 0",
117
+
default: "1",
118
+
required: "No",
119
+
variability: "constant") %>
120
+
121
+
106
122
Give izHConst for a conductive transfer between zones. Give izNVType other than NONE and the following variables for a convective (air) transfer between the zones or between a zone and outdoors. Both may be given if desired. Not known to work properly as of July 2011
0 commit comments