Nodes of different colours represent the following:
Solid arrows point from one derived type to another which extends (inherits from) it. Dashed arrows point from a derived type to another type containing it as a components, with a label listing the name(s) of said component(s). Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
Nodes of different colours represent the following:
Solid arrows point from one derived type to another which extends (inherits from) it. Dashed arrows point from a derived type to another type containing it as a components, with a label listing the name(s) of said component(s). Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | InNode | = | 0 | ||
integer, | public | :: | OutNode | = | 0 | ||
logical, | public | :: | SupplyAirPathExists | = | .FALSE. | ||
integer, | public | :: | MainBranchIndex | = | 0 | ||
integer, | public | :: | SupplyBranchIndex | = | 0 | ||
integer, | public | :: | AirDistUnitIndex | = | 0 | ||
integer, | public | :: | SupplyAirPathIndex | = | 0 | ||
real(kind=r64), | public | :: | NetBranchCoilDemand | = | 0.0d0 | ||
type(SubSubEquipmentData), | public, | ALLOCATABLE, DIMENSION(:) | :: | Coil |
TYPE AirIn
INTEGER :: InNode =0 ! Air distribution unit inlet node
INTEGER :: OutNode =0 ! Air distribution unit Outlet node
LOGICAL :: SupplyAirPathExists =.FALSE.
INTEGER :: MainBranchIndex =0
INTEGER :: SupplyBranchIndex =0
INTEGER :: AirDistUnitIndex =0 ! equipment number in EquipList
INTEGER :: SupplyAirPathIndex =0
REAL(r64) :: NetBranchCoilDemand =0.0d0
TYPE (SubSubEquipmentData), ALLOCATABLE, DIMENSION(:) :: Coil
END TYPE AirIn