Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
integer, | public | :: | MgrType | = | 0 | ||
integer, | public | :: | SchedPtr | = | 0 | ||
character(len=MaxNameLength), | public | :: | FanSched | = | ' ' | ||
integer, | public | :: | FanSchedPtr | = | 0 | ||
character(len=MaxNameLength), | public | :: | VentTempSched | = | ' ' | ||
integer, | public | :: | VentTempSchedPtr | = | 0 | ||
real(kind=r64), | public | :: | VentDelT | = | 0.0d0 | ||
real(kind=r64), | public | :: | VentTempLowLim | = | 0.0d0 | ||
character(len=MaxNameLength), | public | :: | CtrlZoneName | = | ' ' | ||
integer, | public | :: | ZoneNum | = | 0 | ||
integer, | public | :: | ControlledZoneNum | = | 0 | ||
real(kind=r64), | public | :: | VentFlowFrac | = | 0.0d0 | ||
integer, | public | :: | AvailStatus | = | 0 |
TYPE DefineNightVentSysAvailManager
CHARACTER(len=MaxNameLength) :: Name = ' ' ! Name of the manager object
INTEGER :: MgrType = 0 ! Integer equivalent of availability manager type
INTEGER :: SchedPtr = 0 ! Applicability schedule pointer
CHARACTER(len=MaxNameLength) :: FanSched = ' ' ! Fan schedule name
INTEGER :: FanSchedPtr = 0 ! Fan schedule pointer
CHARACTER(len=MaxNameLength) :: VentTempSched = ' ' ! Ventilation temperature schedule
INTEGER :: VentTempSchedPtr = 0 ! Ventilation temperature schedule pointer
REAL(r64) :: VentDelT = 0.0d0 ! Ventilation delta T [deltaC]
REAL(r64) :: VentTempLowLim = 0.0d0 ! ventilation temperature low limit
CHARACTER(len=MaxNameLength) :: CtrlZoneName = ' ' ! Name of the control zone
INTEGER :: ZoneNum = 0 ! zome number of control zone
INTEGER :: ControlledZoneNum = 0 ! controlled zone number of control zone
REAL(r64) :: VentFlowFrac = 0.0d0 ! the night venting flow fraction
INTEGER :: AvailStatus = 0 ! reports status of availability manager
END TYPE DefineNightVentSysAvailManager