Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private, | parameter | :: | ZoneDehumidUnit | = | 1 | |
integer, | private, | parameter | :: | CondensateDiscarded | = | 1001 | |
integer, | private, | parameter | :: | CondensateToTank | = | 1002 | |
type(ZoneDehumidifierData), | private, | ALLOCATABLE, DIMENSION(:) | :: | ZoneDehumid | |||
integer, | private | :: | NumDehumidifiers | = | 0 | ||
logical, | private | :: | GetInputFlag | = | .TRUE. | ||
logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | CheckEquipName |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
character(len=MaxNameLength), | public | :: | UnitType | = | ' ' | ||
integer, | public | :: | UnitType_Num | = | 0 | ||
integer, | public | :: | SchedPtr | = | 0 | ||
real(kind=r64), | public | :: | RatedWaterRemoval | = | 0.0d0 | ||
real(kind=r64), | public | :: | RatedEnergyFactor | = | 0.0d0 | ||
real(kind=r64), | public | :: | RatedAirVolFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | RatedAirMassFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | MinInletAirTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | MaxInletAirTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | InletAirMassFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutletAirEnthalpy | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutletAirHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | OffCycleParasiticLoad | = | 0.0d0 | ||
integer, | public | :: | AirInletNodeNum | = | 0 | ||
integer, | public | :: | AirOutletNodeNum | = | 0 | ||
integer, | public | :: | WaterRemovalCurveIndex | = | 0 | ||
integer, | public | :: | WaterRemovalCurveType | = | 0 | ||
integer, | public | :: | WaterRemovalCurveErrorCount | = | 0 | ||
integer, | public | :: | WaterRemovalCurveErrorIndex | = | 0 | ||
integer, | public | :: | EnergyFactorCurveIndex | = | 0 | ||
integer, | public | :: | EnergyFactorCurveType | = | 0 | ||
integer, | public | :: | EnergyFactorCurveErrorCount | = | 0 | ||
integer, | public | :: | EnergyFactorCurveErrorIndex | = | 0 | ||
integer, | public | :: | PartLoadCurveIndex | = | 0 | ||
integer, | public | :: | PartLoadCurveType | = | 0 | ||
integer, | public | :: | LowPLFErrorCount | = | 0 | ||
integer, | public | :: | LowPLFErrorIndex | = | 0 | ||
integer, | public | :: | HighPLFErrorCount | = | 0 | ||
integer, | public | :: | HighPLFErrorIndex | = | 0 | ||
integer, | public | :: | HighRTFErrorCount | = | 0 | ||
integer, | public | :: | HighRTFErrorIndex | = | 0 | ||
integer, | public | :: | PLFPLRErrorCount | = | 0 | ||
integer, | public | :: | PLFPLRErrorIndex | = | 0 | ||
integer, | public | :: | CondensateCollectMode | = | CondensateDiscarded | ||
character(len=MaxNameLength), | public | :: | CondensateCollectName | = | ' ' | ||
integer, | public | :: | CondensateTankID | = | 0 | ||
integer, | public | :: | CondensateTankSupplyARRID | = | 0 | ||
real(kind=r64), | public | :: | SensHeatingRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | SensHeatingEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | WaterRemovalRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | WaterRemoved | = | 0.0d0 | ||
real(kind=r64), | public | :: | ElecPower | = | 0.0d0 | ||
real(kind=r64), | public | :: | ElecConsumption | = | 0.0d0 | ||
real(kind=r64), | public | :: | DehumidPLR | = | 0.0d0 | ||
real(kind=r64), | public | :: | DehumidRTF | = | 0.0d0 | ||
real(kind=r64), | public | :: | DehumidCondVolFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | DehumidCondVol | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutletAirTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | OffCycleParasiticElecPower | = | 0.0d0 | ||
real(kind=r64), | public | :: | OffCycleParasiticElecCons | = | 0.0d0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | NodeNumber |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CompName | |||
integer, | intent(in) | :: | ZoneNum | |||
logical, | intent(in) | :: | FirstHVACIteration | |||
real(kind=r64), | intent(out) | :: | QSensOut | |||
real(kind=r64), | intent(out) | :: | QLatOut | |||
integer, | intent(inout) | :: | CompIndex |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ZoneDehumNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ZoneDehumNum | |||
real(kind=r64), | intent(in) | :: | QZnDehumidReq | |||
real(kind=r64), | intent(out) | :: | SensibleOutput | |||
real(kind=r64), | intent(out) | :: | LatentOutput |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ZoneDehumNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | DehumidNum |