Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | parameter | :: | MaxPolynomOrder | = | 4 | |
integer, | public, | parameter | :: | MaxOrderedPairs | = | 60 | |
real(kind=r64), | public, | parameter | :: | PolyConvgTol | = | 1.D-05 | |
real(kind=r64), | public, | parameter | :: | MinWaterMassFlowFrac | = | 0.000001d0 | |
real(kind=r64), | public, | parameter | :: | MinAirMassFlow | = | 0.001d0 | |
integer, | public, | parameter | :: | WaterCoil_SimpleHeating | = | TypeOf_CoilWaterSimpleHeating | |
integer, | public, | parameter | :: | WaterCoil_DetFlatFinCooling | = | TypeOf_CoilWaterDetailedFlatCooling | |
integer, | public, | parameter | :: | WaterCoil_Cooling | = | TypeOf_CoilWaterCooling | |
integer, | public, | parameter | :: | CoilType_Cooling | = | 1 | |
integer, | public, | parameter | :: | CoilType_Heating | = | 2 | |
integer, | public, | parameter | :: | CoilModel_Simple | = | 1 | |
integer, | public, | parameter | :: | CoilModel_Cooling | = | 2 | |
integer, | public, | parameter | :: | CoilModel_Detailed | = | 3 | |
integer, | public, | parameter | :: | CounterFlow | = | 1 | |
integer, | public, | parameter | :: | CrossFlow | = | 2 | |
integer, | public, | parameter | :: | SimpleAnalysis | = | 1 | |
integer, | public, | parameter | :: | DetailedAnalysis | = | 2 | |
integer, | public, | parameter | :: | CondensateDiscarded | = | 1001 | |
integer, | public, | parameter | :: | CondensateToTank | = | 1002 | |
integer, | public, | parameter | :: | UAandFlow | = | 1 | |
integer, | public, | parameter | :: | NomCap | = | 2 | |
integer, | public, | parameter | :: | DesignCalc | = | 1 | |
integer, | public, | parameter | :: | SimCalc | = | 2 | |
integer, | public | :: | NumWaterCoils | = | 0 | ||
type(WaterCoilEquipConditions), | public, | ALLOCATABLE, DIMENSION(:) | :: | WaterCoil | |||
logical, | public, | ALLOCATABLE, DIMENSION(:) | :: | MySizeFlag | |||
logical, | public, | ALLOCATABLE, DIMENSION(:) | :: | MyUAAndFlowCalcFlag | |||
logical, | public, | ALLOCATABLE, DIMENSION(:) | :: | MyCoilDesignFlag | |||
logical, | public, | ALLOCATABLE, DIMENSION(:) | :: | CoilWarningOnceFlag | |||
integer, | public, | ALLOCATABLE, DIMENSION(:) | :: | WaterTempCoolCoilErrs | |||
integer, | public, | ALLOCATABLE, DIMENSION(:) | :: | PartWetCoolCoilErrs | |||
logical, | public | :: | GetWaterCoilsInputFlag | = | .True. | ||
logical, | public, | ALLOCATABLE, DIMENSION(:) | :: | CheckEquipName |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
character(len=10), | public | :: | WaterCoilTypeA | = | ' ' | ||
character(len=20), | public | :: | WaterCoilModelA | = | ' ' | ||
integer, | public | :: | WaterCoilType | = | 0 | ||
integer, | public | :: | WaterCoilModel | = | 0 | ||
integer, | public | :: | WaterCoilType_Num | = | 0 | ||
character(len=MaxNameLength), | public | :: | Schedule | = | ' ' | ||
integer, | public | :: | SchedPtr | = | 0 | ||
logical, | public | :: | RequestingAutoSize | = | .false. | ||
real(kind=r64), | public | :: | InletAirMassFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutletAirMassFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | InletAirTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutletAirTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | InletAirHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutletAirHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | InletAirEnthalpy | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutletAirEnthalpy | = | 0.0d0 | ||
real(kind=r64), | public | :: | TotWaterCoilLoad | = | 0.0d0 | ||
real(kind=r64), | public | :: | SenWaterCoilLoad | = | 0.0d0 | ||
real(kind=r64), | public | :: | TotWaterHeatingCoilEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | TotWaterCoolingCoilEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | SenWaterCoolingCoilEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesWaterHeatingCoilRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | TotWaterHeatingCoilRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesWaterCoolingCoilRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | TotWaterCoolingCoilRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | SenWaterCoolingCoilRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | UACoil | = | 0.0d0 | ||
real(kind=r64), | public | :: | LeavingRelHum | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesiredOutletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesiredOutletHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | InletWaterTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutletWaterTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | InletWaterMassFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutletWaterMassFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | MaxWaterVolFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | MaxWaterMassFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | InletWaterEnthalpy | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutletWaterEnthalpy | = | 0.0d0 | ||
real(kind=r64), | public | :: | TubeOutsideSurfArea | = | 0.0d0 | ||
real(kind=r64), | public | :: | TotTubeInsideArea | = | 0.0d0 | ||
real(kind=r64), | public | :: | FinSurfArea | = | 0.0d0 | ||
real(kind=r64), | public | :: | MinAirFlowArea | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoilDepth | = | 0.0d0 | ||
real(kind=r64), | public | :: | FinDiam | = | 0.0d0 | ||
real(kind=r64), | public | :: | FinThickness | = | 0.0d0 | ||
real(kind=r64), | public | :: | TubeInsideDiam | = | 0.0d0 | ||
real(kind=r64), | public | :: | TubeOutsideDiam | = | 0.0d0 | ||
real(kind=r64), | public | :: | TubeThermConductivity | = | 0.0d0 | ||
real(kind=r64), | public | :: | FinThermConductivity | = | 0.0d0 | ||
real(kind=r64), | public | :: | FinSpacing | = | 0.0d0 | ||
real(kind=r64), | public | :: | TubeDepthSpacing | = | 0.0d0 | ||
integer, | public | :: | NumofTubeRows | = | 0 | ||
integer, | public | :: | NumofTubesperRow | = | 0 | ||
real(kind=r64), | public | :: | EffectiveFinDiam | = | 0.0d0 | ||
real(kind=r64), | public | :: | TotCoilOutsideSurfArea | = | 0.0d0 | ||
real(kind=r64), | public | :: | CoilEffectiveInsideDiam | = | 0.0d0 | ||
real(kind=r64), | public | :: | GeometryCoef1 | = | 0.0d0 | ||
real(kind=r64), | public | :: | GeometryCoef2 | = | 0.0d0 | ||
real(kind=r64), | public | :: | DryFinEfficncyCoef(5) | = | 0.0d0 | ||
real(kind=r64), | public | :: | SatEnthlCurveConstCoef | = | 0.0d0 | ||
real(kind=r64), | public | :: | SatEnthlCurveSlope | = | 0.0d0 | ||
real(kind=r64), | public | :: | EnthVsTempCurveAppxSlope | = | 0.0d0 | ||
real(kind=r64), | public | :: | EnthVsTempCurveConst | = | 0.0d0 | ||
real(kind=r64), | public | :: | MeanWaterTempSaved | = | 0.0d0 | ||
real(kind=r64), | public | :: | InWaterTempSaved | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutWaterTempSaved | = | 0.0d0 | ||
real(kind=r64), | public | :: | SurfAreaWetSaved | = | 0.0d0 | ||
real(kind=r64), | public | :: | SurfAreaWetFraction | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesInletWaterTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesAirVolFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesInletAirTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesInletAirHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesTotWaterCoilLoad | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesSenWaterCoilLoad | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesAirMassFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | UACoilTotal | = | 0.0d0 | ||
real(kind=r64), | public | :: | UACoilInternal | = | 0.0d0 | ||
real(kind=r64), | public | :: | UACoilExternal | = | 0.0d0 | ||
real(kind=r64), | public | :: | UACoilInternalDes | = | 0.0d0 | ||
real(kind=r64), | public | :: | UACoilExternalDes | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesOutletAirTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesOutletAirHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | DesOutletWaterTemp | = | 0.0d0 | ||
integer, | public | :: | HeatExchType | = | 0 | ||
integer, | public | :: | CoolingCoilAnalysisMode | = | 0 | ||
real(kind=r64), | public | :: | UACoilInternalPerUnitArea | = | 0.0d0 | ||
real(kind=r64), | public | :: | UAWetExtPerUnitArea | = | 0.0d0 | ||
real(kind=r64), | public | :: | UADryExtPerUnitArea | = | 0.0d0 | ||
real(kind=r64), | public | :: | SurfAreaWetFractionSaved | = | 0.0d0 | ||
real(kind=r64), | public | :: | UACoilVariable | = | 0.d0 | ||
real(kind=r64), | public | :: | RatioAirSideToWaterSideConvect | = | 1.d0 | ||
real(kind=r64), | public | :: | AirSideNominalConvect | = | 0.d0 | ||
real(kind=r64), | public | :: | LiquidSideNominalConvect | = | 0.d0 | ||
integer, | public | :: | Control | = | 0 | ||
integer, | public | :: | AirInletNodeNum | = | 0 | ||
integer, | public | :: | AirOutletNodeNum | = | 0 | ||
integer, | public | :: | WaterInletNodeNum | = | 0 | ||
integer, | public | :: | WaterOutletNodeNum | = | 0 | ||
integer, | public | :: | WaterLoopNum | = | 0 | ||
integer, | public | :: | WaterLoopSide | = | 0 | ||
integer, | public | :: | WaterLoopBranchNum | = | 0 | ||
integer, | public | :: | WaterLoopCompNum | = | 0 | ||
integer, | public | :: | CondensateCollectMode | = | CondensateDiscarded | ||
character(len=MaxNameLength), | public | :: | CondensateCollectName | = | ' ' | ||
integer, | public | :: | CondensateTankID | = | 0 | ||
integer, | public | :: | CondensateTankSupplyARRID | = | 0 | ||
real(kind=r64), | public | :: | CondensateVdot | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondensateVol | = | 0.0d0 | ||
integer, | public | :: | CoilPerfInpMeth | = | 0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CoilNum | |||
real(kind=r64), | intent(in) | :: | CapacityStream1 | |||
real(kind=r64), | intent(in) | :: | EnergyInStreamOne | |||
real(kind=r64), | intent(in) | :: | CapacityStream2 | |||
real(kind=r64), | intent(in) | :: | EnergyInStreamTwo | |||
real(kind=r64), | intent(in) | :: | DesTotalHeatTransfer |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | UA | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | UA | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CoilType | |||
character(len=*), | intent(in) | :: | CoilName | |||
logical, | intent(inout) | :: | ErrorsFound |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CoilType | |||
character(len=*), | intent(in) | :: | CoilName | |||
logical, | intent(inout) | :: | ErrorsFound |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CoilType | |||
character(len=*), | intent(in) | :: | CoilName | |||
logical, | intent(inout) | :: | ErrorsFound |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CoilType | |||
character(len=*), | intent(in) | :: | CoilName | |||
logical, | intent(inout) | :: | ErrorsFound |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CoilType | |||
character(len=*), | intent(in) | :: | CoilName | |||
logical, | intent(inout) | :: | ErrorsFound |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | H | |||
real(kind=r64), | intent(in) | :: | RH | |||
real(kind=r64), | intent(in) | :: | PB |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | Tprov | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CoilNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CoilType | |||
character(len=*), | intent(in) | :: | CoilName | |||
logical, | intent(inout) | :: | ErrorsFound |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CoilType | |||
character(len=*), | intent(in) | :: | CoilName | |||
logical, | intent(inout) | :: | ErrorsFound |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CoilType | |||
character(len=*), | intent(in) | :: | CoilName | |||
logical, | intent(inout) | :: | ErrorsFound |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CompName | |||
logical, | intent(in) | :: | FirstHVACIteration | |||
integer, | intent(inout) | :: | CompIndex | |||
real(kind=r64), | intent(inout), | optional | :: | QActual | ||
integer, | intent(in), | optional | :: | FanOpMode | ||
real(kind=r64), | intent(in), | optional | :: | PartLoadRatio |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CoilNum | |||
logical, | intent(in) | :: | FirstHVACIteration |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CoilNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CoilNum | |||
integer, | intent(in) | :: | FanOpMode | |||
real(kind=r64), | intent(in) | :: | PartLoadRatio | |||
integer, | intent(in) | :: | CalcMode |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CoilNum | |||
integer, | intent(in) | :: | CalcMode | |||
integer, | intent(in) | :: | FanOpMode | |||
real(kind=r64), | intent(in) | :: | PartLoadRatio |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CoilNum | |||
logical, | intent(in) | :: | FirstHVACIteration | |||
integer, | intent(in) | :: | CalcMode | |||
integer, | intent(in) | :: | FanOpMode | |||
real(kind=r64), | intent(in) | :: | PartLoadRatio |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CoilNum | |||
real(kind=r64), | intent(in) | :: | WaterTempIn | |||
real(kind=r64), | intent(in) | :: | AirTempIn | |||
real(kind=r64), | intent(in) | :: | CoilUA | |||
real(kind=r64) | :: | OutletWaterTemp | ||||
real(kind=r64) | :: | OutletAirTemp | ||||
real(kind=r64) | :: | OutletAirHumRat | ||||
real(kind=r64) | :: | Q | ||||
integer, | intent(in) | :: | FanOpMode | |||
real(kind=r64), | intent(in) | :: | PartLoadRatio |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CoilNum | |||
real(kind=r64), | intent(in) | :: | WaterTempIn | |||
real(kind=r64), | intent(in) | :: | AirTempIn | |||
real(kind=r64), | intent(in) | :: | AirHumRat | |||
real(kind=r64), | intent(in) | :: | UAInternalTotal | |||
real(kind=r64), | intent(in) | :: | UAExternalTotal | |||
real(kind=r64) | :: | OutletWaterTemp | ||||
real(kind=r64) | :: | OutletAirTemp | ||||
real(kind=r64) | :: | OutletAirHumRat | ||||
real(kind=r64) | :: | TotWaterCoilLoad | ||||
real(kind=r64) | :: | SenWaterCoilLoad | ||||
real(kind=r64) | :: | SurfAreaWetFraction | ||||
real(kind=r64) | :: | AirInletCoilSurfTemp | ||||
integer, | intent(in) | :: | FanOpMode | |||
real(kind=r64), | intent(in) | :: | PartLoadRatio |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CoilNum | |||
logical, | intent(in) | :: | FirstHVACIteration | |||
real(kind=r64), | intent(in) | :: | InletWaterTemp | |||
real(kind=r64), | intent(in) | :: | InletAirTemp | |||
real(kind=r64), | intent(in) | :: | AirDewPointTemp | |||
real(kind=r64) | :: | OutletWaterTemp | ||||
real(kind=r64) | :: | OutletAirTemp | ||||
real(kind=r64) | :: | OutletAirHumRat | ||||
real(kind=r64) | :: | TotWaterCoilLoad | ||||
real(kind=r64) | :: | SenWaterCoilLoad | ||||
real(kind=r64) | :: | SurfAreaWetFraction | ||||
integer, | intent(in) | :: | FanOpMode | |||
real(kind=r64), | intent(in) | :: | PartLoadRatio |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CoilNum | |||
real(kind=r64), | intent(in) | :: | CapacityStream1 | |||
real(kind=r64), | intent(in) | :: | EnergyInStreamOne | |||
real(kind=r64), | intent(in) | :: | CapacityStream2 | |||
real(kind=r64), | intent(in) | :: | EnergyInStreamTwo | |||
real(kind=r64), | intent(in) | :: | CoilUA | |||
real(kind=r64) | :: | EnergyOutStreamOne | ||||
real(kind=r64) | :: | EnergyOutStreamTwo |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CoilNum | |||
real(kind=r64), | intent(in) | :: | AirTempIn | |||
real(kind=r64), | intent(in) | :: | EnthAirInlet | |||
real(kind=r64), | intent(in) | :: | EnthAirOutlet | |||
real(kind=r64), | intent(in) | :: | UACoilExternal | |||
real(kind=r64) | :: | OutletAirTemp | ||||
real(kind=r64) | :: | OutletAirHumRat | ||||
real(kind=r64) | :: | SenWaterCoilLoad |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CoilNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CoilNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64) | :: | OutTubeEffFinDiamRatio | ||||
real(kind=r64), | DIMENSION(:) | :: | PolynomCoef |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64) | :: | BessFuncArg | ||||
integer | :: | BessFuncOrd | ||||
real(kind=r64) | :: | IBessFunc | ||||
integer | :: | ErrorCode |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64) | :: | BessFuncArg | ||||
integer | :: | BessFuncOrd | ||||
real(kind=r64) | :: | KBessFunc | ||||
integer | :: | ErrorCode |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | DIMENSION(2,MaxOrderedPairs) | :: | OrderedPair | |||
real(kind=r64), | DIMENSION(MaxPolynomOrder+1) | :: | PolynomCoef |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(out) | :: | NewSurfAreaWetFrac | |||
real(kind=r64), | intent(in) | :: | SurfAreaFracCurrent | |||
real(kind=r64), | intent(in) | :: | ErrorCurrent | |||
real(kind=r64), | intent(inout) | :: | SurfAreaFracPrevious | |||
real(kind=r64), | intent(inout) | :: | ErrorPrevious | |||
real(kind=r64), | intent(inout) | :: | SurfAreaFracLast | |||
real(kind=r64), | intent(inout) | :: | ErrorLast | |||
integer, | intent(in) | :: | IterNum | |||
integer, | intent(inout) | :: | icvg |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CompType | |||
character(len=*), | intent(in) | :: | CompName | |||
real(kind=r64), | intent(out) | :: | Value | |||
integer, | intent(inout) | :: | CompIndex |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CoilType | |||
character(len=*), | intent(in) | :: | CoilName | |||
real(kind=r64), | intent(in) | :: | CoilDesFlow | |||
logical, | intent(inout) | :: | ErrorsFound |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ActuatorNodeNum | |||
integer, | intent(out) | :: | iNodeType | |||
logical, | intent(out) | :: | NodeNotFound |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | SensorNodeNum | |||
integer, | intent(in) | :: | ControlledVar | |||
logical, | intent(out) | :: | NodeNotFound |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CoilTypeNum | |||
character(len=*), | intent(in) | :: | CoilName | |||
integer, | intent(in) | :: | EquipFlowCtrl | |||
integer, | intent(in) | :: | LoopNum | |||
integer, | intent(in) | :: | LoopSide | |||
integer, | intent(inout) | :: | CompIndex | |||
logical, | intent(in) | :: | FirstHVACIteration | |||
logical, | intent(inout) | :: | InitLoopEquip |