Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | HVACMassFlowNotConverged | = | .FALSE. | ||
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACFlowDemandToSupplyTolValue | = | 0.d0 | |
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACFlowSupplyDeck1ToDemandTolValue | = | 0.d0 | |
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACFlowSupplyDeck2ToDemandTolValue | = | 0.d0 | |
logical, | public | :: | HVACHumRatNotConverged | = | .FALSE. | ||
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACHumDemandToSupplyTolValue | = | 0.d0 | |
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACHumSupplyDeck1ToDemandTolValue | = | 0.d0 | |
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACHumSupplyDeck2ToDemandTolValue | = | 0.d0 | |
logical, | public | :: | HVACTempNotConverged | = | .FALSE. | ||
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACTempDemandToSupplyTolValue | = | 0.d0 | |
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACTempSupplyDeck1ToDemandTolValue | = | 0.d0 | |
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACTempSupplyDeck2ToDemandTolValue | = | 0.d0 | |
logical, | public | :: | HVACEnergyNotConverged | = | .FALSE. | ||
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACEnergyDemandToSupplyTolValue | = | 0.d0 | |
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACEnergySupplyDeck1ToDemandTolValue | = | 0.d0 | |
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACEnergySupplyDeck2ToDemandTolValue | = | 0.d0 | |
logical, | public | :: | HVACEnthalpyNotConverged | = | .FALSE. | ||
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACEnthalpyDemandToSupplyTolValue | = | 0.d0 | |
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACEnthalpySupplyDeck1ToDemandTolValue | = | 0.d0 | |
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACEnthalpySupplyDeck2ToDemandTolValue | = | 0.d0 | |
logical, | public | :: | HVACPressureNotConverged | = | .FALSE. | ||
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACPressureDemandToSupplyTolValue | = | 0.d0 | |
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACPressureSupplyDeck1ToDemandTolValue | = | 0.d0 | |
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACPressueSupplyDeck2ToDemandTolValue | = | 0.d0 | |
logical, | public | :: | HVACQualityNotConverged | = | .FALSE. | ||
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACQualityDemandToSupplyTolValue | = | 0.d0 | |
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACQualitSupplyDeck1ToDemandTolValue | = | 0.d0 | |
real(kind=r64), | public, | DIMENSION(ConvergLogStackDepth) | :: | HVACQualitySupplyDeck2ToDemandTolValue | = | 0.d0 |
TYPE HVACAirLoopIterationConvergenceStruct
LOGICAL :: HVACMassFlowNotConverged = .FALSE. ! Flag to show mass flow convergence
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACFlowDemandToSupplyTolValue = 0.d0 ! Queue of convergence "results"
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACFlowSupplyDeck1ToDemandTolValue = 0.d0 ! Queue of convergence "results"
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACFlowSupplyDeck2ToDemandTolValue = 0.d0 ! Queue of convergence "results"
LOGICAL :: HVACHumRatNotConverged = .FALSE. ! Flag to show humidity ratio convergence or failure
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACHumDemandToSupplyTolValue = 0.d0 ! Queue of convergence "results"
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACHumSupplyDeck1ToDemandTolValue = 0.d0 ! Queue of convergence "results"
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACHumSupplyDeck2ToDemandTolValue = 0.d0 ! Queue of convergence "results"
LOGICAL :: HVACTempNotConverged = .FALSE. ! Flag to show temperature convergence or failure
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACTempDemandToSupplyTolValue = 0.d0 ! Queue of convergence "results"
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACTempSupplyDeck1ToDemandTolValue = 0.d0 ! Queue of convergence "results"
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACTempSupplyDeck2ToDemandTolValue = 0.d0 ! Queue of convergence "results"
LOGICAL :: HVACEnergyNotConverged = .FALSE. ! Flag to show energy convergence or failure
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACEnergyDemandToSupplyTolValue = 0.d0 ! Queue of convergence "results"
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACEnergySupplyDeck1ToDemandTolValue = 0.d0 ! Queue of convergence "results"
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACEnergySupplyDeck2ToDemandTolValue = 0.d0 ! Queue of convergence "results"
LOGICAL :: HVACEnthalpyNotConverged = .FALSE. ! Flag to show energy convergence or failure
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACEnthalpyDemandToSupplyTolValue = 0.d0 ! Queue of convergence "results"
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACEnthalpySupplyDeck1ToDemandTolValue = 0.d0 ! Queue of convergence "results"
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACEnthalpySupplyDeck2ToDemandTolValue = 0.d0 ! Queue of convergence "results"
LOGICAL :: HVACPressureNotConverged = .FALSE. ! Flag to show energy convergence or failure
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACPressureDemandToSupplyTolValue = 0.d0 ! Queue of convergence "results"
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACPressureSupplyDeck1ToDemandTolValue = 0.d0 ! Queue of convergence "results"
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACPressueSupplyDeck2ToDemandTolValue = 0.d0 ! Queue of convergence "results"
LOGICAL :: HVACQualityNotConverged = .FALSE. ! Flag to show energy convergence or failure
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACQualityDemandToSupplyTolValue = 0.d0 ! Queue of convergence "results"
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACQualitSupplyDeck1ToDemandTolValue = 0.d0 ! Queue of convergence "results"
REAL(r64), DIMENSION(ConvergLogStackDepth) :: HVACQualitySupplyDeck2ToDemandTolValue = 0.d0 ! Queue of convergence "results"
END TYPE HVACAirLoopIterationConvergenceStruct