Class: OpenStudio::Model::SolarCollectorPerformancePhotovoltaicThermalSimple

Inherits:
Object
  • Object
show all
Defined in:
lib/measures/openstudio_results/resources/Siz.SolarCollectorPerformancePhotovoltaicThermalSimple.rb

Overview

******************************************************************************* OpenStudio®, Copyright © Alliance for Sustainable Energy, LLC. See also openstudio.net/license *******************************************************************************

Instance Method Summary collapse

Instance Method Details

#performanceCharacteristicsObject



7
8
9
10
11
# File 'lib/measures/openstudio_results/resources/Siz.SolarCollectorPerformancePhotovoltaicThermalSimple.rb', line 7

def performanceCharacteristics
  effs = []
  effs << [thermalConversionEfficiency, 'Thermal Conversion Efficiency']
  return effs
end