TYPE NightVentPerfData
CHARACTER(len=MaxNameLength) :: FanName =' ' ! Name of the fan that will use this data
REAL(r64) :: FanEff =0.0d0 !Fan total efficiency; motor and mechanical
REAL(r64) :: DeltaPress =0.0d0 !Delta Pressure Across the Fan [N/m2]
REAL(r64) :: MaxAirFlowRate =0.0d0 !Max Specified Volume Flow Rate of Fan [m3/s]
REAL(r64) :: MaxAirMassFlowRate =0.0d0 ! Max flow rate of fan in kg/sec
REAL(r64) :: MotEff =0.0d0 !Fan motor efficiency
REAL(r64) :: MotInAirFrac =0.0d0 !Fraction of motor heat entering air stream
END TYPE NightVentPerfData