Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | parameter | :: | NumOAFlowMethods | = | 6 | |
integer, | public, | parameter | :: | OAFlowNone | = | 0 | |
integer, | public, | parameter | :: | OAFlowPPer | = | 1 | |
integer, | public, | parameter | :: | OAFlow | = | 2 | |
integer, | public, | parameter | :: | OAFlowPerArea | = | 3 | |
integer, | public, | parameter | :: | OAFlowACH | = | 4 | |
integer, | public, | parameter | :: | OAFlowSum | = | 5 | |
integer, | public, | parameter | :: | OAFlowMax | = | 6 | |
character(len=*), | public, | parameter, DIMENSION(NumOAFlowMethods) | :: | cOAFlowMethodTypes | = | (/'Flow/Person ', 'Flow/Zone ', 'Flow/Area ', 'AirChanges/Hour', 'Sum ', 'Maximum '/) | |
integer, | public, | parameter | :: | AllOA | = | 1 | |
integer, | public, | parameter | :: | MinOA | = | 2 | |
integer, | public, | parameter | :: | HeatingLoop | = | 1 | |
integer, | public, | parameter | :: | CoolingLoop | = | 2 | |
integer, | public, | parameter | :: | CondenserLoop | = | 3 | |
integer, | public, | parameter | :: | SteamLoop | = | 4 | |
integer, | public, | parameter | :: | NonCoincident | = | 1 | |
integer, | public, | parameter | :: | Coincident | = | 2 | |
integer, | public, | parameter | :: | SupplyAirTemperature | = | 1 | |
integer, | public, | parameter | :: | TemperatureDifference | = | 2 | |
integer, | public, | parameter | :: | FromDDCalc | = | 1 | |
integer, | public, | parameter | :: | InpDesAirFlow | = | 2 | |
integer, | public, | parameter | :: | DesAirFlowWithLim | = | 3 | |
integer, | public, | parameter | :: | Sensible | = | 0 | |
integer, | public, | parameter | :: | Latent | = | 1 | |
integer, | public, | parameter | :: | Total | = | 2 | |
integer, | public, | parameter | :: | Ventilation | = | 3 | |
real(kind=r64), | public, | parameter | :: | AutoSize | = | -99999.0d0 | |
character(len=*), | public, | parameter | :: | PeakHrMinFmt | = | "(I2.2,':',I2.2,':00')" | |
integer, | public, | parameter | :: | ZOAM_FlowPerPerson | = | 1 | |
integer, | public, | parameter | :: | ZOAM_FlowPerZone | = | 2 | |
integer, | public, | parameter | :: | ZOAM_FlowPerArea | = | 3 | |
integer, | public, | parameter | :: | ZOAM_FlowPerACH | = | 4 | |
integer, | public, | parameter | :: | ZOAM_Sum | = | 5 | |
integer, | public, | parameter | :: | ZOAM_Max | = | 6 | |
integer, | public, | parameter | :: | SOAM_ZoneSum | = | 1 | |
integer, | public, | parameter | :: | SOAM_VRP | = | 2 | |
integer, | public, | parameter | :: | SOAM_IAQP | = | 3 | |
integer, | public, | parameter | :: | SOAM_ProportionalControl | = | 4 | |
integer, | public, | parameter | :: | SOAM_IAQPGC | = | 5 | |
integer, | public, | parameter | :: | SOAM_IAQPCOM | = | 6 | |
type(OARequirementsData), | public, | ALLOCATABLE, DIMENSION(:) | :: | OARequirements | |||
type(ZoneAirDistributionData), | public, | ALLOCATABLE, DIMENSION(:) | :: | ZoneAirDistribution | |||
type(ZoneSizingInputData), | public, | ALLOCATABLE, DIMENSION(:) | :: | ZoneSizingInput | |||
type(ZoneSizingData), | public, | ALLOCATABLE, DIMENSION(:,:) | :: | ZoneSizing | |||
type(ZoneSizingData), | public, | ALLOCATABLE, DIMENSION(:) | :: | FinalZoneSizing | |||
type(ZoneSizingData), | public, | ALLOCATABLE, DIMENSION(:,:) | :: | CalcZoneSizing | |||
type(ZoneSizingData), | public, | ALLOCATABLE, DIMENSION(:) | :: | CalcFinalZoneSizing | |||
type(ZoneSizingData), | public, | ALLOCATABLE, DIMENSION(:) | :: | TermUnitFinalZoneSizing | |||
type(SystemSizingInputData), | public, | ALLOCATABLE, DIMENSION(:) | :: | SysSizInput | |||
type(SystemSizingData), | public, | ALLOCATABLE, DIMENSION(:,:) | :: | SysSizing | |||
type(SystemSizingData), | public, | ALLOCATABLE, DIMENSION(:) | :: | FinalSysSizing | |||
type(SystemSizingData), | public, | ALLOCATABLE, DIMENSION(:) | :: | CalcSysSizing | |||
type(TermUnitSizingData), | public, | ALLOCATABLE, DIMENSION(:) | :: | TermUnitSizing | |||
type(ZoneEqSizingData), | public, | ALLOCATABLE, DIMENSION(:) | :: | ZoneEqSizing | |||
type(ZoneEqSizingData), | public, | ALLOCATABLE, DIMENSION(:) | :: | UnitarySysEqSizing | |||
type(ZoneEqSizingData), | public, | ALLOCATABLE, DIMENSION(:) | :: | OASysEqSizing | |||
type(PlantSizingData), | public, | ALLOCATABLE, DIMENSION(:) | :: | PlantSizData | |||
type(DesDayWeathData), | public, | ALLOCATABLE, DIMENSION(:) | :: | DesDayWeath | |||
type(CompDesWaterFlowData), | public, | ALLOCATABLE, DIMENSION(:) | :: | CompDesWaterFlow | |||
integer, | public | :: | NumOARequirements | = | 0 | ||
integer, | public | :: | NumZoneAirDistribution | = | 0 | ||
integer, | public | :: | NumZoneSizingInput | = | 0 | ||
integer, | public | :: | NumSysSizInput | = | 0 | ||
integer, | public | :: | NumPltSizInput | = | 0 | ||
integer, | public | :: | CurSysNum | = | 0 | ||
integer, | public | :: | CurOASysNum | = | 0 | ||
integer, | public | :: | CurZoneEqNum | = | 0 | ||
integer, | public | :: | CurBranchNum | = | 0 | ||
integer, | public | :: | CurDuctType | = | 0 | ||
integer, | public | :: | CurLoopNum | = | 0 | ||
integer, | public | :: | CurCondLoopNum | = | 0 | ||
integer, | public | :: | CurEnvirNumSimDay | = | 0 | ||
integer, | public | :: | CurOverallSimDay | = | 0 | ||
integer, | public | :: | NumTimeStepsInAvg | = | 0 | ||
integer, | public | :: | SaveNumPlantComps | = | 0 | ||
logical, | public | :: | TermUnitSingDuct | = | .FALSE. | ||
logical, | public | :: | TermUnitPIU | = | .FALSE. | ||
logical, | public | :: | TermUnitIU | = | .FALSE. | ||
logical, | public | :: | ZoneEqFanCoil | = | .FALSE. | ||
logical, | public | :: | ZoneEqDXCoil | = | .FALSE. | ||
logical, | public | :: | ZoneCoolingOnlyFan | = | .FALSE. | ||
logical, | public | :: | ZoneHeatingOnlyFan | = | .FALSE. | ||
logical, | public | :: | SysSizingRunDone | = | .FALSE. | ||
logical, | public | :: | ZoneSizingRunDone | = | .FALSE. | ||
real(kind=r64), | public | :: | AutoVsHardSizingThreshold | = | 0.1d0 | ||
real(kind=r64), | public | :: | AutoVsHardSizingDeltaTempThreshold | = | 1.5d0 | ||
real(kind=r64), | public | :: | DXCoolCap | = | 0.0d0 | ||
real(kind=r64), | public | :: | UnitaryHeatCap | = | 0.0d0 | ||
real(kind=r64), | public | :: | SuppHeatCap | = | 0.0d0 | ||
real(kind=r64), | public | :: | GlobalHeatSizingFactor | = | 0.0d0 | ||
real(kind=r64), | public | :: | GlobalCoolSizingFactor | = | 0.0d0 | ||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | ZoneSizThermSetPtHi | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | ZoneSizThermSetPtLo | |||
character(len=15), | public, | ALLOCATABLE, DIMENSION(:) | :: | CoolPeakDateHrMin | |||
character(len=15), | public, | ALLOCATABLE, DIMENSION(:) | :: | HeatPeakDateHrMin | |||
character(len=1), | public | :: | SizingFileColSep | = | ' ' |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | ZoneName | = | ' ' | ||
integer, | public | :: | ZoneNum | = | 0 | ||
integer, | public | :: | ZnCoolDgnSAMethod | = | 0 | ||
integer, | public | :: | ZnHeatDgnSAMethod | = | 0 | ||
real(kind=r64), | public | :: | CoolDesTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatDesTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolDesTempDiff | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatDesTempDiff | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolDesHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatDesHumRat | = | 0.0d0 | ||
character(len=MaxNameLength), | public | :: | DesignSpecOAObjName | = | ' ' | ||
integer, | public | :: | OADesMethod | = | 0 | ||
real(kind=r64), | public | :: | DesOAFlowPPer | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesOAFlowPerArea | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesOAFlow | = | 0.0d0 | ||
integer, | public | :: | CoolAirDesMethod | = | 0 | ||
real(kind=r64), | public | :: | DesCoolAirFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesCoolMinAirFlowPerArea | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesCoolMinAirFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesCoolMinAirFlowFrac | = | 0.0d0 | ||
integer, | public | :: | HeatAirDesMethod | = | 0 | ||
real(kind=r64), | public | :: | DesHeatAirFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesHeatMaxAirFlowPerArea | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesHeatMaxAirFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesHeatMaxAirFlowFrac | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatSizingFactor | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolSizingFactor | = | 0.0d0 | ||
real(kind=r64), | public | :: | ZoneADEffCooling | = | 1.0d0 | ||
real(kind=r64), | public | :: | ZoneADEffHeating | = | 1.0d0 | ||
character(len=MaxNameLength), | public | :: | ZoneAirDistEffObjName | = | ' ' | ||
integer, | public | :: | ZoneAirDistributionIndex | = | 0 | ||
integer, | public | :: | ZoneDesignSpecOAIndex | = | 0 | ||
real(kind=r64), | public | :: | ZoneSecondaryRecirculation | = | 0.0d0 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | ZoneName | = | ' ' | ||
character(len=MaxNameLength), | public | :: | CoolDesDay | = | ' ' | ||
character(len=MaxNameLength), | public | :: | HeatDesDay | = | ' ' | ||
integer, | public | :: | ZnCoolDgnSAMethod | = | 0 | ||
integer, | public | :: | ZnHeatDgnSAMethod | = | 0 | ||
real(kind=r64), | public | :: | CoolDesTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatDesTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolDesTempDiff | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatDesTempDiff | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolDesHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatDesHumRat | = | 0.0d0 | ||
integer, | public | :: | ZoneDesignSpecOAIndex | = | 0 | ||
integer, | public | :: | OADesMethod | = | 0 | ||
real(kind=r64), | public | :: | DesOAFlowPPer | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesOAFlowPerArea | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesOAFlow | = | 0.0d0 | ||
integer, | public | :: | CoolAirDesMethod | = | 0 | ||
real(kind=r64), | public | :: | InpDesCoolAirFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesCoolMinAirFlowPerArea | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesCoolMinAirFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesCoolMinAirFlowFrac | = | 0.0d0 | ||
integer, | public | :: | HeatAirDesMethod | = | 0 | ||
real(kind=r64), | public | :: | InpDesHeatAirFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesHeatMaxAirFlowPerArea | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesHeatMaxAirFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesHeatMaxAirFlowFrac | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatSizingFactor | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolSizingFactor | = | 0.0d0 | ||
integer, | public | :: | ActualZoneNum | = | 0 | ||
integer, | public | :: | SupplyAirNode | = | 0 | ||
real(kind=r64), | public | :: | DesHeatMassFlow | = | 0.0d0 | ||
logical, | public | :: | EMSOverrideDesHeatMassOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSValueDesHeatMassFlow | = | 0.0D0 | ||
real(kind=r64), | public | :: | DesCoolMassFlow | = | 0.0d0 | ||
logical, | public | :: | EMSOverrideDesCoolMassOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSValueDesCoolMassFlow | = | 0.0D0 | ||
real(kind=r64), | public | :: | DesHeatLoad | = | 0.0d0 | ||
logical, | public | :: | EMSOverrideDesHeatLoadOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSValueDesHeatLoad | = | 0.0D0 | ||
real(kind=r64), | public | :: | DesCoolLoad | = | 0.0d0 | ||
logical, | public | :: | EMSOverrideDesCoolLoadOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSValueDesCoolLoad | = | 0.0D0 | ||
real(kind=r64), | public | :: | DesHeatDens | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesCoolDens | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesHeatVolFlow | = | 0.0d0 | ||
logical, | public | :: | EMSOverrideDesHeatVolOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSValueDesHeatVolFlow | = | 0.0D0 | ||
real(kind=r64), | public | :: | DesCoolVolFlow | = | 0.0d0 | ||
logical, | public | :: | EMSOverrideDesCoolVolOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSValueDesCoolVolFlow | = | 0.0D0 | ||
real(kind=r64), | public | :: | DesHeatVolFlowMax | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesCoolVolFlowMin | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesHeatCoilInTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesCoolCoilInTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesHeatCoilInHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesCoolCoilInHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesHeatCoilInTempTU | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesCoolCoilInTempTU | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesHeatCoilInHumRatTU | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesCoolCoilInHumRatTU | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatMassFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolMassFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatLoad | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolLoad | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatZoneTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatOutTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatZoneRetTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatTstatTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolZoneTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolOutTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolZoneRetTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolTstatTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatZoneHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolZoneHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatOutHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolOutHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | ZoneTempAtHeatPeak | = | 0.0d0 | ||
real(kind=r64), | public | :: | ZoneRetTempAtHeatPeak | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutTempAtHeatPeak | = | 0.0d0 | ||
real(kind=r64), | public | :: | ZoneTempAtCoolPeak | = | 0.0d0 | ||
real(kind=r64), | public | :: | ZoneRetTempAtCoolPeak | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutTempAtCoolPeak | = | 0.0d0 | ||
real(kind=r64), | public | :: | ZoneHumRatAtHeatPeak | = | 0.0d0 | ||
real(kind=r64), | public | :: | ZoneHumRatAtCoolPeak | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutHumRatAtHeatPeak | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutHumRatAtCoolPeak | = | 0.0d0 | ||
integer, | public | :: | TimeStepNumAtHeatMax | = | 0 | ||
integer, | public | :: | TimeStepNumAtCoolMax | = | 0 | ||
integer, | public | :: | HeatDDNum | = | 0 | ||
integer, | public | :: | CoolDDNum | = | 0 | ||
character(len=8), | public | :: | cHeatDDDate | = | ' ' | ||
character(len=8), | public | :: | cCoolDDDate | = | ' ' | ||
real(kind=r64), | public | :: | MinOA | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesCoolMinAirFlow2 | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesHeatMaxAirFlow2 | = | 0.0d0 | ||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | HeatFlowSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CoolFlowSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | HeatLoadSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CoolLoadSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | HeatZoneTempSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | HeatOutTempSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | HeatZoneRetTempSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | HeatTstatTempSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | DesHeatSetPtSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CoolZoneTempSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CoolOutTempSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CoolZoneRetTempSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CoolTstatTempSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | DesCoolSetPtSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | HeatZoneHumRatSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CoolZoneHumRatSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | HeatOutHumRatSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CoolOutHumRatSeq | |||
real(kind=r64), | public | :: | ZoneADEffCooling | = | 1.0d0 | ||
real(kind=r64), | public | :: | ZoneADEffHeating | = | 1.0d0 | ||
real(kind=r64), | public | :: | ZoneSecondaryRecirculation | = | 0.0d0 | ||
real(kind=r64), | public | :: | ZonePrimaryAirFraction | = | 0.0d0 | ||
real(kind=r64), | public | :: | ZonePrimaryAirFractionHtg | = | 0.0d0 | ||
real(kind=r64), | public | :: | ZoneOAFracCooling | = | 0.0d0 | ||
real(kind=r64), | public | :: | ZoneOAFracHeating | = | 0.0d0 | ||
real(kind=r64), | public | :: | TotalOAFromPeople | = | 0.0d0 | ||
real(kind=r64), | public | :: | TotalOAFromArea | = | 0.0d0 | ||
real(kind=r64), | public | :: | TotPeopleInZone | = | 0.0d0 | ||
real(kind=r64), | public | :: | TotalZoneFloorArea | = | 0.0d0 | ||
real(kind=r64), | public | :: | ZonePeakOccupancy | = | 0.0d0 | ||
real(kind=r64), | public | :: | SupplyAirAdjustFactor | = | 1.0d0 | ||
real(kind=r64), | public | :: | ZpzClgByZone | = | 0.0d0 | ||
real(kind=r64), | public | :: | ZpzHtgByZone | = | 0.0d0 | ||
real(kind=r64), | public | :: | VozClgByZone | = | 0.0d0 | ||
real(kind=r64), | public | :: | VozHtgByZone | = | 0.0d0 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=r64), | public | :: | AirVolFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | MaxHWVolFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | MaxSTVolFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | MaxCWVolFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | MinFlowFrac | = | 0.0d0 | ||
real(kind=r64), | public | :: | InducRat | = | 0.0d0 | ||
logical, | public | :: | InducesPlenumAir | = | .FALSE. | ||
real(kind=r64), | public | :: | ReheatAirFlowMult | = | 1.0d0 | ||
real(kind=r64), | public | :: | ReheatLoadMult | = | 1.0d0 | ||
real(kind=r64), | public | :: | DesCoolingLoad | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesHeatingLoad | = | 0.0d0 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=r64), | public | :: | AirVolFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | MaxHWVolFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | MaxCWVolFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | OAVolFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesCoolingLoad | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesHeatingLoad | = | 0.0d0 | ||
logical, | public | :: | AirFlow | = | .FALSE. | ||
logical, | public | :: | Capacity | = | .FALSE. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | AirPriLoopName | = | ' ' | ||
integer, | public | :: | AirLoopNum | = | 0 | ||
integer, | public | :: | LoadSizeType | = | 0 | ||
integer, | public | :: | SizingOption | = | 0 | ||
integer, | public | :: | CoolOAOption | = | 0 | ||
integer, | public | :: | HeatOAOption | = | 0 | ||
real(kind=r64), | public | :: | DesOutAirVolFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | SysAirMinFlowRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | PreheatTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | PrecoolTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | PreheatHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | PrecoolHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolSupTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatSupTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolSupHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatSupHumRat | = | 0.0d0 | ||
integer, | public | :: | CoolAirDesMethod | = | 0 | ||
real(kind=r64), | public | :: | DesCoolAirFlow | = | 0.0d0 | ||
integer, | public | :: | HeatAirDesMethod | = | 0 | ||
real(kind=r64), | public | :: | DesHeatAirFlow | = | 0.0d0 | ||
integer, | public | :: | SystemOAMethod | = | 0 | ||
real(kind=r64), | public | :: | MaxZoneOAFraction | = | 0.0d0 | ||
logical, | public | :: | OAAutosized | = | .FALSE. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | AirPriLoopName | = | ' ' | ||
character(len=MaxNameLength), | public | :: | CoolDesDay | = | ' ' | ||
character(len=MaxNameLength), | public | :: | HeatDesDay | = | ' ' | ||
integer, | public | :: | LoadSizeType | = | 0 | ||
integer, | public | :: | SizingOption | = | 0 | ||
integer, | public | :: | CoolOAOption | = | 0 | ||
integer, | public | :: | HeatOAOption | = | 0 | ||
real(kind=r64), | public | :: | DesOutAirVolFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | SysAirMinFlowRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | PreheatTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | PrecoolTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | PreheatHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | PrecoolHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolSupTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatSupTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolSupHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatSupHumRat | = | 0.0d0 | ||
integer, | public | :: | CoolAirDesMethod | = | 0 | ||
integer, | public | :: | HeatAirDesMethod | = | 0 | ||
real(kind=r64), | public | :: | InpDesCoolAirFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | InpDesHeatAirFlow | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoinCoolMassFlow | = | 0.0d0 | ||
logical, | public | :: | EMSOverrideCoinCoolMassFlowOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSValueCoinCoolMassFlow | = | 0.0D0 | ||
real(kind=r64), | public | :: | CoinHeatMassFlow | = | 0.0d0 | ||
logical, | public | :: | EMSOverrideCoinHeatMassFlowOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSValueCoinHeatMassFlow | = | 0.0D0 | ||
real(kind=r64), | public | :: | NonCoinCoolMassFlow | = | 0.0d0 | ||
logical, | public | :: | EMSOverrideNonCoinCoolMassFlowOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSValueNonCoinCoolMassFlow | = | 0.0D0 | ||
real(kind=r64), | public | :: | NonCoinHeatMassFlow | = | 0.0d0 | ||
logical, | public | :: | EMSOverrideNonCoinHeatMassFlowOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSValueNonCoinHeatMassFlow | = | 0.0D0 | ||
real(kind=r64), | public | :: | DesMainVolFlow | = | 0.0d0 | ||
logical, | public | :: | EMSOverrideDesMainVolFlowOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSValueDesMainVolFlow | = | 0.0D0 | ||
real(kind=r64), | public | :: | DesHeatVolFlow | = | 0.0d0 | ||
logical, | public | :: | EMSOverrideDesHeatVolFlowOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSValueDesHeatVolFlow | = | 0.0D0 | ||
real(kind=r64), | public | :: | DesCoolVolFlow | = | 0.0d0 | ||
logical, | public | :: | EMSOverrideDesCoolVolFlowOn | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSValueDesCoolVolFlow | = | 0.0D0 | ||
real(kind=r64), | public | :: | SensCoolCap | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatCap | = | 0.0d0 | ||
real(kind=r64), | public | :: | PreheatCap | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolMixTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolMixHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolRetTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolRetHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolOutTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoolOutHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatMixTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatMixHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatRetTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatRetHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatOutTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatOutHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesCoolVolFlowMin | = | 0.0d0 | ||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | HeatFlowSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CoolFlowSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | SensCoolCapSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | HeatCapSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | PreHeatCapSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | SysCoolRetTempSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | SysCoolRetHumRatSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | SysHeatRetTempSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | SysHeatRetHumRatSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | SysCoolOutTempSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | SysCoolOutHumRatSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | SysHeatOutTempSeq | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | SysHeatOutHumRatSeq | |||
integer, | public | :: | SystemOAMethod | = | 0 | ||
real(kind=r64), | public | :: | MaxZoneOAFraction | = | 0.0d0 | ||
real(kind=r64), | public | :: | SysUncOA | = | 0.0d0 | ||
logical, | public | :: | OAAutosized | = | .FALSE. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | PlantLoopName | = | ' ' | ||
integer, | public | :: | LoopType | = | 0 | ||
real(kind=r64), | public | :: | ExitTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | DeltaT | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesVolFlowRate | = | 0.0d0 | ||
logical, | public | :: | VolFlowSizingDone | = | .FALSE. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=8), | public | :: | DateString | = | ' ' | ||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | Temp | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | HumRat | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | Press |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | SupNode | = | 0 | ||
real(kind=r64), | public | :: | DesVolFlowRate | = | 0.0d0 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
integer, | public | :: | OAFlowMethod | = | 0 | ||
real(kind=r64), | public | :: | OAFlowPerPerson | = | 0.0D0 | ||
real(kind=r64), | public | :: | OAFlowPerArea | = | 0.0D0 | ||
real(kind=r64), | public | :: | OAFlowPerZone | = | 0.0D0 | ||
real(kind=r64), | public | :: | OAFlowACH | = | 0.0D0 | ||
integer, | public | :: | OAFlowFracSchPtr | = | 0 | ||
real(kind=r64), | public | :: | MaxOAFractionSchValue | = | 0.0D0 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
character(len=MaxNameLength), | public | :: | ZoneADEffSchName | = | ' ' | ||
real(kind=r64), | public | :: | ZoneADEffCooling | = | 1.0D0 | ||
real(kind=r64), | public | :: | ZoneADEffHeating | = | 1.0D0 | ||
real(kind=r64), | public | :: | ZoneSecondaryRecirculation | = | 0.0D0 | ||
integer, | public | :: | ZoneADEffSchPtr | = | 0 |