class OpenStudio::Model::ZoneHVACLowTempRadiantVarFlow

Public Class Methods

iddObjectType() click to toggle source

@return [IddObjectType]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 8
def self.iddObjectType
end
new(model, schedule, hVACComponent, hVACComponent) click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 5
def self.new(model, schedule, hVACComponent, hVACComponent)
end
radiantSurfaceTypeValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 11
def self.radiantSurfaceTypeValues
end
temperatureControlTypeValues() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 14
def self.temperatureControlTypeValues
end

Public Instance Methods

addToThermalZone(thermalZone) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 98
def addToThermalZone(thermalZone)
end
autosizeHydronicTubingLength() click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 82
def autosizeHydronicTubingLength
end
availabilitySchedule() click to toggle source

@return [Schedule]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 17
def availabilitySchedule
end
circuitLength() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 56
def circuitLength
end
coolingCoil() click to toggle source

@return [HVACComponent]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 23
def coolingCoil
end
heatingCoil() click to toggle source

@return [HVACComponent]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 20
def heatingCoil
end
hydronicTubingInsideDiameter() click to toggle source

@return [Double]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 32
def hydronicTubingInsideDiameter
end
hydronicTubingLength() click to toggle source

@return [OptionalDouble]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 38
def hydronicTubingLength
end
isHydronicTubingInsideDiameterDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 35
def isHydronicTubingInsideDiameterDefaulted
end
isHydronicTubingLengthAutosized() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 44
def isHydronicTubingLengthAutosized
end
isHydronicTubingLengthDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 41
def isHydronicTubingLengthDefaulted
end
isTemperatureControlTypeDefaulted() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 50
def isTemperatureControlTypeDefaulted
end
numberofCircuits() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 53
def numberofCircuits
end
radiantSurfaceType() click to toggle source

@return [OptionalString]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 26
def radiantSurfaceType
end
removeFromThermalZone() click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 100
def removeFromThermalZone
end
resetHydronicTubingInsideDiameter() click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 75
def resetHydronicTubingInsideDiameter
end
resetHydronicTubingLength() click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 80
def resetHydronicTubingLength
end
resetRadiantSurfaceType() click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 64
def resetRadiantSurfaceType
end
resetTemperatureControlType() click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 87
def resetTemperatureControlType
end
setAvailabilitySchedule(schedule) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 59
def setAvailabilitySchedule(schedule)
end
setCircuitLength(double) click to toggle source
# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 92
def setCircuitLength(double)
end
setCoolingCoil(hVACComponent) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 70
def setCoolingCoil(hVACComponent)
end
setHeatingCoil(hVACComponent) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 67
def setHeatingCoil(hVACComponent)
end
setHydronicTubingInsideDiameter(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 73
def setHydronicTubingInsideDiameter(double)
end
setHydronicTubingLength(double) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 78
def setHydronicTubingLength(double)
end
setNumberofCircuits(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 90
def setNumberofCircuits(string)
end
setRadiantSurfaceType(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 62
def setRadiantSurfaceType(string)
end
setTemperatureControlType(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 85
def setTemperatureControlType(string)
end
surfaces() click to toggle source

@return [SurfaceVector]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 29
def surfaces
end
temperatureControlType() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 47
def temperatureControlType
end
thermalZone() click to toggle source

@return [OptionalThermalZone]

# File lib/openstudio-api-stubs/Classes/ZoneHVACLowTempRadiantVarFlow.rb, line 95
def thermalZone
end