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
Specifies 3 coefficients for an alternative inside surface forced convection model (applicable only for drInHCModel=UNIFIED). When given, the inside surface forced convection coefficient for this surface is derived as follows:
where hConvF is the convection adjustment factor (derived from elevation, see Top hConvMod) and ACH is the zone air change rate per hour from the prior simulation step (including heat pump water heater evaporator air flow). This formulation is dangerously flexible, so caution is advised when selecting coefficient values.
262
+
263
+
The default hcFrc value (used when drInHcFrCoeff is not provided) is hConvF * znHcFrcF * ACH ^ 0.8.
264
+
265
+
<%= member_table(
266
+
units: "Btuh/ft^2^-^o^F",
267
+
legal_range: "",
268
+
default: "*inherited from parent surface*",
269
+
required: "No",
270
+
variability: "subhourly") %>
271
+
255
272
**endDoor**
256
273
257
274
Indicates the end of the door definition. Alternatively, the end of the door definition can be indicated by the declaration of another object or by END.
Copy file name to clipboardExpand all lines: doc/src/records/surface.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -348,7 +348,7 @@ END
348
348
349
349
**sfInHcMult=*float***
350
350
351
-
Interior convection coefficient adjustment factor. When sfInHcModel=INPUT, hc=sfInHcMult. For other sfInHcModel choices, the model-derived hc is multiplied by sfInHcMult.
351
+
Interior convection coefficient adjustment factor. When sfInHcModel=INPUT, hc=sfInHcMult. For other sfInHcModel choices, the model-derived hc is multiplied by sfInHcMult. When sfInHcModel=UNIFIED, natural (buoyancy-driven) and forced convection coefficient values are combined according to TOP inHcCombinationMethod, then sfInHcMult is applied.
352
352
353
353
<%= member_table(
354
354
units: "",
@@ -357,6 +357,24 @@ END
357
357
required: "No",
358
358
variability: "subhourly") %>
359
359
360
+
**sfInHcFrcCoeffs=*float array***
361
+
362
+
Specifies 3 coefficients for an alternative inside surface forced convection model (applicable only for sfInHCModel=UNIFIED). When given, the inside surface forced convection coefficient for this surface is derived as follows:
where hConvF is the convection adjustment factor (derived from elevation, see Top hConvMod) and ACH is the zone air change rate per hour from the prior simulation step (including heat pump water heater evaporator air flow). This formulation is dangerously flexible, so caution is advised when selecting coefficient values.
367
+
368
+
The default hcFrc value (used when sfInHcFrCoeff is not provided) is hConvF * znHcFrcF * ACH ^ 0.8.
369
+
370
+
<%= member_table(
371
+
units: "Btuh/ft^2^-^o^F",
372
+
legal_range: "",
373
+
default: "*see above*",
374
+
required: "No",
375
+
variability: "subhourly") %>
376
+
377
+
360
378
The items below give values associated with CSE's model for below grade surfaces (sfExCnd=GROUND). See CSE Engineering Documentation for technical details.
Selects the method for combining inside face (zone-facing) forced and natural (buoyancy-driven) convection coefficients for surfaces using the UNIFIED convection model. This is a development aid not typically used in production runs.
694
+
695
+
<%= csv_table(<<END, :row_header => true)
696
+
Method, hcComb
697
+
SUM, hcNat + hcFrc
698
+
QUADRATURE, sqrt(hcNat^2 + hcFrc^2)
699
+
WEIGHTED, hcNat when ACH<0.5
700
+
, hcFrc when ACH>3.0
701
+
, else weighted combination
702
+
END
703
+
%>
704
+
705
+
<%= member_table(
706
+
units: "",
707
+
legal_range: "*choices above*",
708
+
default: "SUM",
709
+
required: "No",
710
+
variability: "constant") %>
711
+
691
712
**soilDiff=*float***
692
713
693
714
*Note: soilDiff is used as part of the simple ground model, which is no longer supported. Use soilCond, soilSpHt, and SoilDens instead.*
Specifies 3 coefficients for an alternative inside surface forced convection model (applicable only for wnInHCModel=UNIFIED). When given, the inside surface forced convection coefficient for this surface is derived as follows:
where hConvF is the convection adjustment factor (derived from elevation, see Top hConvMod) and ACH is the zone air change rate per hour from the prior simulation step (including heat pump water heater evaporator air flow). This formulation is dangerously flexible, so caution is advised when selecting coefficient values.
252
+
253
+
The default hcFrc value (used when wnInHcFrCoeff is not provided) is hConvF * znHcFrcF * ACH ^ 0.8.
254
+
255
+
<%= member_table(
256
+
units: "Btuh/ft^2^-^o^F",
257
+
legal_range: "",
258
+
default: "*inherited from parent surface*",
259
+
required: "No",
260
+
variability: "subhourly") %>
261
+
245
262
**wnSHGC=*float***
246
263
247
264
Rated Solar Heat Gain Coefficient (SHGC) for the window assembly.
Copy file name to clipboardExpand all lines: doc/src/records/zone.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ Zone air exchange rate used in determination of interior surface convective coef
133
133
134
134
**znHcFrcF=*float***
135
135
136
-
Zone surface forced convection factor. Interior surface convective transfer is modeled as a combination of forced and natural convection. hcFrc = znHcFrcF * znHcAirX^.8. See CSE Engineering Documentation.
136
+
Zone surface forced convection factor. Default interior surface convective transfer is modeled as a combination of forced and natural convection. hcFrc = znHcFrcF * ACH^.8, where ACH = znHcAirX + heat pump water heater evaporator air exchange rate See CSE Engineering Documentation.
0 commit comments