Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | ZoneName | = | ' ' | ||
integer, | public | :: | ZonePtr | = | -1 | ||
integer, | public | :: | SchedGainsPtr | = | -1 | ||
character(len=MaxNameLength), | public | :: | SchedGainsName | = | ' ' | ||
integer, | public | :: | VforComfort | = | VComfort_Invalid |
TYPE CVData
CHARACTER(len=MaxNameLength) :: ZoneName =' ' ! Name of zone
INTEGER :: ZonePtr =-1 ! Pointer to the zone number for this statement
INTEGER :: SchedGainsPtr =-1 ! Schedule for internal gain fraction to occupied zone
CHARACTER(len=MaxNameLength) :: SchedGainsName =' ' ! Gains Schedule name
INTEGER :: VforComfort =VComfort_Invalid ! Use Recirculation or Jet velocity and temperatures
! for comfort models
END TYPE CVData