Sha256: 84d86f3febe82a06eb9dc280d8375ad59d73f93a996f53d36829047afdced4b2
Contents?: true
Size: 1.07 KB
Versions: 54
Compression:
Stored size: 1.07 KB
Contents
# open the class to add methods to return sizing values class OpenStudio::Model::AirLoopHVACUnitaryHeatCoolVAVChangeoverBypass # Sets all auto-sizeable fields to autosize def autosize OpenStudio::logFree(OpenStudio::Warn, "openstudio.sizing.AirLoopHVACUnitaryHeatCoolVAVChangeoverBypass", ".autosize not yet implemented for #{self.iddObject.type.valueDescription}.") end # Takes the values calculated by the EnergyPlus sizing routines # and puts them into this object model in place of the autosized fields. # Must have previously completed a run with sql output for this to work. def applySizingValues OpenStudio::logFree(OpenStudio::Warn, "openstudio.sizing.AirLoopHVACUnitaryHeatCoolVAVChangeoverBypass", ".applySizingValues not yet implemented for #{self.iddObject.type.valueDescription}.") end # returns the autosized design supply air flow rate as an optional double # def autosizedDesignSupplyAirFlowRate # return self.model.getAutosizedValue(self, 'Design Supply Air Flow Rate', 'm3/s') # end end
Version data entries
54 entries across 54 versions & 1 rubygems