Skip to content

Commit

Permalink
remove prm boiler_hot_water_find_search_criteria
Browse files Browse the repository at this point in the history
returns the same values as boiler_hot_water_find_search_criteria in Standards.BoilerHotWater.rb
  • Loading branch information
mdahlhausen committed Aug 28, 2023
1 parent d2fa12e commit ccb3692
Showing 1 changed file with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
class ASHRAE901PRM < Standard
# @!group BoilerHotWater

# find search criteria
#
# @param boiler_hot_water [OpenStudio::Model::BoilerHotWater] hot water boiler object
# @return [Hash] used for standards_lookup_table(model)
def boiler_hot_water_find_search_criteria(boiler_hot_water)
# Define the criteria to find the boiler properties
# in the hvac standards data set.
search_criteria = {}
search_criteria['template'] = template

# Get fuel type
search_criteria['fuel_type'] = 'Gas'

# Get the fluid type
search_criteria['fluid_type'] = 'Hot Water'

return search_criteria
end

# Finds lookup object in standards and return minimum thermal efficiency
#
# @param boiler_hot_water [OpenStudio::Model::BoilerHotWater] hot water boiler object
Expand Down

0 comments on commit ccb3692

Please sign in to comment.