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 | = | Blank | ||
character(len=MaxNameLength), | public | :: | AssignedLoopName | = | Blank | ||
real(kind=r64), | public | :: | MaxFlowRate | = | 0.0d0 | ||
integer, | public | :: | PressureCurveType | = | 0 | ||
integer, | public | :: | PressureCurveIndex | = | 0 | ||
integer, | public | :: | FluidType | = | NodeType_Unknown | ||
integer, | public | :: | NumOfComponents | = | 0 | ||
type(ComponentData), | public, | ALLOCATABLE, DIMENSION(:) | :: | Component |