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 | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | NodeNum | ||||
logical, | public | :: | NotConvergedHumRate | ||||
logical, | public | :: | NotConvergedMassFlow | ||||
logical, | public | :: | NotConvergedTemp | ||||
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HumidityRatio | |||
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | MassFlowRate | |||
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | Temperature |
TYPE HVACNodeConvergLogStruct
INTEGER :: NodeNum
LOGICAL :: NotConvergedHumRate
LOGICAL :: NotConvergedMassFlow
LOGICAL :: NotConvergedTemp
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HumidityRatio
REAL(r64), DIMENSION(ConvergLogStackDepth) :: MassFlowRate
REAL(r64), DIMENSION(ConvergLogStackDepth) :: Temperature
END TYPE HVACNodeConvergLogStruct