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 | :: | ManualRPMSchedName | = | ' ' | ||
integer, | public | :: | ManualRPMSchedIndex | = | 0 | ||
character(len=MaxNameLength), | public | :: | LowerPsetSchedName | = | ' ' | ||
integer, | public | :: | LowerPsetSchedIndex | = | 0 | ||
character(len=MaxNameLength), | public | :: | UpperPsetSchedName | = | ' ' | ||
integer, | public | :: | UpperPsetSchedIndex | = | 0 | ||
character(len=MaxNameLength), | public | :: | MinRPMSchedName | = | ' ' | ||
integer, | public | :: | MinRPMSchedIndex | = | 0 | ||
character(len=MaxNameLength), | public | :: | MaxRPMSchedName | = | ' ' | ||
integer, | public | :: | MaxRPMSchedIndex | = | 0 | ||
integer, | public | :: | VFDControlType | = | 0 | ||
real(kind=r64), | public | :: | MaxRPM | = | 0.0d0 | ||
real(kind=r64), | public | :: | MinRPM | = | 0.0d0 | ||
real(kind=r64), | public | :: | PumpActualRPM | = | 0.0d0 |
TYPE PumpVFDControlData
CHARACTER(len=MaxNameLength) :: Name = ' '
CHARACTER(len=MaxNameLength) :: ManualRPMSchedName = ' '
INTEGER :: ManualRPMSchedIndex = 0
CHARACTER(len=MaxNameLength) :: LowerPsetSchedName = ' '
INTEGER :: LowerPsetSchedIndex= 0
CHARACTER(len=MaxNameLength) :: UpperPsetSchedName = ' '
INTEGER :: UpperPsetSchedIndex= 0
CHARACTER(len=MaxNameLength) :: MinRPMSchedName = ' '
INTEGER :: MinRPMSchedIndex= 0
CHARACTER(len=MaxNameLength) :: MaxRPMSchedName = ' '
INTEGER :: MaxRPMSchedIndex= 0
INTEGER :: VFDControlType = 0 !Integer equivalent of VFDControlType
REAL(r64) :: MaxRPM = 0.0d0 !Maximum RPM range value - schedule limit
REAL(r64) :: MinRPM = 0.0d0 !Minimum RPM range value - schedule limit
REAL(r64) :: PumpActualRPM = 0.0d0 !RPM recalculated from final flow through the loop
END TYPE PumpVFDControlData