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
140 changes: 140 additions & 0 deletions rct229/ruletest_engine/ruletest_jsons/ashrae9012022/SHW/rule_11_5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
{
"rule-11-5-a": {
"Section": 11,
"Rule": 5,
"Test": "a",
"standard": {
"ruleset": "ashrae9012022",
"rule_id": "11-5",
"ruleset_reference": "Table G3.1 #11, proposed column, f",
"rule_description": "Piping losses shall not be modeled.",
"applicable_rmr": "Proposed Model",
"rule_assertion": "=",
"comparison_value": "Expected Value",
"mandatory_rule": "Yes",
"schema_version": "0.1.7"
},
"test_description": "A one story, single zone building has a service water heating system. The service heating system includes service water piping that is correctly modeled without thermal losses.",
"expected_rule_outcome": "pass",
"rmd_transformations": {
"proposed": {
"id": "ASHRAE229 1",
"ruleset_model_descriptions": [
{
"id": "RMD 1",
"buildings": [
{
"id": "Building 1",
"building_segments": [
{
"id": "Building Segment 1",
"zones": [
{
"id": "Thermal Zone 1",
"floor_name": "Floor1",
"spaces": [
{
"id": "Space 1",
"service_water_heating_area_type": "OFFICE",
"service_water_heating_uses": [
"SHW 1"
]
}
]
}
]
}
]
}
],
"service_water_heating_uses": [
{
"id": "SHW 1",
"served_by_distribution_system": "SHW Distribution 1"
}
],
"service_water_heating_distribution_systems": [
{
"id": "SHW Distribution 1",
"service_water_piping": {
"id": "SHW Piping 1",
"are_thermal_losses_modeled": false
}
}
],
"type": "PROPOSED"
}
]
}
}
},
"rule-11-5-b": {
"Section": 11,
"Rule": 5,
"Test": "b",
"standard": {
"ruleset": "ashrae9012022",
"rule_id": "11-5",
"ruleset_reference": "Table G3.1 #11, proposed column, f",
"rule_description": "Piping losses shall not be modeled.",
"applicable_rmr": "Proposed Model",
"rule_assertion": "=",
"comparison_value": "Expected Value",
"mandatory_rule": "Yes",
"schema_version": "0.1.7"
},
"test_description": "A one story, single zone building has a service water heating system. The service heating system includes service water piping that is incorrectly modeled with thermal losses.",
"expected_rule_outcome": "fail",
"rmd_transformations": {
"proposed": {
"id": "ASHRAE229 1",
"ruleset_model_descriptions": [
{
"id": "RMD 1",
"buildings": [
{
"id": "Building 1",
"building_segments": [
{
"id": "Building Segment 1",
"zones": [
{
"id": "Thermal Zone 1",
"floor_name": "Floor1",
"spaces": [
{
"id": "Space 1",
"service_water_heating_area_type": "OFFICE",
"service_water_heating_uses": [
"SHW 1"
]
}
]
}
]
}
]
}
],
"service_water_heating_uses": [
{
"id": "SHW 1",
"served_by_distribution_system": "SHW Distribution 1"
}
],
"service_water_heating_distribution_systems": [
{
"id": "SHW Distribution 1",
"service_water_piping": {
"id": "SHW Piping 1",
"are_thermal_losses_modeled": true
}
}
],
"type": "PROPOSED"
}
]
}
}
}
}
Loading