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
The location of the supply ducts. If not provided, the OS-HPXML default (see <ahref='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-distribution'>Air Distribution</a>) is used.
@@ -2850,7 +2839,7 @@ The location of the supply ducts. If not provided, the OS-HPXML default (see <a
2850
2839
2851
2840
**Ducts: Supply Insulation R-Value**
2852
2841
2853
-
The insulation r-value of the supply ducts excluding air films.
2842
+
The nominal insulation r-value of the supply ducts excluding air films. Use 0 for uninsulated ducts.
2854
2843
2855
2844
-**Name:**``ducts_supply_insulation_r``
2856
2845
-**Type:**``Double``
@@ -2900,6 +2889,30 @@ The fraction of supply ducts surface area in the given location. Only used if Su
2900
2889
2901
2890
<br/>
2902
2891
2892
+
**Ducts: Supply Fraction Rectangular**
2893
+
2894
+
The fraction of supply ducts that are rectangular (as opposed to round); this affects the duct effective R-value used for modeling. If not provided, the OS-HPXML default (see <ahref='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-distribution'>Air Distribution</a>) is used.
2895
+
2896
+
-**Name:**``ducts_supply_fraction_rectangular``
2897
+
-**Type:**``Double``
2898
+
2899
+
-**Units:**``frac``
2900
+
2901
+
-**Required:**``false``
2902
+
2903
+
<br/>
2904
+
2905
+
**Ducts: Return Leakage to Outside Value**
2906
+
2907
+
The leakage value to outside for the return ducts.
The location of the return ducts. If not provided, the OS-HPXML default (see <ahref='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-distribution'>Air Distribution</a>) is used.
@@ -2915,7 +2928,7 @@ The location of the return ducts. If not provided, the OS-HPXML default (see <a
2915
2928
2916
2929
**Ducts: Return Insulation R-Value**
2917
2930
2918
-
The insulation r-value of the return ducts excluding air films.
2931
+
The nominal insulation r-value of the return ducts excluding air films. Use 0 for uninsulated ducts.
2919
2932
2920
2933
-**Name:**``ducts_return_insulation_r``
2921
2934
-**Type:**``Double``
@@ -2978,6 +2991,19 @@ The number of return registers of the ducts. Only used to calculate default retu
2978
2991
2979
2992
<br/>
2980
2993
2994
+
**Ducts: Return Fraction Rectangular**
2995
+
2996
+
The fraction of return ducts that are rectangular (as opposed to round); this affects the duct effective R-value used for modeling. If not provided, the OS-HPXML default (see <ahref='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-distribution'>Air Distribution</a>) is used.
2997
+
2998
+
-**Name:**``ducts_return_fraction_rectangular``
2999
+
-**Type:**``Double``
3000
+
3001
+
-**Units:**``frac``
3002
+
3003
+
-**Required:**``false``
3004
+
3005
+
<br/>
3006
+
2981
3007
**Mechanical Ventilation: Fan Type**
2982
3008
2983
3009
The type of the mechanical ventilation. Use 'none' if there is no mechanical ventilation system.
arg.setDescription("The location of the supply ducts. If not provided, the OS-HPXML default (see <a href='#{docs_base_url}#air-distribution'>Air Distribution</a>) is used.")
arg.setDescription("The fraction of supply ducts that are rectangular (as opposed to round); this affects the duct effective R-value used for modeling. If not provided, the OS-HPXML default (see <a href='#{docs_base_url}#air-distribution'>Air Distribution</a>) is used.")
arg.setDescription("The location of the return ducts. If not provided, the OS-HPXML default (see <a href='#{docs_base_url}#air-distribution'>Air Distribution</a>) is used.")
arg.setDescription("The fraction of return ducts that are rectangular (as opposed to round); this affects the duct effective R-value used for modeling. If not provided, the OS-HPXML default (see <a href='#{docs_base_url}#air-distribution'>Air Distribution</a>) is used.")
<description>The fraction of supply ducts that are rectangular (as opposed to round); this affects the duct effective R-value used for modeling. If not provided, the OS-HPXML default (see <a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-distribution'>Air Distribution</a>) is used.</description>
<description>The fraction of return ducts that are rectangular (as opposed to round); this affects the duct effective R-value used for modeling. If not provided, the OS-HPXML default (see <a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#air-distribution'>Air Distribution</a>) is used.</description>
3776
+
<type>Double</type>
3777
+
<units>frac</units>
3778
+
<required>false</required>
3779
+
<model_dependent>false</model_dependent>
3780
+
</argument>
3763
3781
<argument>
3764
3782
<name>mech_vent_fan_type</name>
3765
3783
<display_name>Mechanical Ventilation: Fan Type</display_name>
Copy file name to clipboardExpand all lines: Changelog.md
+1
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ __New Features__
32
32
- Allows optional ground diffusivity input.
33
33
- Updates to using G-Functions from the [G-Function Library for Modeling Vertical Bore Ground Heat Exchanger](https://gdr.openei.org/submissions/1325).
34
34
- Updated heating/cooling performance curves to reflect newer equipment.
35
+
- Allows optional `Ducts/DuctShape` and `Ducts/DuctFractionRectangular` inputs, which affect duct effective R-value used for modeling.
- Adds optional `Slab/extension/GapInsulationRValue` input for cases where a slab has horizontal (under slab) insulation.
37
38
- Allows radiant barriers for additional locations (attic gable walls and floor); reduced emissivity due to dust assumed for radiant barriers on attic floor.
0 commit comments