TYPE HeatReclaimRefrigCondenserData
CHARACTER(len=MaxNameLength) :: Name = ' ' !Name of refrigeration system
INTEGER :: SourceType =0 !object type for refrigeration system
REAL(r64) :: AvailCapacity = 0.0d0 !Total available heat reclaim capacity
REAL(r64) :: AvailTemperature = 0.0d0 !Temperature of heat reclaim source
REAL(r64) :: UsedWaterHeater = 0.0d0 !amount of avail used at plant water heater
REAL(r64) :: UsedHVACCoil = 0.0d0 !amount of avail used at hvac coil
END TYPE HeatReclaimRefrigCondenserData