TYPE ZoneAirDistributionData
CHARACTER(len=MaxNameLength) :: Name = ' '
CHARACTER(len=MaxNameLength) :: ZoneADEffSchName = ' '!- Zone air distribution effectiveness schedule name
REAL(r64) :: ZoneADEffCooling = 1.0D0 !- Zone air distribution effectiveness in cooling mode
REAL(r64) :: ZoneADEffHeating = 1.0D0 !- Zone air distribution effectiveness in heating mode
REAL(r64) :: ZoneSecondaryRecirculation = 0.0D0 !- Zone air secondary recirculation ratio
INTEGER :: ZoneADEffSchPtr = 0 !- Zone air distribution effectiveness schedule index
END TYPE ZoneAirDistributionData