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 | :: | NameFCPM | = | ' ' | ||
type(FCPowerModuleStruct), | public | :: | FCPM | ||||
character(len=MaxNameLength), | public | :: | NameFCAirSup | = | ' ' | ||
type(FCAirSupplyDataStruct), | public | :: | AirSup | ||||
character(len=MaxNameLength), | public | :: | NameFCFuelSup | = | ' ' | ||
integer, | public | :: | FuelSupNum | = | 0 | ||
character(len=MaxNameLength), | public | :: | NameFCWaterSup | = | ' ' | ||
type(FCWaterSupplyDataStruct), | public | :: | WaterSup | ||||
character(len=MaxNameLength), | public | :: | NameFCAuxilHeat | = | ' ' | ||
type(FCAuxilHeatDataStruct), | public | :: | AuxilHeat | ||||
character(len=MaxNameLength), | public | :: | NameExhaustHX | = | ' ' | ||
type(FCExhaustHXDataStruct), | public | :: | ExhaustHX | ||||
character(len=MaxNameLength), | public | :: | NameElecStorage | = | ' ' | ||
type(FCElecStorageDataStruct), | public | :: | ElecStorage | ||||
character(len=MaxNameLength), | public | :: | NameInverter | = | ' ' | ||
type(FCInverterDataStruct), | public | :: | Inverter | ||||
character(len=MaxNameLength), | public | :: | NameStackCooler | = | ' ' | ||
type(FCStackCoolerDataStruct), | public | :: | StackCooler | ||||
integer, | public | :: | CWLoopNum | = | 0 | ||
integer, | public | :: | CWLoopSideNum | = | 0 | ||
integer, | public | :: | CWBranchNum | = | 0 | ||
integer, | public | :: | CWCompNum | = | 0 | ||
type(FCReportDataStruct), | public | :: | Report | ||||
real(kind=r64), | public | :: | ACPowerGen | = | 0.0d0 | ||
real(kind=r64), | public | :: | QconvZone | = | 0.0d0 | ||
real(kind=r64), | public | :: | QradZone | = | 0.0d0 | ||
integer, | public | :: | DynamicsControlID | = | 0 | ||
real(kind=r64), | public | :: | TimeElapsed | = | 0.0d0 |