-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incorporating updates from nrcan branch (#1515)
* Add json file for compressor type of air cooled chiller for ECM HS14 * Add water cooled chiller type json for NECB and update name of chiller based on compressor type * Update initial name of water-cooled chiller in ECM HS14 Set name of 'Screw' chillers to 'Rotary Screw' Set default 'chiller_type' in file 'fuel_type_sets.json' to empty. In this case chiller type is set based on information in new file 'chiller_types.json'. Update standard method for setting efficiency and curves of water cooled electric chillers to deal with the situation when the chiller name doesn't have information on the chiller type. If the name doesn't have information on the chiller type then this will be set based on information from the new file 'chiller_types.json'. Modify method in class 'BTAPPRE1980' to modify name of chiller when the original name doesn't include a compressor type Update building regression tests osm files --------- Co-authored-by: khaddad <khaddad.energy.eng@gmail.com>
- Loading branch information
Showing
277 changed files
with
1,652,801 additions
and
1,652,123 deletions.
There are no files selected for viewing
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
25 changes: 25 additions & 0 deletions
25
lib/openstudio-standards/standards/necb/ECMS/data/chiller_types.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,25 @@ | ||
{ | ||
"tables": { | ||
"chiller_types_ecm": { | ||
"refs": [ | ||
"assumption" | ||
], | ||
"table": [ | ||
{ | ||
"cooling_type": "AirCooled", | ||
"compressor_type": "Scroll", | ||
"minimum_capacity": 0.0, | ||
"maximum_capacity": 150.0, | ||
"notes": "Chiller type set based on survey of major chiller manufacturers data" | ||
}, | ||
{ | ||
"cooling_type": "AirCooled", | ||
"compressor_type": "Rotary Screw", | ||
"minimum_capacity": 150.0, | ||
"maximum_capacity": 9999.0, | ||
"notes": "Chiller type set based on survey of major chiller manufacturers data" | ||
} | ||
] | ||
} | ||
} | ||
} |
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
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
32 changes: 32 additions & 0 deletions
32
lib/openstudio-standards/standards/necb/NECB2011/data/chiller_types.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,32 @@ | ||
{ | ||
"tables": { | ||
"chiller_types": { | ||
"refs": [ | ||
"assumption" | ||
], | ||
"table": [ | ||
{ | ||
"cooling_type": "WaterCooled", | ||
"compressor_type": "Scroll", | ||
"minimum_capacity": 0.0, | ||
"maximum_capacity": 30.0, | ||
"notes": "Chiller type set based on survey of major chiller manufacturer data" | ||
}, | ||
{ | ||
"cooling_type": "WaterCooled", | ||
"compressor_type": "Rotary Screw", | ||
"minimum_capacity": 30.0, | ||
"maximum_capacity": 200.0, | ||
"notes": "Chiller type set based on survey of major chiller manufacturer data" | ||
}, | ||
{ | ||
"cooling_type": "WaterCooled", | ||
"compressor_type": "Centrifugal", | ||
"minimum_capacity": 200.0, | ||
"maximum_capacity": 9999.0, | ||
"notes": "Chiller type set based on survey of major chiller manufacturer data" | ||
} | ||
] | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -296,4 +296,4 @@ | |
] | ||
} | ||
} | ||
} | ||
} |
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
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
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
Oops, something went wrong.