Nodes of different colours represent the following:
Solid arrows point from one derived type to another which extends (inherits from) it. Dashed arrows point from a derived type to another type containing it as a components, with a label listing the name(s) of said component(s). Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | DeviceHasInternalGains | = | .FALSE. | ||
integer, | public | :: | ZoneNum | = | 0 | ||
real(kind=r64), | public | :: | ConvectionGainRate | = | 0.d0 | ||
real(kind=r64), | public | :: | ReturnAirConvectionGainRate | = | 0.d0 | ||
real(kind=r64), | public | :: | ThermalRadiationGainRate | = | 0.d0 | ||
real(kind=r64), | public | :: | LatentGainRate | = | 0.d0 | ||
real(kind=r64), | public | :: | ReturnAirLatentGainRate | = | 0.d0 | ||
real(kind=r64), | public | :: | CarbonDioxideGainRate | = | 0.d0 | ||
real(kind=r64), | public | :: | GenericContamGainRate | = | 0.d0 |
TYPE ZoneInternalGainsStruct
LOGICAL :: DeviceHasInternalGains = .FALSE.
INTEGER :: ZoneNum = 0
REAL(r64) :: ConvectionGainRate = 0.d0
REAL(r64) :: ReturnAirConvectionGainRate = 0.d0
REAL(r64) :: ThermalRadiationGainRate = 0.d0
REAL(r64) :: LatentGainRate = 0.d0
REAL(r64) :: ReturnAirLatentGainRate = 0.d0
REAL(r64) :: CarbonDioxideGainRate = 0.d0
REAL(r64) :: GenericContamGainRate = 0.d0
END TYPE ZoneInternalGainsStruct