Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
186 changes: 186 additions & 0 deletions rct229/ruletest_engine/ruletest_jsons/ashrae9012022/ENV/rule_5_45.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,186 @@
{
"rule-5-45-a": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Juan - The surface 1 in both case (b) and (b) is unregulated type. Could we make the surface not unregulated?

"Section": 5,
"Rule": 45,
"Test": "a",
"standard": {
"ruleset": "ashrae9012022",
"rule_id": "5-45",
"ruleset_reference": "Table G3.1 Section 5(j) Baseline",
"rule_description": "The baseline above-grade wall surfaces shall be modeled with a thermal emittance of 0.90.",
"applicable_rmr": "Baseline Model",
"rule_assertion": "=",
"comparison_value": "Expected Value",
"primary_rule": "Full",
"schema_version": "0.1.7"
},
"test_description": "A project with one building segment has one space with an above grade, conditioned wall. The wall's thermal absorptance is equal to 0.9, in agreement with Table G3.1. Section 5(j).",
"expected_rule_outcome": "pass",
"rmd_transformations": {
"baseline": {
"id": "RPD 1",
"ruleset_model_descriptions": [
{
"weather": {
"climate_zone": "CZ4A",
"data_source_type": "OTHER"
},
"id": "RMD 1",
"buildings": [
{
"id": "Building 1",
"building_segments": [
{
"id": "Building Segment 1",
"zones": [
{
"id": "Zone 1",
"spaces": [
{
"id": "Space 1",
"lighting_space_type": "PARKING_AREA_INTERIOR",
"floor_area": 23.225759999999998
}
],
"terminals": [
{
"id": "Terminal 1",
"served_by_heating_ventilating_air_conditioning_system": "HVAC 1"
}
],
"surfaces": [
{
"id": "Surface 1",
"adjacent_to": "EXTERIOR",
"tilt": 90,
"area": 9.290303999999999,
"optical_properties": {
"id": "Optical Properties 1",
"absorptance_thermal_exterior": 0.9
},
"construction": "Construction 1"
}
]
}
],
"heating_ventilating_air_conditioning_systems": [
{
"id": "HVAC 1",
"cooling_system": {
"id": "Cooling System 1",
"design_sensible_cool_capacity": 42204.0
},
"heating_system": {
"id": "Heating System 1",
"design_capacity": 10257.488888888889
}
}
]
}
]
}
],
"constructions": [
{
"id": "Construction 1"
}
],
"type": "BASELINE_0"
}
]
}
}
},
"rule-5-45-b": {
"Section": 5,
"Rule": 45,
"Test": "b",
"standard": {
"ruleset": "ashrae9012022",
"rule_id": "5-45",
"ruleset_reference": "Table G3.1 Section 5(j) Baseline",
"rule_description": "The baseline above-grade wall surfaces shall be modeled with a thermal emittance of 0.90.",
"applicable_rmr": "Baseline Model",
"rule_assertion": "=",
"comparison_value": "Expected Value",
"primary_rule": "Full",
"schema_version": "0.1.7"
},
"test_description": "A project with one building segment has one space with an above grade, conditioned wall. The wall's thermal absorptance is equal to 0.7, in disagreement with Table G3.1. Section 5(j).",
"expected_rule_outcome": "fail",
"rmd_transformations": {
"baseline": {
"id": "RPD 1",
"ruleset_model_descriptions": [
{
"weather": {
"climate_zone": "CZ4A",
"data_source_type": "OTHER"
},
"id": "RMD 1",
"buildings": [
{
"id": "Building 1",
"building_segments": [
{
"id": "Building Segment 1",
"zones": [
{
"id": "Zone 1",
"spaces": [
{
"id": "Space 1",
"lighting_space_type": "PARKING_AREA_INTERIOR",
"floor_area": 23.225759999999998
}
],
"terminals": [
{
"id": "Terminal 1",
"served_by_heating_ventilating_air_conditioning_system": "HVAC 1"
}
],
"surfaces": [
{
"id": "Surface 1",
"adjacent_to": "EXTERIOR",
"tilt": 90,
"area": 9.290303999999999,
"optical_properties": {
"id": "Optical Properties 1",
"absorptance_thermal_exterior": 0.7
},
"construction": "Construction 1"
}
]
}
],
"heating_ventilating_air_conditioning_systems": [
{
"id": "HVAC 1",
"cooling_system": {
"id": "Cooling System 1",
"design_sensible_cool_capacity": 42204.0
},
"heating_system": {
"id": "Heating System 1",
"design_capacity": 10257.488888888889
}
}
]
}
]
}
],
"constructions": [
{
"id": "Construction 1"
}
],
"type": "BASELINE_0"
}
]
}
}
}
}
Loading