Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=r64), | private, | parameter | :: | SmallNum | = | 1.0d-30 | |
real(kind=r64), | private, | parameter | :: | StefBoltzmann | = | 5.6697d-08 | |
type(PondGroundHeatExchangerData), | private, | DIMENSION(:), ALLOCATABLE | :: | PondGHE | |||
type(PondGroundHeatExchangerReport), | private, | DIMENSION(:), ALLOCATABLE | :: | PondGHEReport | |||
integer, | private | :: | NumOfPondGHEs | = | 0 | ||
real(kind=r64), | private | :: | InletTemp | = | 0.0d0 | ||
real(kind=r64), | private | :: | OutletTemp | = | 0.0d0 | ||
real(kind=r64), | private | :: | FlowRate | = | 0.0d0 | ||
real(kind=r64), | private | :: | HeatTransRate | = | 0.0d0 | ||
real(kind=r64), | private | :: | PondTemp | = | 0.0d0 | ||
real(kind=r64), | private | :: | PastPondTemp | = | 0.0d0 | ||
real(kind=r64), | private | :: | PondArea | = | 0.0d0 | ||
real(kind=r64), | private | :: | PondDepth | = | 0.0d0 | ||
real(kind=r64), | private | :: | TubeInDiameter | = | 0.0d0 | ||
real(kind=r64), | private | :: | TubeOutDiameter | = | 0.0d0 | ||
real(kind=r64), | private | :: | TubeConductivity | = | 0.0d0 | ||
real(kind=r64), | private | :: | GrndConductivity | = | 0.0d0 | ||
real(kind=r64), | private | :: | Concentration | = | 0.0d0 | ||
real(kind=r64), | private | :: | CircLength | = | 0.0d0 | ||
integer, | private | :: | NumCircuits | = | 0 | ||
integer, | private | :: | InletNodeNum | = | 0 | ||
integer, | private | :: | OutletNodeNum | = | 0 | ||
integer, | private | :: | WaterIndex | = | 0 | ||
logical, | private | :: | NoDeepGroundTempObjWarning | = | .true. | ||
logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | CheckEquipName |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
character(len=MaxNameLength), | public | :: | InletNode | = | ' ' | ||
character(len=MaxNameLength), | public | :: | OutletNode | = | ' ' | ||
real(kind=r64), | public | :: | DesignMassFlowRate | = | 0.d0 | ||
real(kind=r64), | public | :: | DesignCapacity | = | 0.d0 | ||
real(kind=r64), | public | :: | Depth | = | 0.0d0 | ||
real(kind=r64), | public | :: | Area | = | 0.0d0 | ||
real(kind=r64), | public | :: | TubeInDiameter | = | 0.0d0 | ||
real(kind=r64), | public | :: | TubeOutDiameter | = | 0.0d0 | ||
real(kind=r64), | public | :: | TubeConductivity | = | 0.0d0 | ||
real(kind=r64), | public | :: | GrndConductivity | = | 0.0d0 | ||
real(kind=r64), | public | :: | CircuitLength | = | 0.0d0 | ||
real(kind=r64), | public | :: | BulkTemperature | = | 0.0d0 | ||
real(kind=r64), | public | :: | PastBulkTemperature | = | 0.0d0 | ||
integer, | public | :: | NumCircuits | = | 0 | ||
integer, | public | :: | InletNodeNum | = | 0 | ||
integer, | public | :: | OutletNodeNum | = | 0 | ||
integer, | public | :: | FrozenErrIndex | = | 0 | ||
integer, | public | :: | ConsecutiveFrozen | = | 0 | ||
integer, | public | :: | LoopNum | = | 0 | ||
integer, | public | :: | LoopSideNum | = | 0 | ||
integer, | public | :: | BranchNum | = | 0 | ||
integer, | public | :: | CompNum | = | 0 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=r64), | public | :: | InletTemp | ||||
real(kind=r64), | public | :: | OutletTemp | ||||
real(kind=r64), | public | :: | MassFlowRate | ||||
real(kind=r64), | public | :: | PondTemp | ||||
real(kind=r64), | public | :: | HeatTransferRate | ||||
real(kind=r64), | public | :: | Energy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | PondBulkTemp | |||
integer, | intent(in) | :: | PondGHENum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | InsideTemperature | |||
real(kind=r64), | intent(in) | :: | PondTemperature | |||
real(kind=r64), | intent(in) | :: | MassFlowRate | |||
integer, | intent(in) | :: | PondGHENum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CompName | |||
integer, | intent(inout) | :: | CompIndex | |||
logical, | intent(in) | :: | FirstHVACIteration | |||
logical, | intent(in) | :: | Runflag | |||
logical | :: | InitLoopEquip | ||||
real(kind=r64), | intent(inout) | :: | Maxload | |||
real(kind=r64), | intent(inout) | :: | MinLoad | |||
real(kind=r64), | intent(inout) | :: | OptLoad |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | PondGHENum | |||
logical, | intent(in) | :: | FirstHVACIteration | |||
logical, | intent(in) | :: | RunFlag |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | PondGHENum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | PondGHENum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | PondGHENum |