Sha256: f0ec946cd77c72fafa1d673d7ef0abe48fb2a06e44d0f392aa1a414780ba1794
Contents?: true
Size: 604 Bytes
Versions: 5
Compression:
Stored size: 604 Bytes
Contents
# ******************************************************************************* # OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC. # See also https://openstudio.net/license # ******************************************************************************* class OpenStudio::Model::CoilHeatingLowTempRadiantVarFlow def maxWaterFlowRate autosizedMaximumHotWaterFlow end def maxWaterFlowRateAutosized if autosizedMaximumHotWaterFlow.is_initialized return OpenStudio::OptionalBool.new(true) else return OpenStudio::OptionalBool.new(false) end end end
Version data entries
5 entries across 5 versions & 1 rubygems