Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
integer, | public | :: | TypeOf | = | 0 | ||
integer, | public | :: | InletNodeNum | = | 0 | ||
integer, | public | :: | OutletNodeNum | = | 0 | ||
integer, | public | :: | LoopNum | = | 0 | ||
integer, | public | :: | LoopSide | = | 0 | ||
integer, | public | :: | BranchIndex | = | 0 | ||
integer, | public | :: | CompIndex | = | 0 | ||
logical, | public | :: | OneTimeInit | = | .TRUE. | ||
logical, | public | :: | CheckEquipName | = | .TRUE. | ||
logical, | public | :: | EnvrnFlag | = | .TRUE. |
TYPE LocalPipeData
CHARACTER(len=MaxNameLength) :: Name=' ' ! main plant (cooling) loop ID
INTEGER :: TypeOf=0 ! type of pipe
INTEGER :: InletNodeNum=0 ! Node number on the inlet side of the plant
INTEGER :: OutletNodeNum=0 ! Node number on the inlet side of the plant
INTEGER :: LoopNum=0 ! Index of plant loop where this pipe resides
INTEGER :: LoopSide=0 ! Index of plant loop side where this pipe resides
INTEGER :: BranchIndex=0 ! Index of plant Branch index where this pipe resides
INTEGER :: CompIndex=0 ! Index of plant Comp index where this pipe resides
LOGICAL :: OneTimeInit = .TRUE.
LOGICAL :: CheckEquipName = .TRUE.
LOGICAL :: EnvrnFlag = .TRUE.
END TYPE LocalPipeData