| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | private | :: | GetSplitterInputFlag | = | .TRUE. | ||
| integer, | public | :: | NumSplitters | = | 0 | ||
| type(SplitterConditions), | public, | ALLOCATABLE, DIMENSION(:) | :: | SplitterCond | |||
| logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | CheckEquipName |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=MaxNameLength), | public | :: | SplitterName | = | ' ' | ||
| real(kind=r64), | public | :: | InletTemp | = | 0.0d0 | ||
| real(kind=r64), | public | :: | InletHumRat | = | 0.0d0 | ||
| real(kind=r64), | public | :: | InletEnthalpy | = | 0.0d0 | ||
| real(kind=r64), | public | :: | InletPressure | = | 0.0d0 | ||
| integer, | public | :: | InletNode | = | 0 | ||
| real(kind=r64), | public | :: | InletMassFlowRate | = | 0.0d0 | ||
| real(kind=r64), | public | :: | InletMassFlowRateMaxAvail | = | 0.0d0 | ||
| real(kind=r64), | public | :: | InletMassFlowRateMinAvail | = | 0.0d0 | ||
| integer, | public | :: | NumOutletNodes | = | 0 | ||
| integer, | public, | DIMENSION(:), ALLOCATABLE | :: | OutletNode | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | OutletMassFlowRate | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | OutletMassFlowRateMaxAvail | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | OutletMassFlowRateMinAvail | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | OutletTemp | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | OutletHumRat | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | OutletEnthalpy | |||
| real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | OutletPressure |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | SplitterName | |||
| integer, | intent(in) | :: | SplitterNum | |||
| logical, | intent(inout) | :: | ErrorsFound |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | SplitterName | |||
| integer, | intent(in) | :: | SplitterNum | |||
| logical, | intent(inout) | :: | ErrorsFound |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | CompName | |||
| logical, | intent(in) | :: | FirstHVACIteration | |||
| logical, | intent(in) | :: | FirstCall | |||
| logical | :: | SplitterInletChanged | ||||
| integer, | intent(inout) | :: | CompIndex |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | SplitterNum | |||
| logical, | intent(in) | :: | FirstHVACIteration | |||
| logical, | intent(in) | :: | FirstCall |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | SplitterNum | |||
| logical, | intent(in) | :: | FirstCall |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | SplitterNum | |||
| logical, | intent(inout) | :: | SplitterInletChanged | |||
| logical, | intent(in) | :: | FirstCall |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | SplitterNum |