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 | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
character(len=MaxNameLength), | public | :: | TypeOf | = | ' ' | ||
integer, | public | :: | TypeOf_Num | = | 0 | ||
character(len=MaxNameLength), | public | :: | CtrlType | = | ' ' | ||
integer, | public | :: | CtrlTypeNum | ||||
integer, | public | :: | LoopNumPtr | ||||
integer, | public | :: | LoopSideNumPtr | ||||
integer, | public | :: | BranchNumPtr | ||||
integer, | public | :: | CompNumPtr | ||||
real(kind=r64), | public | :: | SetPointFlowRate | = | 0.0d0 | ||
character(len=MaxNameLength), | public | :: | DemandNodeName | = | ' ' | ||
integer, | public | :: | DemandNodeNum | ||||
character(len=MaxNameLength), | public | :: | SetPointNodeName | = | ' ' | ||
integer, | public | :: | SetpointNodeNum | ||||
real(kind=r64), | public | :: | EMSIntVarRemainingLoadValue | = | 0.d0 | ||
real(kind=r64), | public | :: | EMSActuatorDispatchedLoadValue | = | 0.d0 |
TYPE EquipListCompData
CHARACTER(len=MaxNameLength) :: Name = ' ' ! The name of each item in the list
CHARACTER(len=MaxNameLength) :: TypeOf = ' ' ! The name of each item in the list
INTEGER :: TypeOf_Num = 0
CHARACTER(len=MaxNameLength) :: CtrlType = ' ' ! CoolingOp, HeatingOp, DualOp
INTEGER :: CtrlTypeNum ! CoolingOp, HeatingOp, DualOp
INTEGER :: LoopNumPtr ! pointer to the comp location in the data structure
INTEGER :: LoopSideNumPtr ! pointer to the comp location in the data structure
INTEGER :: BranchNumPtr ! pointer to the comp location in the data structure
INTEGER :: CompNumPtr ! pointer to the comp location in the data structure
REAL(r64) :: SetPointFlowRate = 0.0d0 ! COMP SETPOINT CTRL ONLY--load calculation comp flow rate
CHARACTER(len=MaxNameLength) :: DemandNodeName = ' ' ! COMP SETPOINT CTRL ONLY--The name of each item in the list
INTEGER :: DemandNodeNum ! COMP SETPOINT CTRL ONLY--The 'keyWord' identifying each item in list
CHARACTER(len=MaxNameLength) :: SetPointNodeName = ' ' ! COMP SETPOINT CTRL ONLY--The name of each item in the list
INTEGER :: SetpointNodeNum ! COMP SETPOINT CTRL ONLY--The 'keyWord' identifying each item in list
REAL(r64) :: EMSIntVarRemainingLoadValue = 0.d0 ! EMS internal variable remaining load, neg cooling [W]
REAL(r64) :: EMSActuatorDispatchedLoadValue = 0.d0 ! EMS actuator for dispatched load, neg= cooling [W]
END TYPE EquipListCompData