Sha256: 3f50d543b030b870229b4c3ca47f06729946bcdfad09aaa2a3ca9104f28a0f06

Contents?: true

Size: 500 Bytes

Versions: 4

Compression:

Stored size: 500 Bytes

Contents

# *******************************************************************************
# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
# See also https://openstudio.net/license
# *******************************************************************************

class OpenStudio::Model::SolarCollectorPerformancePhotovoltaicThermalSimple
  def performanceCharacteristics
    effs = []
    effs << [thermalConversionEfficiency, 'Thermal Conversion Efficiency']
    return effs
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openstudio-common-measures-0.11.0 lib/measures/openstudio_results/resources/Siz.SolarCollectorPerformancePhotovoltaicThermalSimple.rb
openstudio-common-measures-0.10.0 lib/measures/openstudio_results/resources/Siz.SolarCollectorPerformancePhotovoltaicThermalSimple.rb
openstudio-common-measures-0.9.0 lib/measures/openstudio_results/resources/Siz.SolarCollectorPerformancePhotovoltaicThermalSimple.rb
openstudio-common-measures-0.8.0 lib/measures/openstudio_results/resources/Siz.SolarCollectorPerformancePhotovoltaicThermalSimple.rb