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 | |||
---|---|---|---|---|---|---|---|
real(kind=r64), | public | :: | Temp | = | 0.d0 | ||
real(kind=r64), | public | :: | TempMin | = | 0.d0 | ||
real(kind=r64), | public | :: | TempSetPoint | = | 0.d0 | ||
real(kind=r64), | public | :: | MassFlowRate | = | 0.d0 | ||
real(kind=r64), | public | :: | MassFlowRateMin | = | 0.d0 | ||
real(kind=r64), | public | :: | MassFlowRateMax | = | 0.d0 | ||
real(kind=r64), | public | :: | MassFlowRateMinAvail | = | 0.d0 | ||
real(kind=r64), | public | :: | MassFlowRateMaxAvail | = | 0.d0 | ||
real(kind=r64), | public | :: | MassFlowRateSetPoint | = | 0.d0 | ||
real(kind=r64), | public | :: | MassFlowRateRequest | = | 0.d0 |
TYPE CGSHPNodeData
REAL(r64) :: Temp = 0.d0 ! {C}
REAL(r64) :: TempMin = 0.d0 ! {C}
REAL(r64) :: TempSetPoint = 0.d0 ! SensedNodeFlagValue ! {C}
REAL(r64) :: MassFlowRate = 0.d0 ! {kg/s}
REAL(r64) :: MassFlowRateMin = 0.d0 ! {kg/s}
REAL(r64) :: MassFlowRateMax = 0.d0 ! SensedNodeFlagValue ! {kg/s}
REAL(r64) :: MassFlowRateMinAvail = 0.d0 ! {kg/s}
REAL(r64) :: MassFlowRateMaxAvail = 0.d0 ! {kg/s}
REAL(r64) :: MassFlowRateSetPoint = 0.d0 ! {kg/s}
REAL(r64) :: MassFlowRateRequest = 0.d0 ! {kg/s}
END TYPE CGSHPNodeData