Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=r64), | private, | parameter | :: | ReferenceTemp | = | 25.0d0 | |
type(ICEngineGeneratorSpecs), | private, | ALLOCATABLE, DIMENSION(:) | :: | ICEngineGenerator | |||
type(ReportVars), | private, | ALLOCATABLE, DIMENSION(:) | :: | ICEngineGeneratorReport | |||
integer, | private | :: | NumICEngineGenerators | = | 0 | ||
logical, | private | :: | GetICEInput | = | .TRUE. | ||
logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | CheckEquipName |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
character(len=MaxNameLength), | public | :: | TypeOf | = | 'Generator:InternalCombustionEngine' | ||
integer, | public | :: | CompType_Num | = | iGeneratorICEngine | ||
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 | :: | ElecOutputFuelRat | = | 0.0d0 | ||
integer, | public | :: | ElecOutputFuelCurve | = | 0 | ||
real(kind=r64), | public | :: | RecJacHeattoFuelRat | = | 0.0d0 | ||
integer, | public | :: | RecJacHeattoFuelCurve | = | 0 | ||
real(kind=r64), | public | :: | RecLubeHeattoFuelRat | = | 0.0d0 | ||
integer, | public | :: | RecLubeHeattoFuelCurve | = | 0 | ||
real(kind=r64), | public | :: | TotExhausttoFuelRat | = | 0.0d0 | ||
integer, | public | :: | TotExhausttoFuelCurve | = | 0 | ||
real(kind=r64), | public | :: | ExhaustTemp | = | 0.0d0 | ||
integer, | public | :: | ExhaustTempCurve | = | 0 | ||
integer, | public | :: | ErrExhaustTempIndex | = | 0 | ||
real(kind=r64), | public | :: | UA | = | 0.0d0 | ||
real(kind=r64), | public, | DIMENSION(2) | :: | UACoef | = | 0.0d0 | |
real(kind=r64), | public | :: | MaxExhaustperPowerOutput | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesignMinExitGasTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelHeatingValue | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesignHeatRecVolFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesignHeatRecMassFlowRate | = | 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 | :: | HeatRecMdotDesign | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatRecMdotActual | = | 0.0d0 | ||
real(kind=r64), | public | :: | QTotalHeatRecovered | = | 0.0d0 | ||
real(kind=r64), | public | :: | QJacketRecovered | = | 0.0d0 | ||
real(kind=r64), | public | :: | QLubeOilRecovered | = | 0.0d0 | ||
real(kind=r64), | public | :: | QExhaustRecovered | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelEnergyUseRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | TotalHeatEnergyRec | = | 0.0d0 | ||
real(kind=r64), | public | :: | JacketEnergyRec | = | 0.0d0 | ||
real(kind=r64), | public | :: | LubeOilEnergyRec | = | 0.0d0 | ||
real(kind=r64), | public | :: | ExhaustEnergyRec | = | 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 | :: | ElecPowerGenerated | = | 0.0d0 | ||
real(kind=r64), | public | :: | ElecEnergyGenerated | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatRecMaxTemp | = | 0.0d0 | ||
integer, | public | :: | HRLoopNum | = | 0 | ||
integer, | public | :: | HRLoopSideNum | = | 0 | ||
integer, | public | :: | HRBranchNum | = | 0 | ||
integer, | public | :: | HRCompNum | = | 0 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=r64), | public | :: | PowerGen | = | 0.0d0 | ||
real(kind=r64), | public | :: | EnergyGen | = | 0.0d0 | ||
real(kind=r64), | public | :: | QJacketRecovered | = | 0.0d0 | ||
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 | :: | TotalHeatEnergyRec | = | 0.0d0 | ||
real(kind=r64), | public | :: | JacketEnergyRec | = | 0.0d0 | ||
real(kind=r64), | public | :: | LubeOilEnergyRec | = | 0.0d0 | ||
real(kind=r64), | public | :: | ExhaustEnergyRec | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | FuelEnergyUseRate | = | 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 | ||
---|---|---|---|---|---|---|
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 |
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) | :: | Num | |||
real(kind=r64), | intent(in) | :: | EnergyRecovered | |||
real(kind=r64), | intent(in) | :: | HeatRecMdot | |||
real(kind=r64), | intent(inout) | :: | HRecRatio |
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 |