Submission for measure SWHC005 Water-Cooled Chiller#72
Closed
simularis wants to merge 13 commits intosound-data:mainfrom
Closed
Submission for measure SWHC005 Water-Cooled Chiller#72simularis wants to merge 13 commits intosound-data:mainfrom
simularis wants to merge 13 commits intosound-data:mainfrom
Conversation
Contributor
Author
|
Savings for screw chiller remain questionable, so we are going to comment out the TechIDs corresponding to screw chillers. The definitions for those TechIDs will be visible in the cases files, but they should be replaced if there is a future revision to the screw chiller model setup. |
simularis
added a commit
to simularis/DEER-Prototypes-EnergyPlus
that referenced
this pull request
May 2, 2025
Develop SWHC005 Title 24 Update This pull request includes commits from and supersedes sound-data#72. Cumulative setup description: - Measure setup for water cooled chillers in measure folder "commercial measures/SWHC020-06 Air Cooled Chiller" Initial work (2024) - Added water-cooled chiller performance curve definitions from Energy Solutions research and from EnergyPlus library file "[chiller.idf](https://github.com/NREL/EnergyPlus/tree/develop/datasets)". - Added new parameter `(chw_)wc_option` to allow switching water-cooled chiller object type from Chiller:Electric:ReformulatedEIR to Chiller:Electric:EIR (in the `chw.pxt` template). - Added new parameter `(chw_)chiller_eir_fplr_type` to support Lift type EIR curve as a function of PLR. Initially, we do not propose linking this to chiller_model (in chw.pxt). - Introduced query file for collecting data for IPLV and chiller cooling capacity (query_wcc.txt). - Measure setup for chillers reflects distinct offerings varying by chiller type, capacity, and tier since code requirements vary by chiller type and capacity. Revisions (2025) - Apply 2025 Title 24 updates to SWHC005. - Tech runs for screw type chiller are defined but skipped for simulation. ### Performance curves proposed to add to chw.pxt Measure case performance curve candidates - "Model 9 WC Chiller" (ReformEIRChiller type, EIR_fPLR curve type = Lift, curves provided by email Energy Solutions) - "Model 7 WC Chiller" (ReformEIRChiller type, EIR_fPLR curve type = Lift, curves provided by email Energy Solutions) Base case performance curve candidates from EnergyPlus dataset chillers.idf - Added "WC Cent Carrier 19XR 1234kW/5.39COP/VSD" (ElectricEIRChiller type) - Added "WC Trane RTHB 1051kW/5.05COP/Valve" (ElectricEIRChiller type) - Added "ReformEIRChiller WC Cent Carrier 19XR 1234kW/5.39COP/VSD" (ReformEIRChiller type) - Added "ReformEIRChiller Screw WC Carrier 23XL 1062kW/5.50COP/Valve" (ReformEIRChiller type) ### Internal review unresolved comments, critical - None ### Internal review unresolved comments, wishlist - Model setup for screw type chiller not included in this submission
15 tasks
Contributor
Author
|
I created new pull request #108 to reflect significant changes in 2025 and archive the original setup in this pull request. This pull request no longer needs to be reviewed. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request (PR) Description
This pull request includes a measure setup for SWHC005 Water-Cooled Chiller. For this measure, we have made the following setup:
wc_option) to allow switching water-cooled chiller object type from Chiller:Electric:ReformulatedEIR to Chiller:Electric:EIR (in chw.pxt)chiller_plr_curve) to support importing chillers from EPlus library. Initially, we do not propose linking this tochiller_model(in chw.pxt)Why we need new performance curves and how we selected them
Why we need new parameters
Main contributor: @behzadsalimian
QC by @simularis
We consulted @wsjsxn regarding the measure case performance curves
PR Author
PR Reviewer