Sha256: d07fce70d92861753dac010648b03b6a4adcf860a7c08ce86b110eb4ee2c8abf
Contents?: true
Size: 562 Bytes
Versions: 20
Compression:
Stored size: 562 Bytes
Contents
class CBES < Standard # @!group refrigeration # Determine the latent case credit curve to use for walkins. # @todo Should probably use the model_add_refrigeration_walkin and lookups from the spreadsheet instead of hard-coded values. # # @param model [OpenStudio::Model::Model] OpenStudio model object # @return [String] curve name def model_walkin_freezer_latent_case_credit_curve(model) latent_case_credit_curve_name = 'Single Shelf Horizontal Latent Energy Multiplier_Pre2004' return latent_case_credit_curve_name end end
Version data entries
20 entries across 20 versions & 1 rubygems