TYPE DisSysCompCVFProp ! Constant volume fan component
CHARACTER(len=MaxNameLength) :: Name = ' ' ! Name of detailed fan component
REAL(r64) :: FlowRate = 0.0d0 ! Air volume flow rate
REAL(r64) :: Ctrl = 0.0d0 ! Control ratio
INTEGER :: FanTypeNum = 0 ! Fan type: Constant volume or ONOFF
INTEGER :: FanIndex = 0 ! Fan index
INTEGER :: InletNode = 0 ! Inlet node number
INTEGER :: OutletNode = 0 ! Outlet node number
REAL(r64) :: MaxAirMassFlowRate = 0.0d0 ! Max Specified MAss Flow Rate of Damper [kg/s]
END TYPE DisSysCompCVFProp