TYPE DamperFlowConditions
  REAL(r64) :: AirMassFlowRate          = 0.0d0 ! MassFlow through the Damper being Simulated [kg/Sec]
  REAL(r64) :: AirMassFlowRateMaxAvail  = 0.0d0 ! MassFlow through the Damper being Simulated [kg/Sec]
  REAL(r64) :: AirMassFlowRateMinAvail  = 0.0d0 ! MassFlow through the Damper being Simulated [kg/Sec]
  REAL(r64) :: AirmassFlowRateMax       = 0.0d0 ! Max Mass Flow Rate or the Design Mass Flow Rate
  REAL(r64) :: AirTemp                  = 0.0d0
  REAL(r64) :: AirHumRat                = 0.0d0
  REAL(r64) :: AirEnthalpy              = 0.0d0
  REAL(r64) :: AirMassFlowRateHist1     = 0.d0 ! flow history back 1 iteration kg/s
  REAL(r64) :: AirMassFlowRateHist2     = 0.d0 ! flow history back 2 iteration kg/s
  REAL(r64) :: AirMassFlowRateHist3     = 0.d0 ! flow history back 3 iteration kg/s
  REAL(r64) :: AirMassFlowDiffMag       = 0.d0 ! flow difference scale, kg/s
END TYPE DamperFlowConditions