Sha256: e58c1fdefa198990e4e4fb9484df01f5ee52d80fb9011254c5c315f1807d0fed
Contents?: true
Size: 424 Bytes
Versions: 8
Compression:
Stored size: 424 Bytes
Contents
class DOERefPre1980 < ASHRAE901 # @!group PlantLoop # Determine if temperature reset is required. # Not required for the older DOE buildings. # # @param plant_loop [OpenStudio::Model::PlantLoop] plant loop # @return [Boolean] returns true if required, false if not def plant_loop_supply_water_temperature_reset_required?(plant_loop) reset_required = false return reset_required end end
Version data entries
8 entries across 8 versions & 1 rubygems