| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(UserPlantComponentStruct), | private, | DIMENSION(:), ALLOCATABLE | :: | UserPlantComp | |||
| type(UserCoilComponentStruct), | private, | DIMENSION(:), ALLOCATABLE | :: | UserCoil | |||
| type(UserZoneHVACForcedAirComponentStruct), | private, | DIMENSION(:), ALLOCATABLE | :: | UserZoneAirHVAC | |||
| type(UserAirTerminalComponentStruct), | private, | DIMENSION(:), ALLOCATABLE | :: | UserAirTerminal | |||
| integer, | private | :: | NumUserPlantComps | = | 0 | ||
| integer, | private | :: | NumUserCoils | = | 0 | ||
| integer, | private | :: | NumUserZoneAir | = | 0 | ||
| integer, | private | :: | NumUserAirTerminals | = | 0 | ||
| logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | CheckUserPlantCompName | |||
| logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | CheckUserCoilName | |||
| logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | CheckUserZoneAirName | |||
| logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | CheckUserAirTerminal | |||
| logical, | private | :: | GetInput | = | .TRUE. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | ErlInitProgramMngr | = | 0 | ||
| integer, | public | :: | ErlSimProgramMngr | = | 0 | ||
| integer, | public | :: | LoopNum | = | 0 | ||
| integer, | public | :: | LoopSideNum | = | 0 | ||
| integer, | public | :: | BranchNum | = | 0 | ||
| integer, | public | :: | CompNum | = | 0 | ||
| integer, | public | :: | InletNodeNum | = | 0 | ||
| integer, | public | :: | OutletNodeNum | = | 0 | ||
| integer, | public | :: | FlowPriority | = | LoopFlowStatus_Unknown | ||
| integer, | public | :: | HowLoadServed | = | HowMet_Unknown | ||
| real(kind=r64), | public | :: | LowOutTempLimit | = | 0.d0 | ||
| real(kind=r64), | public | :: | HiOutTempLimit | = | 0.d0 | ||
| real(kind=r64), | public | :: | MassFlowRateRequest | = | 0.d0 | ||
| real(kind=r64), | public | :: | MassFlowRateMin | = | 0.d0 | ||
| real(kind=r64), | public | :: | MassFlowRateMax | = | 0.d0 | ||
| real(kind=r64), | public | :: | DesignVolumeFlowRate | = | 0.d0 | ||
| real(kind=r64), | public | :: | MyLoad | = | 0.d0 | ||
| real(kind=r64), | public | :: | MinLoad | = | 0.d0 | ||
| real(kind=r64), | public | :: | MaxLoad | = | 0.d0 | ||
| real(kind=r64), | public | :: | OptLoad | = | 0.d0 | ||
| real(kind=r64), | public | :: | InletRho | = | 0.d0 | ||
| real(kind=r64), | public | :: | InletCp | = | 0.d0 | ||
| real(kind=r64), | public | :: | InletTemp | = | 0.d0 | ||
| real(kind=r64), | public | :: | InletMassFlowRate | = | 0.d0 | ||
| real(kind=r64), | public | :: | OutletTemp | = | 0.d0 |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | InletNodeNum | = | 0 | ||
| integer, | public | :: | OutletNodeNum | = | 0 | ||
| real(kind=r64), | public | :: | InletRho | = | 0.d0 | ||
| real(kind=r64), | public | :: | InletCp | = | 0.d0 | ||
| real(kind=r64), | public | :: | InletTemp | = | 0.d0 | ||
| real(kind=r64), | public | :: | InletHumRat | = | 0.d0 | ||
| real(kind=r64), | public | :: | InletMassFlowRate | = | 0.d0 | ||
| real(kind=r64), | public | :: | OutletTemp | = | 0.d0 | ||
| real(kind=r64), | public | :: | OutletHumRat | = | 0.d0 | ||
| real(kind=r64), | public | :: | OutletMassFlowRate | = | 0.d0 |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | SuppliedByWaterSystem | = | .FALSE. | ||
| integer, | public | :: | SupplyTankID | = | 0 | ||
| integer, | public | :: | SupplyTankDemandARRID | = | 0 | ||
| real(kind=r64), | public | :: | SupplyVdotRequest | = | 0.d0 | ||
| logical, | public | :: | CollectsToWaterSystem | = | .FALSE. | ||
| integer, | public | :: | CollectionTankID | = | 0 | ||
| integer, | public | :: | CollectionTankSupplyARRID | = | 0 | ||
| real(kind=r64), | public | :: | CollectedVdot | = | 0.d0 |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | DeviceHasInternalGains | = | .FALSE. | ||
| integer, | public | :: | ZoneNum | = | 0 | ||
| real(kind=r64), | public | :: | ConvectionGainRate | = | 0.d0 | ||
| real(kind=r64), | public | :: | ReturnAirConvectionGainRate | = | 0.d0 | ||
| real(kind=r64), | public | :: | ThermalRadiationGainRate | = | 0.d0 | ||
| real(kind=r64), | public | :: | LatentGainRate | = | 0.d0 | ||
| real(kind=r64), | public | :: | ReturnAirLatentGainRate | = | 0.d0 | ||
| real(kind=r64), | public | :: | CarbonDioxideGainRate | = | 0.d0 | ||
| real(kind=r64), | public | :: | GenericContamGainRate | = | 0.d0 |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
| integer, | public | :: | ErlSimProgramMngr | = | 0 | ||
| integer, | public | :: | NumPlantConnections | = | 0 | ||
| type(PlantConnectionStruct), | public, | DIMENSION(:), ALLOCATABLE | :: | Loop | |||
| type(AirConnectionStruct), | public | :: | Air | ||||
| type(WaterUseTankConnectionStruct), | public | :: | Water | ||||
| type(ZoneInternalGainsStruct), | public | :: | Zone |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
| integer, | public | :: | ErlSimProgramMngr | = | 0 | ||
| integer, | public | :: | ErlInitProgramMngr | = | 0 | ||
| integer, | public | :: | NumAirConnections | = | 0 | ||
| logical, | public | :: | PlantIsConnected | = | .FALSE. | ||
| type(AirConnectionStruct), | public, | DIMENSION(:), ALLOCATABLE | :: | Air | |||
| type(PlantConnectionStruct), | public | :: | Loop | ||||
| type(WaterUseTankConnectionStruct), | public | :: | Water | ||||
| type(ZoneInternalGainsStruct), | public | :: | Zone |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
| integer, | public | :: | ErlSimProgramMngr | = | 0 | ||
| integer, | public | :: | ErlInitProgramMngr | = | 0 | ||
| type(AirConnectionStruct), | public | :: | ZoneAir | ||||
| type(AirConnectionStruct), | public | :: | SourceAir | ||||
| integer, | public | :: | NumPlantConnections | = | 0 | ||
| type(PlantConnectionStruct), | public, | DIMENSION(:), ALLOCATABLE | :: | Loop | |||
| type(WaterUseTankConnectionStruct), | public | :: | Water | ||||
| type(ZoneInternalGainsStruct), | public | :: | Zone | ||||
| real(kind=r64), | public | :: | RemainingOutputToHeatingSP | = | 0.d0 | ||
| real(kind=r64), | public | :: | RemainingOutputToCoolingSP | = | 0.d0 | ||
| real(kind=r64), | public | :: | RemainingOutputReqToHumidSP | = | 0.d0 | ||
| real(kind=r64), | public | :: | RemainingOutputReqToDehumidSP | = | 0.d0 |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
| integer, | public | :: | ActualCtrlZoneNum | = | 0 | ||
| integer, | public | :: | ErlSimProgramMngr | = | 0 | ||
| integer, | public | :: | ErlInitProgramMngr | = | 0 | ||
| type(AirConnectionStruct), | public | :: | AirLoop | ||||
| type(AirConnectionStruct), | public | :: | SourceAir | ||||
| integer, | public | :: | NumPlantConnections | = | 0 | ||
| type(PlantConnectionStruct), | public, | DIMENSION(:), ALLOCATABLE | :: | Loop | |||
| type(WaterUseTankConnectionStruct), | public | :: | Water | ||||
| type(ZoneInternalGainsStruct), | public | :: | Zone | ||||
| real(kind=r64), | public | :: | RemainingOutputToHeatingSP | = | 0.d0 | ||
| real(kind=r64), | public | :: | RemainingOutputToCoolingSP | = | 0.d0 | ||
| real(kind=r64), | public | :: | RemainingOutputReqToHumidSP | = | 0.d0 | ||
| real(kind=r64), | public | :: | RemainingOutputReqToDehumidSP | = | 0.d0 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | LoopNum | |||
| integer, | intent(in) | :: | LoopSideNum | |||
| character(len=*), | intent(in) | :: | EquipType | |||
| character(len=*), | intent(in) | :: | EquipName | |||
| integer, | intent(inout) | :: | CompIndex | |||
| logical, | intent(inout) | :: | InitLoopEquip | |||
| real(kind=r64), | intent(in) | :: | MyLoad | |||
| real(kind=r64), | intent(out) | :: | MaxCap | |||
| real(kind=r64), | intent(out) | :: | MinCap | |||
| real(kind=r64), | intent(out) | :: | OptCap |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | EquipName | |||
| integer, | intent(inout) | :: | CompIndex | |||
| integer, | intent(in) | :: | AirLoopNum | |||
| logical, | intent(inout) | :: | HeatingActive | |||
| logical, | intent(inout) | :: | CoolingActive |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | CompName | |||
| integer, | intent(in) | :: | ZoneNum | |||
| real(kind=r64), | intent(out) | :: | SensibleOutputProvided | |||
| real(kind=r64), | intent(out) | :: | LatentOutputProvided | |||
| integer, | intent(inout) | :: | CompIndex |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | CompName | |||
| logical, | intent(in) | :: | FirstHVACIteration | |||
| integer, | intent(in) | :: | ZoneNum | |||
| integer, | intent(in) | :: | ZoneNodeNum | |||
| integer, | intent(inout) | :: | CompIndex |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | CompNum | |||
| integer, | intent(in) | :: | LoopNum | |||
| real(kind=r64), | intent(in) | :: | MyLoad |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | CompNum |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | CompNum | |||
| integer, | intent(in) | :: | ZoneNum |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | CompNum | |||
| integer, | intent(in) | :: | ZoneNum |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | CompNum | |||
| integer, | intent(in) | :: | LoopNum |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | CompNum |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | CompNum |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | CompNum |