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/top-members.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -411,6 +411,29 @@ AirNet relative convergence tolerance. See AnTolAbs just above.
411
411
required: "No",
412
412
variability: "constant") %>
413
413
414
+
**ANPressWarn=*float***
415
+
416
+
AirNet pressure warning threshold. A warning message is issued when the absolute value of the AirNet-calculated zone pressure exceeds ANPressWarn. Note the default for ANPressWarn conservatively large. 10 lb/ft2 is about 500 pascals -- a pressure that is probably impossible in a building. The intent of this value is to alert the user to incorrect modeling inputs while avoiding excessive messages.
417
+
418
+
<%= member_table(
419
+
units: "lb/ft2",
420
+
legal_range: "x $\\gt$ 0",
421
+
default: "10",
422
+
required: "No",
423
+
variability: "constant") %>
424
+
425
+
**ANPressErr=*float***
426
+
427
+
AirNet pressure error threshold. The simulation terminates with a message if the absolute value of any AirNet-calculated zone pressure exceeds ANPressErr. Note the default value for ANPressErr is physically unrealistic. 30 lb/ft2 is about 1500 pascals -- a pressure that would never be possible in a building. The intent of this value is to prevent simulation crashes due to numerical errors in AirNet calculations.
428
+
429
+
<%= member_table(
430
+
units: "lb/ft2",
431
+
legal_range: "x $\\gt$ 0",
432
+
default: "30",
433
+
required: "No",
434
+
variability: "constant") %>
435
+
436
+
414
437
The ASHWAT complex fenestration model used when WINDOW wnModel=ASHWAT yields several heat transfer results that are accurate over local ranges of conditions. Several values control when these value are recalculated. If any of the specified values changes more than the associated threshold, a full ASHWAT calculation is triggered. Otherwise, prior results are used. ASHWAT calculations are computationally expensive and conditions often change only incrementally between time steps.
0 commit comments