Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=r64), | private, | ALLOCATABLE, DIMENSION(:) | :: | AvgData | |||
type(SimulationOrder), | private, | ALLOCATABLE, DIMENSION(:) | :: | PrioritySimOrder | |||
integer, | private, | ALLOCATABLE, DIMENSION(:) | :: | DefaultSimOrder | |||
integer, | private | :: | NumOfTimeStepInDay | ||||
logical, | private | :: | GetZoneEquipmentInputFlag | = | .TRUE. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | EquipType | = | ' ' | ||
integer, | public | :: | EquipType_Num | = | 0 | ||
character(len=MaxNameLength), | public | :: | EquipName | = | ' ' | ||
integer, | public | :: | EquipPtr | = | 0 | ||
integer, | public | :: | CoolingPriority | = | 0 | ||
integer, | public | :: | HeatingPriority | = | 0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical | :: | FirstHVACIteration | ||||
logical | :: | SimZone | ||||
logical | :: | SimAir |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in) | :: | FirstHVACIteration |
!PH/WFB/LKL (UCDV model) MassFlowRate = SysOutputProvided / (CpAir*DeltaTemp)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | CallIndicator |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical | :: | FirstHVACIteration | ||||
logical | :: | SimAir |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ControlledZoneNum | |||
integer, | intent(in) | :: | ActualZoneNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ZoneNum | |||
real(kind=r64), | intent(inout) | :: | SysOutputProvided | |||
real(kind=r64), | intent(inout) | :: | LatOutputProvided |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ZoneNum | |||
real(kind=r64), | intent(in) | :: | SysOutputProvided | |||
real(kind=r64), | intent(in) | :: | LatOutputProvided | |||
integer, | intent(in), | optional | :: | EquipPriorityNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(inout) | :: | SimAir |