Type AirflowNetworkReportVars
REAL(r64) :: MeanAirTemp =0.0d0 ! Mean Air Temperature {C}
REAL(r64) :: OperativeTemp =0.0d0 ! Average of Mean Air Temperature {C} and Mean Radiant Temperature {C}
REAL(r64) :: InfilHeatGain =0.0d0 ! Heat Gain {W} due to infiltration
REAL(r64) :: InfilHeatLoss =0.0d0 ! Heat Loss {W} due to infiltration
REAL(r64) :: InfilVolume =0.0d0 ! Volume of Air {m3} due to infiltration
REAL(r64) :: InfilMass =0.0d0 ! Mass of Air {kg} due to infiltration
REAL(r64) :: InfilAirChangeRate =0.0d0 ! Infiltration air change rate {ach}
REAL(r64) :: VentilHeatLoss =0.0d0 ! Heat Gain {W} due to ventilation
REAL(r64) :: VentilHeatGain =0.0d0 ! Heat Loss {W} due to ventilation
REAL(r64) :: VentilVolume =0.0d0 ! Volume of Air {m3} due to ventilation
REAL(r64) :: VentilMass =0.0d0 ! Mass of Air {kg} due to ventilation
REAL(r64) :: VentilFanElec =0.0d0 ! Fan Electricity {W} due to ventilation
REAL(r64) :: VentilAirTemp =0.0d0 ! Air Temp {C} of ventilation
REAL(r64) :: MixVolume =0.0d0 ! Mixing volume of Air {m3}
REAL(r64) :: MixMass =0.0d0 ! Mixing mass of air {kg}
END TYPE AirflowNetworkReportVars