Skip to content

Commit

Permalink
update toc
Browse files Browse the repository at this point in the history
  • Loading branch information
weilixu committed Sep 6, 2024
1 parent 189388a commit 3809147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/_toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ These conventions are used in all RDS below, and the logic of evaluating rules f
* [get_building_segment_SWH_bat](ruleset_functions/get_building_segment_SWH_bat.md): This function determines the SWH BAT for the given building segment.
* [get_SWH_components_associated_with_each_SWH_bat](ruleset_functions/get_SWH_components_associated_with_each_SWH_bat.md): This function gets all the SWH equipment connected to a particular SWH use type. The information is stored in a dictionary where the keys are the ServiceWaterHeatingSpaceOptions2019ASHRAE901 and values are a dictionary giving the ServiceWaterHeatingDistributionSystem, ServiceWaterHeatingEquipment, and Pumps connected to the particular use type. There is also an entry for the total energy required to heat all SWH uses for a year: "EnergyRequired"
* [get_SWH_components_associated_with_each_swh_distribution_system](ruleset_functions/get_swh_components_associated_with_each_swh_distribution_system.md): This function gets all the SWH equipment connected to a SWH distribution system. The information is stored in a dictionary where the keys are the SWH Distribution System Ids and values are a dictionary giving the ServiceWaterHeatingEquipment, and Pumps connected to the particular SWH distribution system.
* [get_swh_equipment_type](ruleset_functions/get_swh_equipment_type.md): This function determines whether the swh equipment type is one of: (ELECTRIC_RESISTANCE_INSTANTANEOUS, ELECTRIC_RESISTANCE_STORAGE, GAS_STORAGE, OTHER)

### G3.1.1 Exception Check Functions
* [does_zone_meet_G3_1_1c](ruleset_functions/G311_exceptions/does_zone_meet_G3_1_1d.md): Determines whether a given zone meets the G3_1_1c exception "If the baseline HVAC system type is 5, 6, 7, 8 use separate single-zone systems conforming with the requirements of system 3 or system 4 (depending on building heating source) for any spaces that have occupancy or process loads or schedules that differ significantly from the rest of the building. Peak thermal loads that differ by 10 Btu/h·ft2 (2.930710 W/sf) or more from the average of other spaces served by the system, or schedules that differ by more than 40 equivalent full-load hours per week from other spaces served by the system, are considered to differ significantly. Examples where this exception may be applicable include but are not limited to natatoriums and continually occupied security areas. This exception does not apply to computer rooms."
Expand Down
2 changes: 1 addition & 1 deletion docs/ruleset_functions/get_swh_equipment_type.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## get_swh_equipment_type

## Description: This function determines whether the swh equipment type is one of: (ELECTRIC_RESISTANCE_INSTANTANEOUS, ELECTRIC_RESISTANCE_STORAGE, GAS_STORAGE, OTHER)
Description: This function determines whether the swh equipment type is one of: (ELECTRIC_RESISTANCE_INSTANTANEOUS, ELECTRIC_RESISTANCE_STORAGE, GAS_STORAGE, OTHER)

## Inputs:
- **RMD**
Expand Down

0 comments on commit 3809147

Please sign in to comment.