TYPE MultizoneCompExhaustFanProp ! Zone exhaust fan component
CHARACTER(len=MaxNameLength) :: Name = ' ' ! Name of exhaust fan component
REAL(r64) :: FlowRate = 0.0d0 ! mass flow rate
INTEGER :: SchedPtr = 0 ! Schedule pointer
REAL(r64) :: FlowCoef = 0.0d0 ! Air Mass Flow Coefficient
REAL(r64) :: FlowExpo = 0.0d0 ! Air Mass Flow exponent
REAL(r64) :: StandardT = 0.0d0 ! Standard temperature for crack data
REAL(r64) :: StandardP = 0.0d0 ! Standard borometric pressure for crack data
REAL(r64) :: StandardW = 0.0d0 ! Standard humidity ratio for crack data
INTEGER :: InletNode = 0 ! Inlet node number
INTEGER :: OutletNode = 0 ! Outlet node number
INTEGER :: EPlusZoneNum = 0 ! Zone number
END TYPE MultizoneCompExhaustFanProp