TYPE AirflowNetworkCompProp ! AirflowNetwork element data
CHARACTER(len=MaxNameLength) :: Name =' ' ! Provide a unique element name
INTEGER :: CompTypeNum =0 ! Provide numeric equivalent for AirflowNetworkCompType
INTEGER :: TypeNum =0 ! Component number under same component type
INTEGER :: CompNum =0 ! General component number
CHARACTER(len=MaxNameLength) :: EPlusName =' ' ! Provide a unique element name
CHARACTER(len=MaxNameLength) :: EPlusCompName =' ' ! Provide EPlus component name or Other
CHARACTER(len=MaxNameLength) :: EPlusType =' ' ! Provide EPlus type, such as terminal reheat, coil, etc. 9/30/03 or Other
INTEGER :: EPlusTypeNum =0 ! Provide EPlus component type
END TYPE AirflowNetworkCompProp