Class: OpenStudio::Model::EvaporativeFluidCoolerSingleSpeed
- Inherits:
-
Object
- Object
- OpenStudio::Model::EvaporativeFluidCoolerSingleSpeed
- Defined in:
- lib/openstudio-standards/hvac_sizing/Siz.EvaporativeFluidCoolerSingleSpeed.rb
Overview
open the class to add methods to return sizing values
Instance Method Summary collapse
-
#applySizingValues ⇒ Object
Takes the values calculated by the EnergyPlus sizing routines and puts them into this object model in place of the autosized fields.
-
#autosize ⇒ Object
Sets all auto-sizeable fields to autosize.
Instance Method Details
#applySizingValues ⇒ Object
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.
13 14 15 16 17 |
# File 'lib/openstudio-standards/hvac_sizing/Siz.EvaporativeFluidCoolerSingleSpeed.rb', line 13 def applySizingValues OpenStudio::logFree(OpenStudio::Warn, "openstudio.sizing.EvaporativeFluidCoolerSingleSpeed", ".applySizingValues not yet implemented for #{self.iddObject.type.valueDescription}.") end |
#autosize ⇒ Object
Sets all auto-sizeable fields to autosize
6 7 8 |
# File 'lib/openstudio-standards/hvac_sizing/Siz.EvaporativeFluidCoolerSingleSpeed.rb', line 6 def autosize OpenStudio::logFree(OpenStudio::Warn, "openstudio.sizing.EvaporativeFluidCoolerSingleSpeed", ".autosize not yet implemented for #{self.iddObject.type.valueDescription}.") end |