Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | CurrentMode | = | 0 | ||
real(kind=r64), | public | :: | ChillerPartLoadRatio | = | 0.0d0 | ||
real(kind=r64), | public | :: | ChillerCyclingRatio | = | 0.0d0 | ||
real(kind=r64), | public | :: | ChillerFalseLoad | = | 0.0d0 | ||
real(kind=r64), | public | :: | ChillerFalseLoadRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolingPower | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatingPower | = | 0.0d0 | ||
real(kind=r64), | public | :: | QEvap | = | 0.0d0 | ||
real(kind=r64), | public | :: | QCond | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolingEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatingEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | EvapEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondInletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | EvapInletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondOutletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | EvapOutletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | Evapmdot | = | 0.0d0 | ||
real(kind=r64), | public | :: | Condmdot | = | 0.0d0 | ||
real(kind=r64), | public | :: | ActualCOP | = | 0.0d0 | ||
real(kind=r64), | public | :: | ChillerCapFT | = | 0.0d0 | ||
real(kind=r64), | public | :: | ChillerEIRFT | = | 0.0d0 | ||
real(kind=r64), | public | :: | ChillerEIRFPLR | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondenserFanPowerUse | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondenserFanEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondenserFanEnergyConsumption | = | 0.0d0 | ||
real(kind=r64), | public | :: | ChillerPartLoadRatioSimul | = | 0.0d0 | ||
real(kind=r64), | public | :: | ChillerCyclingRatioSimul | = | 0.0d0 | ||
real(kind=r64), | public | :: | ChillerFalseLoadSimul | = | 0.0d0 | ||
real(kind=r64), | public | :: | ChillerFalseLoadRateSimul | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolingPowerSimul | = | 0.0d0 | ||
real(kind=r64), | public | :: | QEvapSimul | = | 0.0d0 | ||
real(kind=r64), | public | :: | QCondSimul | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolingEnergySimul | = | 0.0d0 | ||
real(kind=r64), | public | :: | EvapEnergySimul | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondEnergySimul | = | 0.0d0 | ||
real(kind=r64), | public | :: | EvapInletTempSimul | = | 0.0d0 | ||
real(kind=r64), | public | :: | EvapOutletTempSimul | = | 0.0d0 | ||
real(kind=r64), | public | :: | EvapmdotSimul | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondInletTempSimul | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondOutletTempSimul | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondmdotSimul | = | 0.0d0 | ||
real(kind=r64), | public | :: | ChillerCapFTSimul | = | 0.0d0 | ||
real(kind=r64), | public | :: | ChillerEIRFTSimul | = | 0.0d0 | ||
real(kind=r64), | public | :: | ChillerEIRFPLRSimul | = | 0.0d0 |
TYPE CHReportVars
INTEGER :: CurrentMode = 0 ! 0-off; 1-cooling only; 2-heating-only; 3-simutaneouls heat/cool
REAL(r64) :: ChillerPartLoadRatio = 0.0d0 ! Chiller PLR (Load/Capacity)
REAL(r64) :: ChillerCyclingRatio = 0.0d0 ! Chiller cycling ratio (time on/time step)
REAL(r64) :: ChillerFalseLoad = 0.0d0 ! Chiller false load over and above water side load [J]
REAL(r64) :: ChillerFalseLoadRate = 0.0d0 ! Chiller false load rate over and above water side load [W]
REAL(r64) :: CoolingPower = 0.0d0 ! Chiller power, W
REAL(r64) :: HeatingPower = 0.0d0 ! Chiller power, W
REAL(r64) :: QEvap = 0.0d0 ! Evaporator heat transfer rate [W]
REAL(r64) :: QCond = 0.0d0 ! Condenser heat transfer rate [W]
REAL(r64) :: CoolingEnergy = 0.0d0 ! Chiller electric consumption [J]
REAL(r64) :: HeatingEnergy = 0.0d0 ! Chiller electric consumption [J]
REAL(r64) :: EvapEnergy = 0.0d0 ! Evaporator heat transfer energy [J]
REAL(r64) :: CondEnergy = 0.0d0 ! Condenser heat transfer energy [J]
REAL(r64) :: CondInletTemp = 0.0d0 ! Condenser inlet temperature [C]
REAL(r64) :: EvapInletTemp = 0.0d0 ! Evaporator inlet temperature [C]
REAL(r64) :: CondOutletTemp = 0.0d0 ! Condenser outlet temperature [C]
REAL(r64) :: EvapOutletTemp = 0.0d0 ! Evaporator outlet temperature [C]
REAL(r64) :: Evapmdot = 0.0d0 ! Evaporator mass flow rate [kg/s]
REAL(r64) :: Condmdot = 0.0d0 ! Condenser mass flow rate [kg/s]
REAL(r64) :: ActualCOP = 0.0d0 ! Coefficient of performance
REAL(r64) :: ChillerCapFT = 0.0d0 ! Chiller capacity curve output value
REAL(r64) :: ChillerEIRFT = 0.0d0 ! Chiller EIRFT curve output value
REAL(r64) :: ChillerEIRFPLR = 0.0d0 ! Chiller EIRFPLR curve output value
REAL(r64) :: CondenserFanPowerUse = 0.0d0 ! Air-cooled condenser fan power [W]
REAL(r64) :: CondenserFanEnergy = 0.0d0 ! Air-cooled condenser fan energy [J]
REAL(r64) :: CondenserFanEnergyConsumption= 0.0d0 ! ""Should be checked"" For now, leave it
REAL(r64) :: ChillerPartLoadRatioSimul = 0.0d0 ! Chiller PLR (Load/Capacity) for simul clg/htg mode
REAL(r64) :: ChillerCyclingRatioSimul = 0.0d0 ! Chiller cycling ratio (time on/time step) for simul clg/htg mode
REAL(r64) :: ChillerFalseLoadSimul = 0.0d0 ! Chiller false load for simul clg/htg mode [J]
REAL(r64) :: ChillerFalseLoadRateSimul = 0.0d0 ! Chiller false load rate for simul clg/htg mode [W]
REAL(r64) :: CoolingPowerSimul = 0.0d0 ! Chiller power for simul clg/htg mode [W]
REAL(r64) :: QEvapSimul = 0.0d0 ! Evaporator heat transfer rate for simul clg/htg mode [W]
REAL(r64) :: QCondSimul = 0.0d0 ! Evaporator heat transfer rate for simul clg/htg mode [W]
REAL(r64) :: CoolingEnergySimul = 0.0d0 ! Chiller electric consumption for simul clg/htg mode [J]
REAL(r64) :: EvapEnergySimul = 0.0d0 ! Evaporator heat transfer energy for simul clg/htg mode [J]
REAL(r64) :: CondEnergySimul = 0.0d0 ! Condenser heat transfer energy for simul clg/htg mode [J]
REAL(r64) :: EvapInletTempSimul = 0.0d0 ! Evaporator inlet temperature for simul clg/htg mode [C]
REAL(r64) :: EvapOutletTempSimul = 0.0d0 ! Evaporator outlet temperature for simul clg/htg mode [C]
REAL(r64) :: EvapmdotSimul = 0.0d0 ! Evaporator mass flow rate for simul clg/htg mode [kg/s]
REAL(r64) :: CondInletTempSimul = 0.0d0 ! Condenser inlet temperature for simul clg/htg mode [C]
REAL(r64) :: CondOutletTempSimul = 0.0d0 ! Condenser outlet temperature for simul clg/htg mode [C]
REAL(r64) :: CondmdotSimul = 0.0d0 ! Condenser mass flow rate for simul clg/htg mode [kg/s]
REAL(r64) :: ChillerCapFTSimul = 0.0d0 ! Chiller capacity curve output value for simul clg/htg mode
REAL(r64) :: ChillerEIRFTSimul = 0.0d0 ! Chiller EIRFT curve output value for simul clg/htg mode
REAL(r64) :: ChillerEIRFPLRSimul = 0.0d0 ! Chiller EIRFPLR curve output value for simul clg/htg mode
END TYPE CHReportVars