DataConvergParams Module

module~~dataconvergparams~~UsesGraph module~dataconvergparams DataConvergParams module~dataglobals DataGlobals module~dataglobals->module~dataconvergparams module~dataprecisionglobals DataPrecisionGlobals module~dataprecisionglobals->module~dataconvergparams module~dataprecisionglobals->module~dataglobals
Help

Used By

module~~dataconvergparams~~UsedByGraph module~dataconvergparams DataConvergParams proc~calcpumps CalcPumps module~dataconvergparams->proc~calcpumps proc~simairloops SimAirLoops module~dataconvergparams->proc~simairloops proc~updateplantloopinterface UpdatePlantLoopInterface module~dataconvergparams->proc~updateplantloopinterface proc~resolveairloopflowlimits ResolveAirLoopFlowLimits module~dataconvergparams->proc~resolveairloopflowlimits proc~getprojectdata GetProjectData module~dataconvergparams->proc~getprojectdata proc~updatezoneinletconvergencelog UpdateZoneInletConvergenceLog module~dataconvergparams->proc~updatezoneinletconvergencelog proc~initenergyreports InitEnergyReports module~dataconvergparams->proc~initenergyreports proc~simhvac SimHVAC module~dataconvergparams->proc~simhvac proc~manageplantloops ManagePlantLoops module~dataconvergparams->proc~manageplantloops proc~sizecontroller SizeController module~dataconvergparams->proc~sizecontroller proc~managehvac ManageHVAC module~dataconvergparams->proc~managehvac proc~initairloops InitAirLoops module~dataconvergparams->proc~initairloops proc~updatezoneequipment UpdateZoneEquipment module~dataconvergparams->proc~updatezoneequipment proc~simvavvs SimVAVVS module~dataconvergparams->proc~simvavvs proc~getplantloopdata GetPlantLoopData module~dataconvergparams->proc~getplantloopdata proc~getairpathdata GetAirPathData module~dataconvergparams->proc~getairpathdata proc~updatehvacinterface UpdateHVACInterface module~dataconvergparams->proc~updatehvacinterface module~hvacmanager HVACManager module~dataconvergparams->module~hvacmanager proc~initdualduct InitDualDuct module~dataconvergparams->proc~initdualduct proc~calcheatbalanceair CalcHeatBalanceAir module~hvacmanager->proc~calcheatbalanceair proc~resimulate Resimulate module~hvacmanager->proc~resimulate
Help


Variables

TypeVisibility AttributesNameInitial
real(kind=r64), public, parameter:: HVACEnthalpyToler =260.d0
real(kind=r64), public, parameter:: HVACFlowRateToler =0.01d0
real(kind=r64), public, parameter:: HVACFlowRateSlopeToler =0.001d0
real(kind=r64), public, parameter:: HVACFlowRateOscillationToler =0.0000001d0
real(kind=r64), public, parameter:: HVACHumRatToler =0.0001d0
real(kind=r64), public, parameter:: HVACHumRatSlopeToler =0.00001d0
real(kind=r64), public, parameter:: HVACHumRatOscillationToler =0.00000001d0
real(kind=r64), public, parameter:: HVACQualityToler =0.01d0
real(kind=r64), public, parameter:: HVACPressToler =10.0d0
real(kind=r64), public, parameter:: HVACTemperatureToler =0.01d0
real(kind=r64), public, parameter:: HVACTemperatureSlopeToler =0.001d0
real(kind=r64), public, parameter:: HVACTemperatureOscillationToler =0.000001d0
real(kind=r64), public, parameter:: HVACEnergyToler =10.0d0
real(kind=r64), public, parameter:: HVACCpApprox =1004.844d0
real(kind=r64), public, parameter:: PlantEnthalpyToler =0.10d0
real(kind=r64), public, parameter:: PlantFlowRateToler =0.001d0
real(kind=r64), public, parameter:: PlantFlowRateOscillationToler =0.0000001d0
real(kind=r64), public, parameter:: PlantFlowRateSlopeToler =0.0001d0
real(kind=r64), public, parameter:: PlantPressToler =10.0d0
real(kind=r64), public, parameter:: PlantTemperatureToler =0.01d0
real(kind=r64), public, parameter:: PlantTemperatureSlopeToler =0.001d0
real(kind=r64), public, parameter:: PlantTemperatureOscillationToler =0.000001d0
real(kind=r64), public, parameter:: PlantEnergyToler =10.0d0
real(kind=r64), public, parameter:: PlantCpApprox =4180.0d0
real(kind=r64), public, parameter:: PlantFlowFlowRateToler =0.01d0
integer, public, parameter:: ConvergLogStackDepth =10
real(kind=r64), public, parameter, DIMENSION(ConvergLogStackDepth):: ConvergLogStackARR =(/0.d0, -1.d0, -2.d0, -3.d0, -4.d0, -5.d0, -6.d0, -7.d0, -8.d0, -9.d0/)
integer, public, parameter:: CalledFromAirSystemDemandSide =100
integer, public, parameter:: CalledFromAirSystemSupplySideDeck1 =101
integer, public, parameter:: CalledFromAirSystemSupplySideDeck2 =102
type(HVACZoneInletConvergenceStruct), public, DIMENSION(:), ALLOCATABLE:: ZoneInletConvergence
type(HVACAirLoopIterationConvergenceStruct), public, DIMENSION(:), ALLOCATABLE:: AirLoopConvergence
type(PlantIterationConvergenceStruct), public, DIMENSION(:), ALLOCATABLE:: PlantConvergence
integer, public :: AirLoopConvergFail =0
real(kind=r64), public :: MinTimeStepSys =(1.d0/60.d0)
real(kind=r64), public :: MinTimeStepTol =1.0d-4
real(kind=r64), public :: MaxZoneTempDiff =0.3d0
real(kind=r64), public :: MinSysTimeRemaining =(1.0d0/3600.d0)
integer, public :: MaxIter =20
integer, public :: MaxPlantSubIterations =8
integer, public :: MinPlantSubIterations =2

Derived Types

type, public :: HVACNodeConvergLogStruct

Components

TypeVisibility AttributesNameInitial
integer, public :: NodeNum
logical, public :: NotConvergedHumRate
logical, public :: NotConvergedMassFlow
logical, public :: NotConvergedTemp
real(kind=r64), public, DIMENSION(ConvergLogStackDepth):: HumidityRatio
real(kind=r64), public, DIMENSION(ConvergLogStackDepth):: MassFlowRate
real(kind=r64), public, DIMENSION(ConvergLogStackDepth):: Temperature

Components

TypeVisibility AttributesNameInitial
character(len=MaxNameLength), public :: ZoneName
integer, public :: NumInletNodes =0
type(HVACNodeConvergLogStruct), public, DIMENSION(:), ALLOCATABLE:: InletNode

Components

TypeVisibility AttributesNameInitial
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

Components

TypeVisibility AttributesNameInitial
logical, public :: PlantMassFlowNotConverged =.FALSE.
real(kind=r64), public, DIMENSION(ConvergLogStackDepth):: PlantFlowDemandToSupplyTolValue =0.d0
real(kind=r64), public, DIMENSION(ConvergLogStackDepth):: PlantFlowSupplyToDemandTolValue =0.d0
logical, public :: PlantTempNotConverged =.FALSE.
real(kind=r64), public, DIMENSION(ConvergLogStackDepth):: PlantTempDemandToSupplyTolValue =0.d0
real(kind=r64), public, DIMENSION(ConvergLogStackDepth):: PlantTempSupplyToDemandTolValue =0.d0


AirflowNetworkBalanceManager AirflowNetworkSolver BaseboardElectric BaseboardRadiator Boilers BoilerSteam BranchInputManager BranchNodeConnections ChillerAbsorption ChillerElectricEIR ChillerExhaustAbsorption ChillerGasAbsorption ChillerIndirectAbsorption ChillerReformulatedEIR CondenserLoopTowers ConductionTransferFunctionCalc ConvectionCoefficients CoolTower CostEstimateManager CrossVentMgr CTElectricGenerator CurveManager DataAirflowNetwork DataAirLoop DataAirSystems DataBranchAirLoopPlant DataBranchNodeConnections DataBSDFWindow DataComplexFenestration DataContaminantBalance DataConvergParams DataConversions DataCostEstimate DataDaylighting DataDaylightingDevices DataDefineEquip DataDElight DataEnvironment DataErrorTracking DataGenerators DataGlobalConstants DataGlobals DataHeatBalance DataHeatBalFanSys DataHeatBalSurface DataHVACControllers DataHVACGlobals DataInterfaces DataIPShortCuts DataLoopNode DataMoistureBalance DataMoistureBalanceEMPD DataOutputs DataPhotovoltaics DataPlant DataPlantPipingSystems DataPrecisionGlobals DataReportingFlags DataRoomAirModel DataRootFinder DataRuntimeLanguage DataShadowingCombinations DataSizing DataStringGlobals DataSurfaceColors DataSurfaceLists DataSurfaces DataSystemVariables DataTimings DataUCSDSharedData DataVectorTypes DataViewFactorInformation DataWater DataWindowEquivalentLayer DataZoneControls DataZoneEnergyDemands DataZoneEquipment DaylightingDevices DaylightingManager DELIGHTMANAGERF DELIGHTMANAGERF DemandManager DesiccantDehumidifiers DirectAirManager DisplacementVentMgr DualDuct DXCoils DXFEarClipping EarthTube EconomicLifeCycleCost EconomicTariff EcoRoofManager ElectricBaseboardRadiator EMSManager EvaporativeCoolers EvaporativeFluidCoolers ExteriorEnergyUse ExternalInterface FanCoilUnits Fans FaultsManager FluidCoolers FluidProperties FuelCellElectricGenerator Furnaces General GeneratorDynamicsManager GeneratorFuelSupply GlobalNames GroundHeatExchangers HeatBalanceAirManager HeatBalanceHAMTManager HeatBalanceIntRadExchange HeatBalanceManager HeatBalanceMovableInsulation HeatBalanceSurfaceManager HeatBalFiniteDiffManager HeatingCoils HeatPumpWaterToWaterCOOLING HeatPumpWaterToWaterHEATING HeatPumpWaterToWaterSimple HeatRecovery HighTempRadiantSystem Humidifiers HVACControllers HVACCooledBeam HVACDuct HVACDXHeatPumpSystem HVACDXSystem HVACHXAssistedCoolingCoil HVACInterfaceManager HVACManager HVACMultiSpeedHeatPump HVACSingleDuctInduc HVACStandAloneERV HVACUnitaryBypassVAV HVACUnitarySystem HVACVariableRefrigerantFlow HWBaseboardRadiator ICEngineElectricGenerator IceThermalStorage InputProcessor InternalHeatGains ISO_C_FUNCTION_BINDING ISO_C_FUNCTION_BINDING LowTempRadiantSystem ManageElectricPower MatrixDataManager MicroCHPElectricGenerator MicroturbineElectricGenerator MixedAir MixerComponent MoistureBalanceEMPDManager MundtSimMgr NodeInputManager NonZoneEquipmentManager OutAirNodeManager OutdoorAirUnit OutputProcessor OutputReportPredefined OutputReportTabular OutsideEnergySources PackagedTerminalHeatPump PackagedThermalStorageCoil Photovoltaics PhotovoltaicThermalCollectors PipeHeatTransfer Pipes PlantCentralGSHP PlantChillers PlantComponentTemperatureSources PlantCondLoopOperation PlantHeatExchangerFluidToFluid PlantLoadProfile PlantLoopEquip PlantLoopSolver PlantManager PlantPipingSystemsManager PlantPressureSystem PlantUtilities PlantValves PollutionModule PondGroundHeatExchanger PoweredInductionUnits Psychrometrics Pumps PurchasedAirManager RefrigeratedCase ReportSizingManager ReturnAirPathManager RoomAirModelManager RoomAirModelUserTempPattern RootFinder RuntimeLanguageProcessor ScheduleManager SetPointManager SimAirServingZones SimulationManager SingleDuct SizingManager SolarCollectors SolarReflectionManager SolarShading SortAndStringUtilities SplitterComponent SQLiteProcedures SQLiteProcedures StandardRatings SteamBaseboardRadiator SteamCoils SurfaceGeometry SurfaceGroundHeatExchanger SystemAvailabilityManager SystemReports TARCOGArgs TARCOGCommon TARCOGDeflection TARCOGGasses90 TARCOGGassesParams TARCOGMain TARCOGOutput TARCOGParams TarcogShading ThermalChimney ThermalComfort ThermalEN673Calc ThermalISO15099Calc TranspiredCollector UFADManager UnitHeater UnitVentilator UserDefinedComponents VariableSpeedCoils vectors VentilatedSlab WaterCoils WaterManager WaterThermalTanks WatertoAirHeatPump WatertoAirHeatPumpSimple WaterUse WeatherManager WindowAC WindowComplexManager WindowEquivalentLayer WindowManager WindTurbine ZoneAirLoopEquipmentManager ZoneContaminantPredictorCorrector ZoneDehumidifier ZoneEquipmentManager ZonePlenum ZoneTempPredictorCorrector