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