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 | :: | NightTareLossPower | = | 0.0D0 | ||
real(kind=r64), | public | :: | NominalVoltage | = | 0.0D0 | ||
real(kind=r64), | public, | DIMENSION(6) | :: | NomVoltEfficiencyARR | = | 0.0D0 |
TYPE CECInverterLookUpTableData
REAL(r64) :: NightTareLossPower = 0.0D0
REAL(r64) :: NominalVoltage = 0.0D0
REAL(r64), DIMENSION(6) :: NomVoltEfficiencyARR = 0.0D0 ! eff at 10, 20, 30, 50, 75, & 100% power and Nominal voltage
END TYPE CECInverterLookUpTableData