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 | :: | Power | = | 0.0d0 | ||
real(kind=r64), | public | :: | QEvap | = | 0.0d0 | ||
real(kind=r64), | public | :: | QCond | = | 0.0d0 | ||
real(kind=r64), | public | :: | Energy | = | 0.0d0 | ||
real(kind=r64), | public | :: | EvapEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondInletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | EvapInletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondOutletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | EvapOutletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | Evapmdot | = | 0.0d0 | ||
real(kind=r64), | public | :: | Condmdot | = | 0.0d0 | ||
real(kind=r64), | public | :: | BasinHeaterPower | = | 0.0d0 | ||
real(kind=r64), | public | :: | BasinHeaterConsumption | = | 0.0d0 |
TYPE BaseReportVars
REAL(r64) :: Power = 0.0d0 !
REAL(r64) :: QEvap = 0.0d0 !
REAL(r64) :: QCond = 0.0d0 !
REAL(r64) :: Energy = 0.0d0 !
REAL(r64) :: EvapEnergy = 0.0d0 !
REAL(r64) :: CondEnergy = 0.0d0 !
REAL(r64) :: CondInletTemp = 0.0d0 !
REAL(r64) :: EvapInletTemp = 0.0d0 !
REAL(r64) :: CondOutletTemp = 0.0d0 !
REAL(r64) :: EvapOutletTemp = 0.0d0 !
REAL(r64) :: Evapmdot = 0.0d0 !
REAL(r64) :: Condmdot = 0.0d0 !
REAL(r64) :: BasinHeaterPower = 0.0d0 ! Basin heater power (W)
REAL(r64) :: BasinHeaterConsumption = 0.0d0 ! Basin heater energy consumption (J)
END TYPE BaseReportVars