Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
integer, | public | :: | MixerType | = | 0 | ||
integer, | public | :: | ZoneHVACUnitType | = | 0 | ||
character(len=MaxNameLength), | public | :: | ZoneHVACUnitName | = | ' ' | ||
integer, | public | :: | SecInNode | = | 0 | ||
integer, | public | :: | PriInNode | = | 0 | ||
integer, | public | :: | MixedAirOutNode | = | 0 | ||
real(kind=r64), | public | :: | ZoneAirTemp | = | 0.0D0 | ||
real(kind=r64), | public | :: | ZoneAirHumRat | = | 0.0D0 | ||
real(kind=r64), | public | :: | ZoneAirEnthalpy | = | 0.0D0 | ||
real(kind=r64), | public | :: | ZoneAirPressure | = | 0.0D0 | ||
real(kind=r64), | public | :: | ZoneAirMassFlowRate | = | 0.0D0 | ||
real(kind=r64), | public | :: | DOASTemp | = | 0.0D0 | ||
real(kind=r64), | public | :: | DOASHumRat | = | 0.0D0 | ||
real(kind=r64), | public | :: | DOASEnthalpy | = | 0.0D0 | ||
real(kind=r64), | public | :: | DOASPressure | = | 0.0D0 | ||
real(kind=r64), | public | :: | DOASMassFlowRate | = | 0.0D0 | ||
real(kind=r64), | public | :: | MixedAirTemp | = | 0.0D0 | ||
real(kind=r64), | public | :: | MixedAirHumRat | = | 0.0D0 | ||
real(kind=r64), | public | :: | MixedAirEnthalpy | = | 0.0D0 | ||
real(kind=r64), | public | :: | MixedAirPressure | = | 0.0D0 | ||
real(kind=r64), | public | :: | MixedAirMassFlowRate | = | 0.0D0 | ||
real(kind=r64), | public | :: | MaxAirMassFlowRate | = | 0.0D0 |
TYPE AirTerminalMixerData
! Input data
CHARACTER(len=MaxNameLength) :: Name =' ' ! name of unit
INTEGER :: MixerType =0 ! type of inlet mixer, 1 = inlet side, 2 = supply side
INTEGER :: ZoneHVACUnitType =0 ! type of Zone HVAC unit. ZoneHVAC:WaterToAirHeatPump =1, ZoneHVAC:FourPipeFanCoil = 2
CHARACTER(len=MaxNameLength) :: ZoneHVACUnitName =' ' ! name of Zone HVAC unit
INTEGER :: SecInNode =0 ! secondary air inlet node number
INTEGER :: PriInNode =0 ! primary air inlet node number
INTEGER :: MixedAirOutNode =0 ! mixed air outlet node number
REAL(r64) :: ZoneAirTemp =0.0D0 ! zone air in temp
REAL(r64) :: ZoneAirHumRat =0.0D0 ! zone air in hum rat
REAL(r64) :: ZoneAirEnthalpy =0.0D0 ! zone air in enthalpy
REAL(r64) :: ZoneAirPressure =0.0D0 ! zone air in pressure
REAL(r64) :: ZoneAirMassFlowRate =0.0D0 ! zone air in mass flow rate
REAL(r64) :: DOASTemp =0.0D0 ! DOAS air in temp
REAL(r64) :: DOASHumRat =0.0D0 ! DOAS air in hum rat
REAL(r64) :: DOASEnthalpy =0.0D0 ! DOAS air in enthalpy
REAL(r64) :: DOASPressure =0.0D0 ! DOAS air in pressure
REAL(r64) :: DOASMassFlowRate =0.0D0 ! DOAS air in mass flow rate
REAL(r64) :: MixedAirTemp =0.0D0 ! mixed air in temp
REAL(r64) :: MixedAirHumRat =0.0D0 ! mixed air in hum rat
REAL(r64) :: MixedAirEnthalpy =0.0D0 ! mixed air in enthalpy
REAL(r64) :: MixedAirPressure =0.0D0 ! mixed air in pressure
REAL(r64) :: MixedAirMassFlowRate =0.0D0 ! mixed air in mass flow rate
REAL(r64) :: MaxAirMassFlowRate =0.0D0 ! maximum air mass flow rate allowed through component
END TYPE AirTerminalMixerData