Sha256: 2c976a86c3139c3169643ca8dfbe8d9409e16c73c3eb3e2ba8eafc9a1ebfc8e9
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
# open the class to add methods to return sizing values class OpenStudio::Model::CoilCoolingWaterToAirHeatPumpEquationFit # Sets all auto-sizeable fields to autosize def autosize OpenStudio::logFree(OpenStudio::Warn, "openstudio.sizing.CoilCoolingWaterToAirHeatPumpEquationFit", ".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.CoilCoolingWaterToAirHeatPumpEquationFit", ".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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openstudio-standards-0.1.0 | lib/openstudio-standards/hvac_sizing/HVACSizing.CoilCoolingWaterToAirHeatPumpEquationFit.rb |