-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1578 from pnnl/RS/JDJ/rule11-10
RS/JDJ/Rule 11-10
- Loading branch information
Showing
14 changed files
with
2,375 additions
and
22 deletions.
There are no files selected for viewing
130 changes: 130 additions & 0 deletions
130
rct229/rulesets/ashrae9012019/data/ashrae_90_1_table_7_8.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
{ | ||
"service_water_heater_efficiency": [ | ||
{ | ||
"Equipment Type": "Electric storage water heater", | ||
"Capacity min": { | ||
"value": 12, | ||
"unit": "kW", | ||
"inclusive": true | ||
}, | ||
"Capacity max": { | ||
"value": 9999, | ||
"unit": "kW", | ||
"inclusive": false | ||
}, | ||
"Draw Pattern": "", | ||
"Efficiency": { | ||
"equation": "0.3 + 27/v", | ||
"metric": "STANDBY_LOSS_FRACTION" | ||
} | ||
}, | ||
{ | ||
"Equipment Type": "Gas storage water heater", | ||
"Capacity min": { | ||
"value": 75000, | ||
"unit": "Btu/h", | ||
"inclusive": false | ||
}, | ||
"Capacity max": { | ||
"value": 105000, | ||
"unit": "Btu/h", | ||
"inclusive": true | ||
}, | ||
"Draw Pattern": "Very small", | ||
"Efficiency": { | ||
"equation": "0.2674 - 0.0009*v", | ||
"metric": "UNIFORM_ENERGY_FACTOR" | ||
} | ||
}, | ||
{ | ||
"Equipment Type": "Gas storage water heater", | ||
"Capacity min": { | ||
"value": 75000, | ||
"unit": "Btu/h", | ||
"inclusive": false | ||
}, | ||
"Capacity max": { | ||
"value": 105000, | ||
"unit": "Btu/h", | ||
"inclusive": true | ||
}, | ||
"Draw Pattern": "Low", | ||
"Efficiency": { | ||
"equation": "0.5362 - 0.0012*v", | ||
"metric": "UNIFORM_ENERGY_FACTOR" | ||
} | ||
}, | ||
{ | ||
"Equipment Type": "Gas storage water heater", | ||
"Capacity min": { | ||
"value": 75000, | ||
"unit": "Btu/h", | ||
"inclusive": false | ||
}, | ||
"Capacity max": { | ||
"value": 105000, | ||
"unit": "Btu/h", | ||
"inclusive": true | ||
}, | ||
"Draw Pattern": "Medium", | ||
"Efficiency": { | ||
"equation": "0.6002 - 0.0011*v", | ||
"metric": "UNIFORM_ENERGY_FACTOR" | ||
} | ||
}, | ||
{ | ||
"Equipment Type": "Gas storage water heater", | ||
"Capacity min": { | ||
"value": 75000, | ||
"unit": "Btu/h", | ||
"inclusive": false | ||
}, | ||
"Capacity max": { | ||
"value": 105000, | ||
"unit": "Btu/h", | ||
"inclusive": true | ||
}, | ||
"Draw Pattern": "High", | ||
"Efficiency": { | ||
"equation": "0.6597 - 0.0009*v", | ||
"metric": "UNIFORM_ENERGY_FACTOR" | ||
} | ||
}, | ||
{ | ||
"Equipment Type": "Gas storage water heater", | ||
"Capacity min": { | ||
"value": 105000, | ||
"unit": "Btu/h", | ||
"inclusive": false | ||
}, | ||
"Capacity max": { | ||
"value": 9999999, | ||
"unit": "Btu/h", | ||
"inclusive": true | ||
}, | ||
"Draw Pattern": "", | ||
"Efficiency": { | ||
"equation": "0.80", | ||
"metric": "THERMAL_EFFICIENCY" | ||
} | ||
}, | ||
{ | ||
"Equipment Type": "Gas storage water heater", | ||
"Capacity min": { | ||
"value": 105000, | ||
"unit": "Btu/h", | ||
"inclusive": false | ||
}, | ||
"Capacity max": { | ||
"value": 9999999, | ||
"unit": "Btu/h", | ||
"inclusive": true | ||
}, | ||
"Draw Pattern": "", | ||
"Efficiency": { | ||
"equation": "q/800 + 110*v**0.5", | ||
"metric": "STANDBY_LOSS_ENERGY" | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.