TYPE DVData
CHARACTER(len=MaxNameLength) :: ZoneName =' ' ! Name of zone
INTEGER :: ZonePtr =0 ! Pointer to the zone number for this statement
INTEGER :: SchedGainsPtr =-1 ! Schedule for internal gain fraction to occupied zone
CHARACTER(len=MaxNameLength) :: SchedGainsName =' ' ! Gains Schedule name
REAL(r64) :: NumPlumesPerOcc =1.0d0 ! Effective number of plumes per occupant
REAL(r64) :: ThermostatHeight =0.0d0 ! Height of thermostat/ temperature control sensor
REAL(r64) :: ComfortHeight =0.0d0 ! Height at which air temperature is measured for comfort purposes
REAL(r64) :: TempTrigger =0.0d0 ! Minimum temperature difference between TOC TMX for stratification
END TYPE DVData