Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private, | SAVE | :: | NumExhaustAbsorbers | = | 0 | |
type(ExhaustAbsorberSpecs), | private, | ALLOCATABLE, DIMENSION(:) | :: | ExhaustAbsorber | |||
type(ReportVars), | private, | ALLOCATABLE, DIMENSION(:) | :: | ExhaustAbsorberReport | |||
logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | CheckEquipName |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | Available | = | .false. | ||
logical, | public | :: | ON | = | .false. | ||
logical, | public | :: | InCoolingMode | = | .FALSE. | ||
logical, | public | :: | InHeatingMode | = | .FALSE. | ||
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
real(kind=r64), | public | :: | NomCoolingCap | = | 0.0d0 | ||
real(kind=r64), | public | :: | NomHeatCoolRatio | = | 0.0d0 | ||
real(kind=r64), | public | :: | ThermalEnergyCoolRatio | = | 0.0d0 | ||
real(kind=r64), | public | :: | ThermalEnergyHeatRatio | = | 0.0d0 | ||
real(kind=r64), | public | :: | ElecCoolRatio | = | 0.0d0 | ||
real(kind=r64), | public | :: | ElecHeatRatio | = | 0.0d0 | ||
integer, | public | :: | ChillReturnNodeNum | = | 0 | ||
integer, | public | :: | ChillSupplyNodeNum | = | 0 | ||
logical, | public | :: | ChillSetpointErrDone | = | .FALSE. | ||
logical, | public | :: | ChillSetpointSetToLoop | = | .FALSE. | ||
integer, | public | :: | CondReturnNodeNum | = | 0 | ||
integer, | public | :: | CondSupplyNodeNum | = | 0 | ||
integer, | public | :: | HeatReturnNodeNum | = | 0 | ||
integer, | public | :: | HeatSupplyNodeNum | = | 0 | ||
logical, | public | :: | HeatSetpointErrDone | = | .FALSE. | ||
logical, | public | :: | HeatSetpointSetToLoop | = | .FALSE. | ||
real(kind=r64), | public | :: | MinPartLoadRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | MaxPartLoadRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | OptPartLoadRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | TempDesCondReturn | = | 0.0d0 | ||
real(kind=r64), | public | :: | TempDesCHWSupply | = | 0.0d0 | ||
real(kind=r64), | public | :: | EvapVolFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondVolFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatVolFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | SizFac | = | 0.0d0 | ||
integer, | public | :: | CoolCapFTCurve | = | 0 | ||
integer, | public | :: | ThermalEnergyCoolFTCurve | = | 0 | ||
integer, | public | :: | ThermalEnergyCoolFPLRCurve | = | 0 | ||
integer, | public | :: | ElecCoolFTCurve | = | 0 | ||
integer, | public | :: | ElecCoolFPLRCurve | = | 0 | ||
integer, | public | :: | HeatCapFCoolCurve | = | 0 | ||
integer, | public | :: | ThermalEnergyHeatFHPLRCurve | = | 0 | ||
logical, | public | :: | isEnterCondensTemp | = | .false. | ||
logical, | public | :: | isWaterCooled | = | .false. | ||
real(kind=r64), | public | :: | CHWLowLimitTemp | = | 0.0d0 | ||
integer, | public | :: | ExhaustAirInletNodeNum | ||||
real(kind=r64), | public | :: | DesCondMassFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesHeatMassFlowRate | = | 0.d0 | ||
real(kind=r64), | public | :: | DesEvapMassFlowRate | = | 0.d0 | ||
integer, | public | :: | DeltaTempCoolErrCount | = | 0 | ||
integer, | public | :: | DeltaTempHeatErrCount | = | 0 | ||
integer, | public | :: | CondErrCount | = | 0 | ||
logical, | public | :: | PossibleSubCooling | = | .false. | ||
integer, | public | :: | CWLoopNum | = | 0 | ||
integer, | public | :: | CWLoopSideNum | = | 0 | ||
integer, | public | :: | CWBranchNum | = | 0 | ||
integer, | public | :: | CWCompNum | = | 0 | ||
integer, | public | :: | CDLoopNum | = | 0 | ||
integer, | public | :: | CDLoopSideNum | = | 0 | ||
integer, | public | :: | CDBranchNum | = | 0 | ||
integer, | public | :: | CDCompNum | = | 0 | ||
integer, | public | :: | HWLoopNum | = | 0 | ||
integer, | public | :: | HWLoopSideNum | = | 0 | ||
integer, | public | :: | HWBranchNum | = | 0 | ||
integer, | public | :: | HWCompNum | = | 0 | ||
integer, | public | :: | CompType_Num | = | 0 | ||
integer, | public | :: | ExhTempLTAbsLeavingTempIndex | = | 0 | ||
integer, | public | :: | ExhTempLTAbsLeavingHeatingTempIndex | = | 0 | ||
character(len=MaxNameLength), | public | :: | TypeOf | = | ' ' | ||
character(len=MaxNameLength), | public | :: | ExhuastSourceName | = | ' ' |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=r64), | public | :: | CoolingLoad | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolingEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatingLoad | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatingEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | TowerLoad | = | 0.0d0 | ||
real(kind=r64), | public | :: | TowerEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | ThermalEnergyUseRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | ThermalEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolThermalEnergyUseRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolThermalEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatThermalEnergyUseRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatThermalEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | ElectricPower | = | 0.0d0 | ||
real(kind=r64), | public | :: | ElectricEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolElectricPower | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolElectricEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatElectricPower | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatElectricEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | ChillReturnTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | ChillSupplyTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | ChillWaterFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondReturnTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondSupplyTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondWaterFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | HotWaterReturnTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HotWaterSupplyTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HotWaterFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolPartLoadRatio | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatPartLoadRatio | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolingCapacity | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatingCapacity | = | 0.0d0 | ||
real(kind=r64), | public | :: | FractionOfPeriodRunning | = | 0.0d0 | ||
real(kind=r64), | public | :: | ThermalEnergyCOP | = | 0.0d0 | ||
real(kind=r64), | public | :: | ExhaustInTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | ExhaustInFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | ExhHeatRecPotentialHeat | = | 0.0d0 | ||
real(kind=r64), | public | :: | ExhHeatRecPotentialCool | = | 0.0d0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | AbsorberType | |||
character(len=*), | intent(in) | :: | AbsorberName | |||
integer, | intent(in) | :: | EquipFlowCtrl | |||
integer, | intent(inout) | :: | CompIndex | |||
logical, | intent(in) | :: | RunFlag | |||
logical, | intent(in) | :: | FirstIteration | |||
logical, | intent(inout) | :: | InitLoopEquip | |||
real(kind=r64), | intent(inout) | :: | MyLoad | |||
integer, | intent(in) | :: | BranchInletNodeNum | |||
real(kind=r64), | intent(out) | :: | MaxCap | |||
real(kind=r64), | intent(out) | :: | MinCap | |||
real(kind=r64), | intent(out) | :: | OptCap | |||
logical, | intent(in) | :: | GetSizingFactor | |||
real(kind=r64), | intent(out) | :: | SizingFactor |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ChillNum | |||
logical, | intent(in) | :: | RunFlag |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ChillNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | ChillNum | ||||
real(kind=r64) | :: | MyLoad | ||||
logical, | intent(in) | :: | RunFlag |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | ChillNum | ||||
real(kind=r64) | :: | MyLoad | ||||
logical, | intent(in) | :: | RunFlag |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | MyLoad | |||
logical, | intent(in) | :: | RunFlag | |||
integer, | intent(in) | :: | ChillNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | MyLoad | |||
logical, | intent(in) | :: | RunFlag | |||
integer, | intent(in) | :: | ChillNum |