Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(TemperValveData), | private, | ALLOCATABLE, DIMENSION(:) | :: | TemperValve | |||
integer, | private | :: | NumTemperingValves | ||||
logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | CheckEquipName |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
integer, | public | :: | PltInletNodeNum | = | 0 | ||
integer, | public | :: | PltOutletNodeNum | = | 0 | ||
integer, | public | :: | PltStream2NodeNum | = | 0 | ||
integer, | public | :: | PltSetPointNodeNum | = | 0 | ||
integer, | public | :: | PltPumpOutletNodeNum | = | 0 | ||
logical, | public | :: | Init | = | .true. | ||
real(kind=r64), | public | :: | FlowDivFract | = | 0.0d0 | ||
real(kind=r64), | public | :: | Stream2SourceTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | InletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | SetpointTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | MixedMassFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | DivertedFlowRate | = | 0.0d0 | ||
integer, | public | :: | LoopNum | = | 0 | ||
integer, | public | :: | LoopSideNum | = | 0 | ||
integer, | public | :: | BranchNum | = | 0 | ||
integer, | public | :: | CompNum | = | 0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CompTypeNum | |||
character(len=*), | intent(in) | :: | CompName | |||
integer | :: | CompNum | ||||
logical, | intent(in) | :: | RunFlag | |||
logical, | intent(inout) | :: | InitLoopEquip | |||
real(kind=r64), | intent(inout) | :: | MyLoad | |||
real(kind=r64), | intent(out) | :: | MaxCap | |||
real(kind=r64), | intent(out) | :: | MinCap | |||
real(kind=r64), | intent(out) | :: | OptCap | |||
logical, | intent(in) | :: | FirstHVACIteration |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CompTypeNum | |||
integer, | intent(in) | :: | CompNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CompTypeNum | |||
integer, | intent(in) | :: | CompNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CompTypeNum | |||
integer, | intent(in) | :: | CompNum |