Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=r64), | public, | DIMENSION(0:25) | :: | EEConvected | = | 0.0d0 | |
real(kind=r64), | public, | DIMENSION(0:25) | :: | EERadiated | = | 0.0d0 | |
real(kind=r64), | public, | DIMENSION(0:25) | :: | EELost | = | 0.0d0 | |
real(kind=r64), | public, | DIMENSION(0:25) | :: | EELatent | = | 0.0d0 |
TYPE ZoneCatEUseData
REAL(r64), DIMENSION(0:25) :: EEConvected = 0.0d0 ! Category (0 to 25) Energy Convected from Electric Equipment
REAL(r64), DIMENSION(0:25) :: EERadiated = 0.0d0 ! Category (0 to 25) Energy Radiated from Electric Equipment
REAL(r64), DIMENSION(0:25) :: EELost = 0.0d0 ! Category (0 to 25) Energy from Electric Equipment (lost)
REAL(r64), DIMENSION(0:25) :: EELatent = 0.0d0 ! Category (0 to 25) Latent Energy from Electric Equipment
END TYPE ZoneCatEUseData