unused-1208 INTEGER :: SplitNum
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private, | parameter | :: | MaxBranchLevel | = | 200 | |
integer, | private, | parameter | :: | Plant | = | 1 | |
integer, | private, | parameter | :: | Condenser | = | 2 | |
integer, | private, | parameter | :: | SupplyLoopPumpSingleSplitMix | = | 1 | |
integer, | private, | parameter | :: | DemandSingleSplitterMixer | = | 1 | |
integer, | private, | parameter | :: | TempSetPt | = | 1001 | |
integer, | private, | parameter | :: | FlowSetPt | = | 1007 | |
logical, | private | :: | InitLoopEquip | = | .TRUE. | ||
logical, | private | :: | GetCompSizFac | = | .FALSE. | ||
integer, | private | :: | PlantSupplyLoopCase | = | 0 | ||
integer, | private | :: | PlantDemandLoopCase | = | 0 | ||
integer, | private, | DIMENSION(:), ALLOCATABLE | :: | SupplySideInletNode | |||
integer, | private, | DIMENSION(:), ALLOCATABLE | :: | SupplySideOutletNode | |||
integer, | private, | ALLOCATABLE, DIMENSION(:) | :: | DemandSideInletNode | |||
type(LoopPipeData), | private, | DIMENSION(:), ALLOCATABLE | :: | LoopPipe | |||
type(TempLoopData), | private, | SAVE | :: | TempLoop |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
character(len=MaxNameLength), | public | :: | BranchList | = | ' ' | ||
character(len=MaxNameLength), | public | :: | ConnectList | = | ' ' | ||
integer, | public | :: | TotalBranches | = | 0 | ||
type(BranchData), | public, | ALLOCATABLE, DIMENSION(:) | :: | Branch | |||
type(SplitterData), | public, | ALLOCATABLE, DIMENSION(:) | :: | Splitter | |||
type(MixerData), | public, | ALLOCATABLE, DIMENSION(:) | :: | Mixer | |||
logical, | public | :: | SplitterExists | = | .FALSE. | ||
logical, | public | :: | MixerExists | = | .FALSE. | ||
logical, | public | :: | ByPassExists | = | .FALSE. | ||
logical, | public | :: | LoopHasConnectionComp | = | .FALSE. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | NumPipes | = | 0 | ||
type(PipeData), | public, | DIMENSION(:), ALLOCATABLE | :: | Pipe |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | LoopNum | |||
integer, | intent(in) | :: | LoopSide |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in) | :: | FirstHVACIteration | |||
logical, | intent(inout) | :: | SimAirLoops | |||
logical, | intent(inout) | :: | SimZoneEquipment | |||
logical, | intent(inout) | :: | SimNonZoneEquipment | |||
logical, | intent(inout) | :: | SimPlantLoops | |||
logical, | intent(inout) | :: | SimElecCircuits |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in) | :: | FirstHVACIteration |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | LoopNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | LoopNum | |||
logical, | intent(in) | :: | OkayToFinish |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | LoopNum | |||
integer, | intent(in) | :: | LoopSideNum | |||
integer, | intent(in) | :: | BranchNum | |||
integer, | intent(in) | :: | CompNum | |||
character(len=*), | intent(in) | :: | PumpName | |||
integer, | intent(in) | :: | PumpOutletNode | |||
logical, | intent(in) | :: | HasBranchPumps |