Sha256: 736dc0e31f63d7b9ede2410fdcd4fee97e3a77373cfb00640118a1efad5f268b

Contents?: true

Size: 680 Bytes

Versions: 24

Compression:

Stored size: 680 Bytes

Contents

class Standard
  # @!group ControllerWaterCoil

  # Sets the convergence tolerance to 0.0001 deltaC for all hot water coils.
  #
  # @return [Bool] returns true if successful, false if not
  # @ TODO: Figure out what the reason for this is,
  #   because it seems like a workaround for an E+ bug that was probably addressed long ago.
  def controller_water_coil_set_convergence_limits(controller_water_coil)
    controller_action = controller_water_coil.action
    if controller_action.is_initialized
      if controller_action.get == 'Normal'
        controller_water_coil.setControllerConvergenceTolerance(0.0001)
      end
    end

    return true
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
openstudio-standards-0.2.14 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.13 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.13.rc3 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.12 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.12.rc7 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.12.rc6 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.12.rc5 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.12.rc4 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.12.rc2 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.12.rc1 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.11 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.11.rc2 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.11.rc1 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.10 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.10.rc3 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.10.rc2 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.10.rc1 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.9 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.8 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb
openstudio-standards-0.2.7 lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb