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 | = | ' ' | ||
integer, | public | :: | CondenserType | = | 0 | ||
real(kind=r64), | public | :: | NomCap | = | 0.0d0 | ||
real(kind=r64), | public | :: | COP | = | 0.0d0 | ||
integer, | public | :: | FlowMode | = | FlowModeNotSet | ||
logical, | public | :: | ModulatedFlowSetToLoop | = | .FALSE. | ||
logical, | public | :: | ModulatedFlowErrDone | = | .FALSE. | ||
logical, | public | :: | HRSPErrDone | = | .FALSE. | ||
integer, | public | :: | EvapInletNodeNum | = | 0 | ||
integer, | public | :: | EvapOutletNodeNum | = | 0 | ||
integer, | public | :: | CondInletNodeNum | = | 0 | ||
integer, | public | :: | CondOutletNodeNum | = | 0 | ||
real(kind=r64), | public | :: | EvapVolFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | EvapMassFlowRateMax | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondVolFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondMassFlowRateMax | = | 0.0d0 | ||
integer, | public | :: | CWLoopNum | = | 0 | ||
integer, | public | :: | CWLoopSideNum | = | 0 | ||
integer, | public | :: | CWBranchNum | = | 0 | ||
integer, | public | :: | CWCompNum | = | 0 | ||
integer, | public | :: | CDLoopNum | = | 0 | ||
integer, | public | :: | CDLoopSideNum | = | 0 | ||
integer, | public | :: | CDBranchNum | = | 0 | ||
integer, | public | :: | CDCompNum | = | 0 | ||
real(kind=r64), | public | :: | SizFac | = | 0.0d0 | ||
real(kind=r64), | public | :: | BasinHeaterPowerFTempDiff | = | 0.0d0 | ||
real(kind=r64), | public | :: | BasinHeaterSetPointTemp | = | 0.0d0 | ||
integer, | public | :: | BasinHeaterSchedulePtr | = | 0 | ||
integer, | public | :: | ErrCount1 | = | 0 | ||
integer, | public | :: | ErrCount2 | = | 0 | ||
character(len=220), | public | :: | MsgBuffer1 | = | ' ' | ||
character(len=300), | public | :: | MsgBuffer2 | = | ' ' | ||
real(kind=r64), | public | :: | MsgDataLast | = | 0.0d0 | ||
logical, | public | :: | PrintMessage | = | .FALSE. | ||
integer, | public | :: | MsgErrorCount | = | 0 | ||
logical, | public | :: | CheckEquipName | = | .TRUE. | ||
logical, | public | :: | PossibleSubCooling | = | .FALSE. | ||
integer, | public | :: | CondMassFlowIndex | = | 0 |