AirflowNetworkSolver Module

module~~airflownetworksolver~~UsesGraph module~airflownetworksolver AirflowNetworkSolver module~dataglobals DataGlobals module~dataglobals->module~airflownetworksolver module~dataenvironment DataEnvironment module~dataglobals->module~dataenvironment module~psychrometrics Psychrometrics module~dataglobals->module~psychrometrics module~datasurfaces DataSurfaces module~dataglobals->module~datasurfaces module~dataairflownetwork DataAirflowNetwork module~dataglobals->module~dataairflownetwork module~databsdfwindow DataBSDFWindow module~dataglobals->module~databsdfwindow module~dataenvironment->module~airflownetworksolver module~dataenvironment->module~psychrometrics module~psychrometrics->module~airflownetworksolver module~datainterfaces DataInterfaces module~datainterfaces->module~airflownetworksolver module~datainterfaces->module~psychrometrics module~datasurfaces->module~airflownetworksolver module~dataairflownetwork->module~airflownetworksolver module~dataprecisionglobals DataPrecisionGlobals module~dataprecisionglobals->module~airflownetworksolver module~dataprecisionglobals->module~dataglobals module~dataprecisionglobals->module~dataenvironment module~dataprecisionglobals->module~psychrometrics module~dataprecisionglobals->module~datainterfaces module~dataprecisionglobals->module~datasurfaces module~dataprecisionglobals->module~dataairflownetwork module~general General module~dataprecisionglobals->module~general module~dataprecisionglobals->module~databsdfwindow module~datavectortypes DataVectorTypes module~dataprecisionglobals->module~datavectortypes module~general->module~psychrometrics module~databsdfwindow->module~datasurfaces module~datavectortypes->module~datasurfaces module~datavectortypes->module~databsdfwindow
Help

Used By

module~~airflownetworksolver~~UsedByGraph module~airflownetworksolver AirflowNetworkSolver module~airflownetworkbalancemanager AirflowNetworkBalanceManager module~airflownetworksolver->module~airflownetworkbalancemanager proc~calchybridventsysavailmgr CalcHybridVentSysAvailMgr module~airflownetworkbalancemanager->proc~calchybridventsysavailmgr proc~simselectedequipment SimSelectedEquipment module~airflownetworkbalancemanager->proc~simselectedequipment proc~reportairheatbalance ReportAirHeatBalance module~airflownetworkbalancemanager->proc~reportairheatbalance proc~managehvac ManageHVAC module~airflownetworkbalancemanager->proc~managehvac
Help


Variables

TypeVisibility AttributesNameInitial
integer, public :: NetworkNumOfLinks =0
integer, public :: NetworkNumOfNodes =0
integer, private, parameter:: NrInt =20
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: AFECTL
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: AFLOW2
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: AFLOW
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: PS
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: PW
real(kind=r64), private :: PB =0.0d0
integer, private :: LIST =0
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: RHOZ
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: SQRTDZ
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: VISCZ
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: SUMAF
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: TZ
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: WZ
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: PZ
integer, private, ALLOCATABLE, DIMENSION(:):: ID
integer, private, ALLOCATABLE, DIMENSION(:):: IK
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: AD
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: AU
integer, private, ALLOCATABLE, DIMENSION(:):: newIK
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: newAU
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: SUMF
integer, private :: Unit11 =0
integer, private :: Unit21 =0
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: DpProf
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: RhoProfF
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: RhoProfT
real(kind=r64), private, ALLOCATABLE, DIMENSION(:,:):: DpL

Functions

private function psz(Pz0, Rho0, beta, z0, z, g)

Arguments

Type IntentOptional AttributesName
real(kind=r64), intent(in) :: Pz0
real(kind=r64), intent(in) :: Rho0
real(kind=r64), intent(in) :: beta
real(kind=r64), intent(in) :: z0
real(kind=r64), intent(in) :: z
real(kind=r64), intent(in) :: g

Return Value real(kind=r64)


Subroutines

public subroutine AllocateAirflowNetworkData()

Arguments

None

public subroutine InitAirflowNetworkData()

Arguments

None

public subroutine SETSKY()

Arguments

None

public subroutine AIRMOV()

Arguments

None

private subroutine SOLVZP(IK, AD, AU, ITER)

Arguments

Type IntentOptional AttributesName
integer, intent(inout) :: IK(NetworkNumOfNodes+1)
real(kind=r64), intent(inout) :: AD(NetworkNumOfNodes)
real(kind=r64), intent(inout) :: AU(IK(NetworkNumOfNodes+1))
integer, intent(inout) :: ITER

private subroutine FILJAC(NNZE, LFLAG)

!! Check array of DP. DpL is used for multizone air flow calculation only !! and is not for forced air calculation

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: NNZE
integer, intent(in) :: LFLAG

private subroutine AFEPLR(J, LFLAG, PDROP, I, N, M, F, DF, NF)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: J
integer, intent(in) :: LFLAG
real(kind=r64), intent(in) :: PDROP
integer, intent(in) :: I
integer, intent(in) :: N
integer, intent(in) :: M
real(kind=r64), intent(out) :: F(2)
real(kind=r64), intent(out) :: DF(2)
integer, intent(out) :: NF

private subroutine AFESCR(J, LFLAG, PDROP, I, N, M, F, DF, NF)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: J
integer, intent(in) :: LFLAG
real(kind=r64), intent(in) :: PDROP
integer, intent(in) :: I
integer, intent(in) :: N
integer, intent(in) :: M
real(kind=r64), intent(out) :: F(2)
real(kind=r64), intent(out) :: DF(2)
integer, intent(out) :: NF

private subroutine AFEDWC(J, LFLAG, PDROP, I, N, M, F, DF, NF)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: J
integer, intent(in) :: LFLAG
real(kind=r64), intent(in) :: PDROP
integer, intent(in) :: I
integer, intent(in) :: N
integer, intent(in) :: M
real(kind=r64), intent(out) :: F(2)
real(kind=r64), intent(out) :: DF(2)
integer, intent(out) :: NF

private subroutine AFESOP(J, LFLAG, PDROP, I, N, M, F, DF, NF)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: J
integer, intent(in) :: LFLAG
real(kind=r64), intent(in) :: PDROP
integer, intent(in) :: I
integer, intent(in) :: N
integer, intent(in) :: M
real(kind=r64), intent(out) :: F(2)
real(kind=r64), intent(out) :: DF(2)
integer, intent(out) :: NF

private subroutine AFECFR(J, LFLAG, PDROP, I, N, M, F, DF, NF)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: J
integer, intent(in) :: LFLAG
real(kind=r64), intent(in) :: PDROP
integer, intent(in) :: I
integer, intent(in) :: N
integer, intent(in) :: M
real(kind=r64), intent(out) :: F(2)
real(kind=r64), intent(out) :: DF(2)
integer, intent(out) :: NF

private subroutine AFEFAN(JA, LFLAG, PDROP, I, N, M, F, DF, NF)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: JA
integer, intent(in) :: LFLAG
real(kind=r64), intent(in) :: PDROP
integer, intent(in) :: I
integer, intent(in) :: N
integer, intent(in) :: M
real(kind=r64), intent(out) :: F(2)
real(kind=r64), intent(out) :: DF(2)
integer, intent(out) :: NF

private subroutine AFECPF(J, LFLAG, PDROP, I, N, M, F, DF, NF)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: J
integer, intent(in) :: LFLAG
real(kind=r64), intent(in) :: PDROP
integer, intent(in) :: I
integer, intent(in) :: N
integer, intent(in) :: M
real(kind=r64), intent(out) :: F(2)
real(kind=r64), intent(out) :: DF(2)
integer, intent(out) :: NF

private subroutine AFEDMP(J, LFLAG, PDROP, I, N, M, F, DF, NF)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: J
integer, intent(in) :: LFLAG
real(kind=r64), intent(in) :: PDROP
integer, intent(in) :: I
integer, intent(in) :: N
integer, intent(in) :: M
real(kind=r64), intent(out) :: F(2)
real(kind=r64), intent(out) :: DF(2)
integer, intent(out) :: NF

private subroutine AFESEL(J, LFLAG, PDROP, I, N, M, F, DF, NF)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: J
integer, intent(in) :: LFLAG
real(kind=r64), intent(in) :: PDROP
integer, intent(in) :: I
integer, intent(in) :: N
integer, intent(in) :: M
real(kind=r64), intent(out) :: F(2)
real(kind=r64), intent(out) :: DF(2)
integer, intent(out) :: NF

private subroutine AFEELR(J, LFLAG, PDROP, I, N, M, F, DF, NF)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: J
integer, intent(in) :: LFLAG
real(kind=r64), intent(in) :: PDROP
integer, intent(in) :: I
integer, intent(in) :: N
integer, intent(in) :: M
real(kind=r64), intent(out) :: F(2)
real(kind=r64), intent(out) :: DF(2)
integer, intent(out) :: NF

private subroutine AFECPD(J, LFLAG, PDROP, I, N, M, F, DF, NF)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: J
integer, intent(in) :: LFLAG
real(kind=r64), intent(inout) :: PDROP
integer, intent(in) :: I
integer, intent(in) :: N
integer, intent(in) :: M
real(kind=r64), intent(out) :: F(2)
real(kind=r64), intent(out) :: DF(2)
integer, intent(out) :: NF

private subroutine AFECOI(J, LFLAG, PDROP, I, N, M, F, DF, NF)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: J
integer, intent(in) :: LFLAG
real(kind=r64), intent(in) :: PDROP
integer, intent(in) :: I
integer, intent(in) :: N
integer, intent(in) :: M
real(kind=r64), intent(out) :: F(2)
real(kind=r64), intent(out) :: DF(2)
integer, intent(out) :: NF

private subroutine AFETMU(J, LFLAG, PDROP, I, N, M, F, DF, NF)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: J
integer, intent(in) :: LFLAG
real(kind=r64), intent(in) :: PDROP
integer, intent(in) :: I
integer, intent(in) :: N
integer, intent(in) :: M
real(kind=r64), intent(out) :: F(2)
real(kind=r64), intent(out) :: DF(2)
integer, intent(out) :: NF

private subroutine AFEEXF(J, LFLAG, PDROP, I, N, M, F, DF, NF)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: J
integer, intent(in) :: LFLAG
real(kind=r64), intent(in) :: PDROP
integer, intent(in) :: I
integer, intent(in) :: N
integer, intent(in) :: M
real(kind=r64), intent(out) :: F(2)
real(kind=r64), intent(out) :: DF(2)
integer, intent(out) :: NF

private subroutine AFEHEX(J, LFLAG, PDROP, I, N, M, F, DF, NF)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: J
integer, intent(in) :: LFLAG
real(kind=r64), intent(in) :: PDROP
integer, intent(in) :: I
integer, intent(in) :: N
integer, intent(in) :: M
real(kind=r64), intent(out) :: F(2)
real(kind=r64), intent(out) :: DF(2)
integer, intent(out) :: NF

private subroutine AFEHOP(J, LFLAG, PDROP, I, N, M, F, DF, NF)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: J
integer, intent(in) :: LFLAG
real(kind=r64), intent(in) :: PDROP
integer, intent(in) :: I
integer, intent(in) :: N
integer, intent(in) :: M
real(kind=r64), intent(out) :: F(2)
real(kind=r64), intent(out) :: DF(2)
integer, intent(out) :: NF

private subroutine GenericCrack(Coef, Expn, LFLAG, PDROP, N, M, F, DF, NF)

Arguments

Type IntentOptional AttributesName
real(kind=r64), intent(inout) :: Coef
real(kind=r64), intent(in) :: Expn
integer, intent(in) :: LFLAG
real(kind=r64), intent(in) :: PDROP
integer, intent(in) :: N
integer, intent(in) :: M
real(kind=r64), intent(out) :: F(2)
real(kind=r64), intent(out) :: DF(2)
integer, intent(out) :: NF

private subroutine FACSKY(AU, AD, AL, IK, NEQ, NSYM)

Arguments

Type IntentOptional AttributesName
real(kind=r64), intent(inout) :: AU(IK(NetworkNumOfNodes+1))
real(kind=r64), intent(inout) :: AD(NetworkNumOfNodes)
real(kind=r64), intent(inout) :: AL(IK(NetworkNumOfNodes+1)-1)
integer, intent(in) :: IK(NetworkNumOfNodes+1)
integer, intent(in) :: NEQ
integer, intent(in) :: NSYM

private subroutine SLVSKY(AU, AD, AL, B, IK, NEQ, NSYM)

Arguments

Type IntentOptional AttributesName
real(kind=r64), intent(in) :: AU(IK(NetworkNumOfNodes+1))
real(kind=r64), intent(in) :: AD(NetworkNumOfNodes)
real(kind=r64), intent(in) :: AL(IK(NetworkNumOfNodes+1)-1)
real(kind=r64), intent(inout) :: B(NetworkNumOfNodes)
integer, intent(in) :: IK(NetworkNumOfNodes+1)
integer, intent(in) :: NEQ
integer, intent(in) :: NSYM

private subroutine FILSKY(X, LM, IK, AU, AD, FLAG)

Arguments

Type IntentOptional AttributesName
real(kind=r64), intent(in) :: X(4)
integer, intent(in) :: LM(2)
integer, intent(in) :: IK(NetworkNumOfNodes+1)
real(kind=r64), intent(inout) :: AU(IK(NetworkNumOfNodes+1))
real(kind=r64), intent(inout) :: AD(NetworkNumOfNodes)
integer, intent(in) :: FLAG

private subroutine DUMPVD(S, V, N, UOUT)

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: S
real(kind=r64), intent(in) :: V(*)
integer, intent(in) :: N
integer, intent(in) :: UOUT

private subroutine DUMPVR(S, V, N, UOUT)

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: S
real(kind=r64), intent(in) :: V(*)
integer, intent(in) :: N
integer, intent(in) :: UOUT

private subroutine AFEDOP(J, LFLAG, PDROP, IL, N, M, F, DF, NF)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: J
integer, intent(in) :: LFLAG
real(kind=r64), intent(in) :: PDROP
integer, intent(in) :: IL
integer, intent(in) :: N
integer, intent(in) :: M
real(kind=r64), intent(out) :: F(2)
real(kind=r64), intent(out) :: DF(2)
integer, intent(out) :: NF

private subroutine PresProfile(IL, Pprof, G, DpF, DpT, BetaF, BetaT, RhoStF, RhoStT, From, To, ActLh, OwnHeightFactor)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: IL
integer, intent(in) :: Pprof
real(kind=r64), intent(in) :: G
real(kind=r64), intent(in) :: DpF(2)
real(kind=r64), intent(in) :: DpT(2)
real(kind=r64), intent(in) :: BetaF(2)
real(kind=r64), intent(in) :: BetaT(2)
real(kind=r64), intent(in) :: RhoStF(2)
real(kind=r64), intent(in) :: RhoStT(2)
integer, intent(in) :: From
integer, intent(in) :: To
real(kind=r64), intent(in) :: ActLh
real(kind=r64), intent(in) :: OwnHeightFactor

private subroutine PStack()

Arguments

None

private subroutine LClimb(g, Rho, Z, T, X, Dp, zone, Pz, Pbz, RhoDr)

Arguments

Type IntentOptional AttributesName
real(kind=r64), intent(in) :: g
real(kind=r64), intent(inout) :: Rho
real(kind=r64), intent(in) :: Z
real(kind=r64), intent(inout) :: T
real(kind=r64), intent(inout) :: X
real(kind=r64), intent(out) :: Dp
integer, intent(in) :: zone
real(kind=r64), intent(in) :: Pz
real(kind=r64), intent(in) :: Pbz
real(kind=r64), intent(out) :: RhoDr


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