Sha256: 8e1c59fed9b431d5c669226242c3d6e88cc01f30f7cb0ccf8294407ac43e8bcd
Contents?: true
Size: 572 Bytes
Versions: 20
Compression:
Stored size: 572 Bytes
Contents
class DOERefPre1980 < ASHRAE901 # @!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