-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consolidate and remove duplicated 90.1 PRM methods #1441
Labels
Comments
Copying @lymereJ's comments on duplicated PRM methods:
|
Thoughts on adding a "set curves" argument for the Standards methods (chiller and boiler curves)? The ashrae_90_1_prm version of model_apply_standard_constructions is more complete. Consider adopting this in Standards.Model.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Going through the code I noticed that several of the ASHRAE 90.1 PRM methods are functionally identical duplicates of methods already in standards.
For example, the hot water boiler methods
boiler_hot_water_find_search_criteria
andboiler_hot_water_standard_minimum_thermal_efficiency
are functionally identical to the generic Standards versions.There are other instances where including an extra optional argument would prevent having to overload the whole method with a specific 90.1 PRM version.
In the interest of keeping the codebase smaller and maintainable, this issue is to consolidate and remove such methods.
The text was updated successfully, but these errors were encountered: