Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.45 KB

File metadata and controls

26 lines (20 loc) · 1.45 KB

Airside System - Rule 10-10

Schema Version: 0.0.23 Mandatory Rule: False
Rule ID: 10-10
Rule Description: Where no heating system exists or no heating system has been submitted with design documents, the proposed building system type shall be the same system as modeled in the baseline building design and shall comply with but not exceed the requirements of Section 6.
Rule Assertion: P-RMR = B-RMR
Appendix G Section: Table G3.1 Section 10 proposed column c.
90.1 Section Reference: None

Data Lookup: None

Evaluation Context: Evaluate each HeatingVentilatingAirConditioningSystem Data Group

Applicability Checks: None

Function Calls:

  1. get_proposed_hvac_modeled_with_virtual_heating()

Rule Logic:

Applicability Check 1:

  • Call function to get list of applicable HVAC systems due to virtual heating being modeled in the proposed per G3.1-10 c:applicable_HVAC_systems_heating_list_p = get_proposed_hvac_modeled_with_virtual_heating(U_RMR,P_RMR)
  • For each hvac system in applicable_HVAC_systems_heating_list_p: for hvac_p in applicable_HVAC_systems_heating_list_p:
    Rule Assertion:
    • Case 1: For applicable HVAC system: outcome == "UNDETERMINED" and raise_message "Check that the proposed heating system type is modeled with the same type as the baseline building design model and that it complies with but does not exceed the requirements of Section 6.""`

Back