| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | NumZonePlenums | = | 0 | ||
| integer, | public | :: | NumZoneReturnPlenums | = | 0 | ||
| integer, | public | :: | NumZoneSupplyPlenums | = | 0 | ||
| type(ZoneReturnPlenumConditions), | public, | ALLOCATABLE, DIMENSION(:) | :: | ZoneRetPlenCond | |||
| type(ZoneSupplyPlenumConditions), | public, | ALLOCATABLE, DIMENSION(:) | :: | ZoneSupPlenCond | |||
| logical, | public, | ALLOCATABLE, DIMENSION(:) | :: | CheckRetEquipName | |||
| logical, | public, | ALLOCATABLE, DIMENSION(:) | :: | CheckSupEquipName |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=MaxNameLength), | public | :: | ZonePlenumName | = | ' ' | ||
| character(len=MaxNameLength), | public | :: | ZoneName | = | ' ' | ||
| character(len=MaxNameLength), | public | :: | ZoneNodeName | = | ' ' | ||
| real(kind=r64), | public | :: | ZoneTemp | = | 0.0d0 | ||
| real(kind=r64), | public | :: | ZoneHumRat | = | 0.0d0 | ||
| real(kind=r64), | public | :: | ZoneEnthalpy | = | 0.0d0 | ||
| real(kind=r64), | public | :: | OutletTemp | = | 0.0d0 | ||
| real(kind=r64), | public | :: | OutletHumRat | = | 0.0d0 | ||
| real(kind=r64), | public | :: | OutletEnthalpy | = | 0.0d0 | ||
| real(kind=r64), | public | :: | OutletPressure | = | 0.0d0 | ||
| integer, | public | :: | ZoneNodeNum | = | 0 | ||
| integer, | public | :: | ActualZoneNum | = | 0 | ||
| integer, | public | :: | OutletNode | = | 0 | ||
| real(kind=r64), | public | :: | OutletMassFlowRate | = | 0.0d0 | ||
| real(kind=r64), | public | :: | OutletMassFlowRateMaxAvail | = | 0.0d0 | ||
| real(kind=r64), | public | :: | OutletMassFlowRateMinAvail | = | 0.0d0 | ||
| integer, | public | :: | NumInducedNodes | = | 0 | ||
| integer, | public, | DIMENSION(:), ALLOCATABLE | :: | InducedNode | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InducedMassFlowRate | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InducedMassFlowRateMaxAvail | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InducedMassFlowRateMinAvail | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InducedTemp | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InducedHumRat | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InducedEnthalpy | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InducedPressure | |||
| logical, | public | :: | InitFlag | = | .false. | ||
| integer, | public | :: | NumInletNodes | = | 0 | ||
| integer, | public, | DIMENSION(:), ALLOCATABLE | :: | InletNode | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InletMassFlowRate | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InletMassFlowRateMaxAvail | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InletMassFlowRateMinAvail | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InletTemp | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InletHumRat | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InletEnthalpy | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InletPressure | |||
| integer, | public, | DIMENSION(:), ALLOCATABLE | :: | ADUIndex | |||
| integer, | public | :: | NumADUs | ||||
| integer, | public, | DIMENSION(:), ALLOCATABLE | :: | ZoneEqNum |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=MaxNameLength), | public | :: | ZonePlenumName | = | ' ' | ||
| character(len=MaxNameLength), | public | :: | ZoneName | = | ' ' | ||
| character(len=MaxNameLength), | public | :: | ZoneNodeName | = | ' ' | ||
| real(kind=r64), | public | :: | ZoneTemp | = | 0.0d0 | ||
| real(kind=r64), | public | :: | ZoneHumRat | = | 0.0d0 | ||
| real(kind=r64), | public | :: | ZoneEnthalpy | = | 0.0d0 | ||
| real(kind=r64), | public | :: | InletTemp | = | 0.0d0 | ||
| real(kind=r64), | public | :: | InletHumRat | = | 0.0d0 | ||
| real(kind=r64), | public | :: | InletEnthalpy | = | 0.0d0 | ||
| real(kind=r64), | public | :: | InletPressure | = | 0.0d0 | ||
| integer, | public | :: | ZoneNodeNum | = | 0 | ||
| integer, | public | :: | ActualZoneNum | = | 0 | ||
| integer, | public | :: | InletNode | = | 0 | ||
| real(kind=r64), | public | :: | InletMassFlowRate | = | 0.0d0 | ||
| real(kind=r64), | public | :: | InletMassFlowRateMaxAvail | = | 0.0d0 | ||
| real(kind=r64), | public | :: | InletMassFlowRateMinAvail | = | 0.0d0 | ||
| logical, | public | :: | InitFlag | = | .false. | ||
| integer, | public | :: | NumOutletNodes | = | 0 | ||
| integer, | public, | DIMENSION(:), ALLOCATABLE | :: | OutletNode | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | OutletMassFlowRate | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | OutletMassFlowRateMaxAvail | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | OutletMassFlowRateMinAvail | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | OutletTemp | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | OutletHumRat | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | OutletEnthalpy | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | OutletPressure |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | CompName | |||
| integer, | intent(in) | :: | iCompType | |||
| integer, | intent(inout) | :: | CompIndex | |||
| logical, | intent(in), | optional | :: | FirstHVACIteration | ||
| logical, | intent(in), | optional | :: | FirstCall | ||
| logical, | optional | :: | PlenumInletChanged |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ZonePlenumNum |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ZonePlenumNum | |||
| logical, | intent(in) | :: | FirstHVACIteration | |||
| logical, | intent(in) | :: | FirstCall |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ZonePlenumNum |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ZonePlenumNum | |||
| logical, | intent(in) | :: | FirstCall |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ZonePlenumNum |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ZonePlenumNum | |||
| logical, | intent(inout) | :: | PlenumInletChanged | |||
| logical, | intent(in) | :: | FirstCall |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ZonePlenumNum |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ZonePlenumNum |