Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=r64), | private, | parameter | :: | MinAirMassFlow | = | 0.001d0 | |
integer, | private, | parameter | :: | On | = | 1 | |
integer, | private, | parameter | :: | Off | = | 0 | |
integer, | private | :: | NumDXHeatPumpSystems | = | 0 | ||
logical, | private | :: | EconomizerFlag | = | .FALSE. | ||
type(DXHeatPumpSystemStruct), | private, | ALLOCATABLE, DIMENSION(:) | :: | DXHeatPumpSystem | |||
logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | CheckEquipName |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | DXHeatPumpSystemType | = | ' ' | ||
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
integer, | public | :: | SchedPtr | = | 0 | ||
character(len=MaxNameLength), | public | :: | HeatPumpCoilType | = | ' ' | ||
integer, | public | :: | HeatPumpCoilType_Num | = | 0 | ||
character(len=MaxNameLength), | public | :: | HeatPumpCoilName | = | ' ' | ||
integer, | public | :: | HeatPumpCoilIndex | = | 0 | ||
integer, | public | :: | DXHeatPumpCoilInletNodeNum | = | 0 | ||
integer, | public | :: | DXHeatPumpCoilOutletNodeNum | = | 0 | ||
integer, | public | :: | DXSystemControlNodeNum | = | 0 | ||
real(kind=r64), | public | :: | DesiredOutletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | PartLoadFrac | = | 0.0d0 | ||
real(kind=r64), | public | :: | SpeedRatio | = | 0.0d0 | ||
real(kind=r64), | public | :: | CycRatio | = | 0.0d0 | ||
integer, | public | :: | FanOpMode | = | 0 | ||
integer, | public | :: | DXCoilSensPLRIter | = | 0 | ||
integer, | public | :: | DXCoilSensPLRIterIndex | = | 0 | ||
integer, | public | :: | DXCoilSensPLRFail | = | 0 | ||
integer, | public | :: | DXCoilSensPLRFailIndex | = | 0 | ||
real(kind=r64), | public | :: | OAUnitSetTemp | = | 0.0d0 | ||
integer, | public | :: | SpeedNum | = | 0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | PartLoadFrac | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | PartLoadRatio | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | SpeedRatio | |||
real(kind=r64), | intent(in), | optional | DIMENSION(:) | :: | Par |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | DXHeatPumpSystemName | |||
logical, | intent(in) | :: | FirstHVACIteration | |||
integer, | intent(in) | :: | AirLoopNum | |||
integer, | intent(inout) | :: | CompIndex | |||
integer, | intent(in), | optional | :: | OAUnitNum | ||
real(kind=r64), | intent(in), | optional | :: | OAUCoilOutTemp | ||
real(kind=r64), | intent(inout), | optional | :: | QTotOut |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | DXSystemNum | |||
integer, | intent(in) | :: | AirLoopNum | |||
integer, | intent(in), | optional | :: | OAUnitNum | ||
real(kind=r64), | intent(in), | optional | :: | OAUCoilOutTemp |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | DXSystemNum | |||
logical, | intent(in) | :: | FirstHVACIteration |