| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(DirectAirProps), | private, | ALLOCATABLE, DIMENSION(:) | :: | DirectAir | |||
| integer, | private | :: | NumDirectAir | = | 0 | ||
| logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | CheckEquipName |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=MaxNameLength), | public | :: | cObjectName | = | ' ' | ||
| character(len=MaxNameLength), | public | :: | EquipID | = | ' ' | ||
| character(len=MaxNameLength), | public | :: | Schedule | = | ' ' | ||
| integer, | public | :: | ZoneSupplyAirNode | = | 0 | ||
| integer, | public | :: | SchedPtr | = | 0 | ||
| real(kind=r64), | public | :: | MaxAirVolFlowRate | = | 0.0d0 | ||
| real(kind=r64), | public | :: | AirMassFlowRateMax | = | 0.0d0 | ||
| real(kind=r64), | public | :: | InitMaxAvailMassFlow | = | 0.0d0 | ||
| real(kind=r64), | public | :: | AirMassFlowFraction | = | 0.0d0 | ||
| integer, | public | :: | ZoneEquipAirInletNode | = | 0 | ||
| real(kind=r64), | public | :: | SensOutputProvided | = | 0.0d0 | ||
| logical, | public | :: | EMSOverrideAirFlow | = | .FALSE. | ||
| real(kind=r64), | public | :: | EMSMassFlowRateValue | = | 0.0D0 | ||
| real(kind=r64), | public | :: | HeatRate | = | 0.0d0 | ||
| real(kind=r64), | public | :: | CoolRate | = | 0.0d0 | ||
| real(kind=r64), | public | :: | HeatEnergy | = | 0.0d0 | ||
| real(kind=r64), | public | :: | CoolEnergy | = | 0.0d0 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | EquipName | |||
| integer, | intent(in) | :: | ControlledZoneNum | |||
| logical, | intent(in) | :: | FirstHVACIteration | |||
| real(kind=r64), | intent(inout) | :: | SensOutputProvided | |||
| real(kind=r64), | intent(out) | :: | LatOutputProvided | |||
| integer, | intent(inout) | :: | CompIndex |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | DirectAirNum | |||
| logical, | intent(in) | :: | FirstHVACIteration |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | DirectAirNum |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | DirectAirNum | |||
| integer, | intent(in) | :: | ControlledZoneNum | |||
| real(kind=r64), | intent(inout) | :: | SensOutputProvided | |||
| real(kind=r64), | intent(out) | :: | LatOutputProvided |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer | :: | DirectAirNum |