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 | |||
---|---|---|---|---|---|---|---|
type(BaseReportVars), | public | :: | Base | ||||
real(kind=r64), | public | :: | HeatRecLubeEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatRecLubeRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelEnergyUsed | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelEnergyUsedRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelMassUsed | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelMassUsedRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | ExhaustStackTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatRecInletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatRecOutletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatRecMdot | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelCOP | = | 0.0d0 |
TYPE GasTurbineReportVars
TYPE(BaseReportVars) :: Base
REAL(r64) :: HeatRecLubeEnergy = 0.0d0 ! reporting: Heat Recovered from Lubricant(J)
REAL(r64) :: HeatRecLubeRate = 0.0d0 ! reporting: Recoverable Lube Oil Rate of Rwecovery (W)
REAL(r64) :: FuelEnergyUsed = 0.0d0 ! reporting: Fuel Energy used
REAL(r64) :: FuelEnergyUsedRate = 0.0d0 ! reporting: Fuel energy used rate (fuel consumption rate)
REAL(r64) :: FuelMassUsed = 0.0d0 ! reporting: Fuel Amount used
REAL(r64) :: FuelMassUsedRate = 0.0d0 ! reporting: Fuel amount used (fuel Mass consumption rate)
REAL(r64) :: ExhaustStackTemp = 0.0d0 ! reporting: Exhaust Stack Temperature
REAL(r64) :: HeatRecInletTemp = 0.0d0 ! reporting: Heat Recovery Loop Inlet Temperature
REAL(r64) :: HeatRecOutletTemp = 0.0d0 ! reporting: Heat Recovery Loop Outlet Temperature
REAL(r64) :: HeatRecMdot = 0.0d0 ! reporting: Heat Recovery Loop Mass flow rate
REAL(r64) :: FuelCOP = 0.0d0 ! reporting: Fuel coefficient of performance (Qevap/FuelEnergyUsedRate)
END TYPE GasTurbineReportVars