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

Version Path
openstudio-standards-0.7.1 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.7.0 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.7.0.rc1 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.6.3 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.6.0.rc2 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.6.0.rc1 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.5.0 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.5.0.rc1 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.4.0 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.3.1.rc2 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.3.1.rc1 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.3.0 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.2.17.rc2 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.2.17.rc1 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.2.16 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.2.16.rc2 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.2.16.rc1 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.2.15 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.2.15.pre.rc2 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb
openstudio-standards-0.2.15.pre.rc1 lib/openstudio-standards/prototypes/cbes/cbes.refrigeration.rb