HeatBalFiniteDiffManager Module

module~~heatbalfinitediffmanager~~UsesGraph module~heatbalfinitediffmanager HeatBalFiniteDiffManager module~dataglobals DataGlobals module~dataglobals->module~heatbalfinitediffmanager module~dataenvironment DataEnvironment module~dataglobals->module~dataenvironment module~psychrometrics Psychrometrics module~dataglobals->module~psychrometrics module~dataheatbalance DataHeatBalance module~dataglobals->module~dataheatbalance module~datasurfaces DataSurfaces module~dataglobals->module~datasurfaces module~datawindowequivalentlayer DataWindowEquivalentLayer module~dataglobals->module~datawindowequivalentlayer module~databsdfwindow DataBSDFWindow module~dataglobals->module~databsdfwindow module~datacomplexfenestration DataComplexFenestration module~dataglobals->module~datacomplexfenestration module~schedulemanager ScheduleManager module~dataglobals->module~schedulemanager module~dataenvironment->module~heatbalfinitediffmanager module~dataenvironment->module~psychrometrics module~dataenvironment->module~schedulemanager module~datamoisturebalance DataMoistureBalance module~datamoisturebalance->module~heatbalfinitediffmanager module~dataheatbalfansys DataHeatBalFanSys module~dataheatbalfansys->module~heatbalfinitediffmanager module~psychrometrics->module~heatbalfinitediffmanager module~dataheatbalance->module~heatbalfinitediffmanager module~heatbalancemovableinsulation HeatBalanceMovableInsulation module~dataheatbalance->module~heatbalancemovableinsulation module~heatbalancemovableinsulation->module~heatbalfinitediffmanager module~dataheatbalsurface DataHeatBalSurface module~dataheatbalsurface->module~heatbalfinitediffmanager module~datainterfaces DataInterfaces module~datainterfaces->module~heatbalfinitediffmanager module~datainterfaces->module~psychrometrics module~datainterfaces->module~heatbalancemovableinsulation module~datainterfaces->module~schedulemanager module~datasurfaces->module~heatbalfinitediffmanager module~datasurfaces->module~dataheatbalance module~datasurfaces->module~heatbalancemovableinsulation module~dataprecisionglobals DataPrecisionGlobals module~dataprecisionglobals->module~heatbalfinitediffmanager module~dataprecisionglobals->module~dataglobals module~dataprecisionglobals->module~dataenvironment module~dataprecisionglobals->module~datamoisturebalance module~dataprecisionglobals->module~dataheatbalfansys module~dataprecisionglobals->module~psychrometrics module~dataprecisionglobals->module~dataheatbalance module~dataprecisionglobals->module~heatbalancemovableinsulation module~dataprecisionglobals->module~dataheatbalsurface module~dataprecisionglobals->module~datainterfaces module~dataprecisionglobals->module~datasurfaces module~general General module~dataprecisionglobals->module~general module~dataprecisionglobals->module~datawindowequivalentlayer module~dataprecisionglobals->module~databsdfwindow module~dataprecisionglobals->module~datacomplexfenestration module~datavectortypes DataVectorTypes module~dataprecisionglobals->module~datavectortypes module~dataprecisionglobals->module~schedulemanager module~general->module~psychrometrics module~datawindowequivalentlayer->module~dataheatbalance module~databsdfwindow->module~dataheatbalance module~databsdfwindow->module~datasurfaces module~datacomplexfenestration->module~dataheatbalance module~datavectortypes->module~dataheatbalance module~datavectortypes->module~datasurfaces module~datavectortypes->module~databsdfwindow module~schedulemanager->module~heatbalancemovableinsulation
Help

Used By

module~~heatbalfinitediffmanager~~UsedByGraph module~heatbalfinitediffmanager HeatBalFiniteDiffManager proc~calcheatbalanceinsidesurf CalcHeatBalanceInsideSurf module~heatbalfinitediffmanager->proc~calcheatbalanceinsidesurf proc~initemscontrolledconstructions InitEMSControlledConstructions module~heatbalfinitediffmanager->proc~initemscontrolledconstructions proc~managesurfaceheatbalance ManageSurfaceHeatBalance module~heatbalfinitediffmanager->proc~managesurfaceheatbalance proc~initsurfaceheatbalance InitSurfaceHeatBalance module~heatbalfinitediffmanager->proc~initsurfaceheatbalance
Help


Variables

TypeVisibility AttributesNameInitial
real(kind=r64), private, parameter:: Lambda =2500000.0d0
real(kind=r64), private, parameter:: smalldiff =1.d-8
integer, private, parameter:: CrankNicholsonSecondOrder =1
integer, private, parameter:: FullyImplicitFirstOrder =2
character(len=*), private, parameter, DIMENSION(2):: cCondFDSchemeType =(/'CrankNicholsonSecondOrder', 'FullyImplicitFirstOrder  '/)
real(kind=r64), private, parameter:: TempInitValue =23.0d0
real(kind=r64), private, parameter:: RhovInitValue =0.0115d0
real(kind=r64), private, parameter:: EnthInitValue =100.0d0
type(ConstructionDataFD), public, ALLOCATABLE, DIMENSION(:):: ConstructFD
type(SurfaceDataFD), public, ALLOCATABLE, DIMENSION(:):: SurfaceFD
type(MaterialDataFD), private, ALLOCATABLE, DIMENSION(:):: MaterialFD
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: SigmaR
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: SigmaC
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: QHeatInFlux
real(kind=r64), private, ALLOCATABLE, DIMENSION(:):: QHeatOutFlux
integer, private :: CondFDSchemeType =FullyImplicitFirstOrder
real(kind=r64), private :: SpaceDescritConstant =3.d0
real(kind=r64), private :: MinTempLimit =-100.d0
real(kind=r64), private :: MaxTempLimit =100.d0
integer, private :: MaxGSiter =30
real(kind=r64), private :: fracTimeStepZone_Hour =0.0d0
logical, private :: GetHBFiniteDiffInputFlag =.true.
integer, private :: WarmupSurfTemp =0

Derived Types

type, public :: ConstructionDataFD

Components

TypeVisibility AttributesNameInitial
character(len=MaxNameLength), public, ALLOCATABLE, DIMENSION(:):: Name
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: DelX
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: TempStability
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: MoistStability
integer, public, ALLOCATABLE, DIMENSION(:):: NodeNumPoint
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: Thickness
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: NodeXlocation
integer, public :: TotNodes =0
integer, public :: DeltaTime =0

type, public :: SurfaceDataFD

Components

TypeVisibility AttributesNameInitial
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: T
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: TOld
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: TT
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: Rhov
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: RhovOld
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: RhoT
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: TD
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: TDT
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: TDTLast
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: TDOld
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: TDreport
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: RH
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: RHreport
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: EnthOld
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: EnthNew
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: EnthLast
integer, public :: GSloopCounter =0
integer, public :: GSloopErrorCount =0
real(kind=r64), public :: MaxNodeDelTemp =0.0d0

type, private :: MaterialDataFD

Components

TypeVisibility AttributesNameInitial
real(kind=r64), public :: tk1 =0.0d0
integer, public :: numTempEnth =0
integer, public :: numTempCond =0
real(kind=r64), public, ALLOCATABLE, DIMENSION(:,:):: TempEnth
real(kind=r64), public, ALLOCATABLE, DIMENSION(:,:):: TempCond

Functions

private function terpld(N, a, x1, nind, ndep)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: N
real(kind=r64), intent(in), DIMENSION(N,2):: a
real(kind=r64), intent(in) :: x1
integer, intent(in) :: nind
integer, intent(in) :: ndep

Return Value real(kind=r64)


Subroutines

public subroutine ManageHeatBalFiniteDiff(SurfNum, TempSurfInTmp, TempSurfOutTmp)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: SurfNum
real(kind=r64), intent(inout) :: TempSurfInTmp
real(kind=r64), intent(inout) :: TempSurfOutTmp

private subroutine GetCondFDInput()

Arguments

None

public subroutine InitHeatBalFiniteDiff()

Arguments

None

private subroutine InitialInitHeatBalFiniteDiff()

Arguments

None

private subroutine CalcHeatBalFiniteDiff(Surf, TempSurfInTmp, TempSurfOutTmp)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: Surf
real(kind=r64), intent(inout) :: TempSurfInTmp
real(kind=r64), intent(inout) :: TempSurfOutTmp

public subroutine UpdateMoistureBalanceFD(Surf)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: Surf

private subroutine ReportFiniteDiffInits()

Arguments

None

private subroutine ExteriorBCEqns(Delt, I, Lay, Surf, T, TT, Rhov, RhoT, RH, TD, TDT, EnthOld, EnthNew, TotNodes, HMovInsul)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: Delt
integer, intent(in) :: I
integer, intent(in) :: Lay
integer, intent(in) :: Surf
real(kind=r64), intent(in), DIMENSION(:):: T
real(kind=r64), intent(inout), DIMENSION(:):: TT
real(kind=r64), intent(in), DIMENSION(:):: Rhov
real(kind=r64), intent(inout), DIMENSION(:):: RhoT
real(kind=r64), intent(inout), DIMENSION(:):: RH
real(kind=r64), intent(in), DIMENSION(:):: TD
real(kind=r64), intent(inout), DIMENSION(:):: TDT
real(kind=r64), intent(inout), DIMENSION(:):: EnthOld
real(kind=r64), intent(inout), DIMENSION(:):: EnthNew
integer, intent(in) :: TotNodes
real(kind=r64), intent(in) :: HMovInsul

private subroutine InteriorNodeEqns(Delt, I, Lay, Surf, T, TT, Rhov, RhoT, RH, TD, TDT, EnthOld, EnthNew)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: Delt
integer, intent(in) :: I
integer, intent(in) :: Lay
integer, intent(in) :: Surf
real(kind=r64), intent(in), DIMENSION(:):: T
real(kind=r64), intent(inout), DIMENSION(:):: TT
real(kind=r64), intent(in), DIMENSION(:):: Rhov
real(kind=r64), intent(inout), DIMENSION(:):: RhoT
real(kind=r64), intent(inout), DIMENSION(:):: RH
real(kind=r64), intent(in), DIMENSION(:):: TD
real(kind=r64), intent(inout), DIMENSION(:):: TDT
real(kind=r64), intent(inout), DIMENSION(:):: EnthOld
real(kind=r64), intent(inout), DIMENSION(:):: EnthNew

private subroutine IntInterfaceNodeEqns(Delt, I, Lay, Surf, T, TT, Rhov, RhoT, RH, TD, TDT, EnthOld, EnthNew, GSiter)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: Delt
integer, intent(in) :: I
integer, intent(in) :: Lay
integer, intent(in) :: Surf
real(kind=r64), intent(in), DIMENSION(:):: T
real(kind=r64), intent(inout), DIMENSION(:):: TT
real(kind=r64), intent(in), DIMENSION(:):: Rhov
real(kind=r64), intent(inout), DIMENSION(:):: RhoT
real(kind=r64), intent(inout), DIMENSION(:):: RH
real(kind=r64), intent(in), DIMENSION(:):: TD
real(kind=r64), intent(inout), DIMENSION(:):: TDT
real(kind=r64), intent(in), DIMENSION(:):: EnthOld
real(kind=r64), intent(inout), DIMENSION(:):: EnthNew
integer, intent(in) :: GSiter

private subroutine InteriorBCEqns(Delt, I, Lay, Surf, T, TT, Rhov, RhoT, RH, TD, TDT, EnthOld, EnthNew, TDreport)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: Delt
integer, intent(in) :: I
integer, intent(in) :: Lay
integer, intent(in) :: Surf
real(kind=r64), intent(in), DIMENSION(:):: T
real(kind=r64), intent(inout), DIMENSION(:):: TT
real(kind=r64), intent(in), DIMENSION(:):: Rhov
real(kind=r64), intent(inout), DIMENSION(:):: RhoT
real(kind=r64), intent(inout), DIMENSION(:):: RH
real(kind=r64), intent(in), DIMENSION(:):: TD
real(kind=r64), intent(inout), DIMENSION(:):: TDT
real(kind=r64), intent(inout), DIMENSION(:):: EnthOld
real(kind=r64), intent(inout), DIMENSION(:):: EnthNew
real(kind=r64), intent(inout), DIMENSION(:):: TDreport

private subroutine CheckFDSurfaceTempLimits(SurfNum, CheckTemperature)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: SurfNum
real(kind=R64), intent(in) :: CheckTemperature


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