Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private, | parameter | :: | TempSpecType_Constant | = | -1 | |
integer, | private, | parameter | :: | TempSpecType_Schedule | = | -2 | |
type(WaterSourceSpecs), | private, | ALLOCATABLE, DIMENSION(:) | :: | WaterSource | |||
integer, | private | :: | NumSources | = | 0 | ||
logical, | private | :: | GetInput | = | .TRUE. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
integer, | public | :: | InletNodeNum | = | 0 | ||
integer, | public | :: | OutletNodeNum | = | 0 | ||
real(kind=r64), | public | :: | DesVolFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | MassFlowRateMax | = | 0.0d0 | ||
logical, | public | :: | EMSOverrideOnMassFlowRateMax | = | .FALSE. | ||
real(kind=r64), | public | :: | EMSOverrideValueMassFlowRateMax | = | 0.d0 | ||
real(kind=r64), | public | :: | MassFlowRate | = | 0.0d0 | ||
integer, | public | :: | TempSpecType | = | 0 | ||
character(len=MaxNameLength), | public | :: | TempSpecScheduleName | = | '' | ||
integer, | public | :: | TempSpecScheduleNum | = | 0 | ||
real(kind=r64), | public | :: | BoundaryTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | InletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | HeatEnergy | = | 0.0d0 | ||
type(PlantLocation), | public | :: | Location | = | PlantLocation(0, 0, 0, 0) | ||
real(kind=r64), | public | :: | SizFac | = | 0.0d0 | ||
logical, | public | :: | CheckEquipName | = | .TRUE. | ||
logical, | public | :: | MyFlag | = | .TRUE. | ||
logical, | public | :: | MyEnvironFlag | = | .TRUE. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | SourceName | |||
integer, | intent(in) | :: | EquipFlowCtrl | |||
integer, | intent(inout) | :: | CompIndex | |||
logical, | intent(in) | :: | RunFlag | |||
logical, | intent(in) | :: | FirstHVACIteration | |||
logical, | intent(inout) | :: | InitLoopEquip | |||
real(kind=r64), | intent(inout) | :: | MyLoad | |||
real(kind=r64), | intent(inout) | :: | MaxLoad | |||
real(kind=r64), | intent(inout) | :: | MinLoad | |||
real(kind=r64), | intent(inout) | :: | OptLoad | |||
logical, | intent(in) | :: | GetSizingFactor | |||
real(kind=r64), | intent(inout) | :: | SizingFactor |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | SourceNum | |||
logical, | intent(in) | :: | RunFlag | |||
real(kind=r64), | intent(in) | :: | MyLoad | |||
logical, | intent(in) | :: | FirstHVACIteration |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | SourceNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | SourceNum | |||
real(kind=r64), | intent(in) | :: | MyLoad | |||
logical, | intent(in) | :: | RunFlag | |||
integer, | intent(in) | :: | EquipFlowCtrl |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | SourceNum |