Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | NumCTGenerators | = | 0 | ||
logical, | private | :: | GetCTInput | = | .TRUE. | ||
type(CTGeneratorSpecs), | private, | ALLOCATABLE, DIMENSION(:) | :: | CTGenerator | |||
type(ReportVars), | private, | ALLOCATABLE, DIMENSION(:) | :: | CTGeneratorReport | |||
logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | CheckEquipName |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
character(len=MaxNameLength), | public | :: | TypeOf | = | 'Generator:CombustionTurbine' | ||
integer, | public | :: | CompType_Num | = | iGeneratorCombTurbine | ||
character(len=MaxNameLength), | public | :: | FuelType | ||||
real(kind=r64), | public | :: | RatedPowerOutput | = | 0.0d0 | ||
integer, | public | :: | ElectricCircuitNode | = | 0 | ||
real(kind=r64), | public | :: | MinPartLoadRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | MaxPartLoadRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | OptPartLoadRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelEnergyUseRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelEnergy | = | 0.0d0 | ||
integer, | public | :: | PLBasedFuelInputCurve | = | 0 | ||
integer, | public | :: | TempBasedFuelInputCurve | = | 0 | ||
real(kind=r64), | public | :: | ExhaustFlow | = | 0.0d0 | ||
integer, | public | :: | ExhaustFlowCurve | = | 0 | ||
real(kind=r64), | public | :: | ExhaustTemp | = | 0.0d0 | ||
integer, | public | :: | PLBasedExhaustTempCurve | = | 0 | ||
integer, | public | :: | TempBasedExhaustTempCurve | = | 0 | ||
real(kind=r64), | public | :: | QLubeOilRecovered | = | 0.0d0 | ||
real(kind=r64), | public | :: | QExhaustRecovered | = | 0.0d0 | ||
real(kind=r64), | public | :: | QTotalHeatRecovered | = | 0.0d0 | ||
real(kind=r64), | public | :: | LubeOilEnergyRec | = | 0.0d0 | ||
real(kind=r64), | public | :: | ExhaustEnergyRec | = | 0.0d0 | ||
real(kind=r64), | public | :: | TotalHeatEnergyRec | = | 0.0d0 | ||
integer, | public | :: | QLubeOilRecoveredCurve | = | 0 | ||
real(kind=r64), | public | :: | UA | = | 0.0d0 | ||
real(kind=r64), | public, | DIMENSION(2) | :: | UACoef | = | 0.0d0 | |
real(kind=r64), | public | :: | MaxExhaustperCTPower | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesignHeatRecVolFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesignHeatRecMassFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesignMinExitGasTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesignAirInletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | ExhaustStackTemp | = | 0.0d0 | ||
logical, | public | :: | HeatRecActive | = | .false. | ||
integer, | public | :: | HeatRecInletNodeNum | = | 0 | ||
integer, | public | :: | HeatRecOutletNodeNum | = | 0 | ||
real(kind=r64), | public | :: | HeatRecInletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatRecOutletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatRecMdot | = | 0.0d0 | ||
integer, | public | :: | HRLoopNum | = | 0 | ||
integer, | public | :: | HRLoopSideNum | = | 0 | ||
integer, | public | :: | HRBranchNum | = | 0 | ||
integer, | public | :: | HRCompNum | = | 0 | ||
real(kind=r64), | public | :: | FuelMdot | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelHeatingValue | = | 0.0d0 | ||
real(kind=r64), | public | :: | ElecPowerGenerated | = | 0.0d0 | ||
real(kind=r64), | public | :: | ElecEnergyGenerated | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatRecMaxTemp | = | 0.0d0 | ||
integer, | public | :: | OAInletNode | = | 0 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=r64), | public | :: | PowerGen | = | 0.0d0 | ||
real(kind=r64), | public | :: | EnergyGen | = | 0.0d0 | ||
real(kind=r64), | public | :: | QTotalHeatRecovered | = | 0.0d0 | ||
real(kind=r64), | public | :: | QLubeOilRecovered | = | 0.0d0 | ||
real(kind=r64), | public | :: | QExhaustRecovered | = | 0.0d0 | ||
real(kind=r64), | public | :: | TotalHeatEnergyRec | = | 0.0d0 | ||
real(kind=r64), | public | :: | LubeOilEnergyRec | = | 0.0d0 | ||
real(kind=r64), | public | :: | ExhaustEnergyRec | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelEnergyUseRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelMdot | = | 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 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | GeneratorType | |||
character(len=*), | intent(in) | :: | GeneratorName | |||
integer, | intent(inout) | :: | GeneratorIndex | |||
logical, | intent(in) | :: | RunFlag | |||
real(kind=r64), | intent(in) | :: | MyLoad | |||
logical, | intent(in) | :: | FirstHVACIteration |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CompType | |||
character(len=*), | intent(in) | :: | CompName | |||
integer, | intent(in) | :: | CompTypeNum | |||
integer, | intent(inout) | :: | CompNum | |||
logical, | intent(in) | :: | RunFlag | |||
logical, | intent(inout) | :: | InitLoopEquip | |||
real(kind=r64), | intent(inout) | :: | MyLoad | |||
real(kind=r64), | intent(out) | :: | MaxCap | |||
real(kind=r64), | intent(out) | :: | MinCap | |||
real(kind=r64), | intent(out) | :: | OptCap | |||
logical, | intent(in) | :: | FirstHVACIteration |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | GeneratorNum | |||
logical, | intent(in) | :: | RunFlag | |||
real(kind=r64), | intent(in) | :: | MyLoad | |||
logical, | intent(in) | :: | FirstHVACIteration |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | GeneratorNum | |||
logical, | intent(in) | :: | RunFlag | |||
real(kind=r64), | intent(in) | :: | MyLoad | |||
logical, | intent(in) | :: | FirstHVACIteration |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in) | :: | RunFlag | |||
integer, | intent(in) | :: | Num |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | GeneratorType | |||
integer, | intent(in) | :: | GeneratorIndex | |||
real(kind=r64), | intent(out) | :: | GeneratorPower | |||
real(kind=r64), | intent(out) | :: | GeneratorEnergy | |||
real(kind=r64), | intent(out) | :: | ThermalPower | |||
real(kind=r64), | intent(out) | :: | ThermalEnergy |