WindowComplexManager Module

module~~windowcomplexmanager~~UsesGraph module~windowcomplexmanager WindowComplexManager module~datashadowingcombinations DataShadowingCombinations module~datashadowingcombinations->module~windowcomplexmanager module~vectors vectors module~vectors->module~windowcomplexmanager module~dataglobals DataGlobals module~dataglobals->module~windowcomplexmanager module~dataglobals->module~vectors module~databsdfwindow DataBSDFWindow module~dataglobals->module~databsdfwindow module~dataenvironment DataEnvironment module~dataglobals->module~dataenvironment module~dataheatbalance DataHeatBalance module~dataglobals->module~dataheatbalance module~datasurfaces DataSurfaces module~dataglobals->module~datasurfaces module~datawindowequivalentlayer DataWindowEquivalentLayer module~dataglobals->module~datawindowequivalentlayer module~datacomplexfenestration DataComplexFenestration module~dataglobals->module~datacomplexfenestration module~databsdfwindow->module~windowcomplexmanager module~databsdfwindow->module~dataheatbalance module~databsdfwindow->module~datasurfaces module~dataenvironment->module~windowcomplexmanager module~dataheatbalfansys DataHeatBalFanSys module~dataheatbalfansys->module~windowcomplexmanager module~dataheatbalance->module~windowcomplexmanager module~datavectortypes DataVectorTypes module~datavectortypes->module~windowcomplexmanager module~datavectortypes->module~vectors module~datavectortypes->module~databsdfwindow module~datavectortypes->module~dataheatbalance module~datavectortypes->module~datasurfaces module~datainterfaces DataInterfaces module~datainterfaces->module~windowcomplexmanager module~datasurfaces->module~windowcomplexmanager module~datasurfaces->module~dataheatbalance module~dataprecisionglobals DataPrecisionGlobals module~dataprecisionglobals->module~windowcomplexmanager module~dataprecisionglobals->module~vectors module~dataprecisionglobals->module~dataglobals module~dataprecisionglobals->module~databsdfwindow module~dataprecisionglobals->module~dataenvironment module~dataprecisionglobals->module~dataheatbalfansys module~dataprecisionglobals->module~dataheatbalance module~dataprecisionglobals->module~datavectortypes module~dataprecisionglobals->module~datainterfaces module~dataprecisionglobals->module~datasurfaces module~dataprecisionglobals->module~datawindowequivalentlayer module~dataprecisionglobals->module~datacomplexfenestration module~datawindowequivalentlayer->module~dataheatbalance module~datacomplexfenestration->module~dataheatbalance
Help

Used By

module~~windowcomplexmanager~~UsedByGraph module~windowcomplexmanager WindowComplexManager proc~cfsrefpointposfactor CFSRefPointPosFactor module~windowcomplexmanager->proc~cfsrefpointposfactor proc~timestepinitcomplexfenestration TimestepInitComplexFenestration module~windowcomplexmanager->proc~timestepinitcomplexfenestration proc~initializecfsdaylighting InitializeCFSDaylighting module~windowcomplexmanager->proc~initializecfsdaylighting proc~calcwindowheatbalance CalcWindowHeatBalance module~windowcomplexmanager->proc~calcwindowheatbalance proc~calcpersolarbeam CalcPerSolarBeam module~windowcomplexmanager->proc~calcpersolarbeam proc~reportglass ReportGlass module~windowcomplexmanager->proc~reportglass proc~initializecfsstatedata InitializeCFSStateData module~windowcomplexmanager->proc~initializecfsstatedata module~heatbalancemanager HeatBalanceManager module~windowcomplexmanager->module~heatbalancemanager module~simulationmanager SimulationManager module~heatbalancemanager->module~simulationmanager module~sizingmanager SizingManager module~heatbalancemanager->module~sizingmanager program~energyplus EnergyPlus module~simulationmanager->program~energyplus proc~abortenergyplus AbortEnergyPlus module~simulationmanager->proc~abortenergyplus proc~managesimulation ManageSimulation module~sizingmanager->proc~managesimulation
Help


Variables

TypeVisibility AttributesNameInitial
real(kind=r64), private, parameter:: sigma =5.6697d-8
real(kind=r64), private, parameter:: PressureDefault =101325.0d0
integer, private, parameter:: Calculate_Geometry =1
integer, private, parameter:: Copy_Geometry =2
integer, private, parameter:: TmpLen =20
integer, private, parameter:: Front_Incident =1
integer, private, parameter:: Front_Transmitted =2
integer, private, parameter:: Front_Reflected =3
integer, private, parameter:: Back_Incident =4
integer, private, parameter:: Back_Transmitted =5
integer, private, parameter:: Back_Reflected =6
integer, private :: NumComplexWind =0
type(BasisStruct), private, DIMENSION(:), ALLOCATABLE:: BasisList
type(WindowIndex), private, DIMENSION(:), ALLOCATABLE:: WindowList
type(WindowStateIndex), private, DIMENSION(: , :), ALLOCATABLE:: WindowStateList
integer, private, DIMENSION(24,60):: DbgIBm
real(kind=r64), private, DIMENSION(24,60):: DbgTheta
real(kind=r64), private, DIMENSION(24,60):: DbgPhi
real(kind=r64), private :: DdbgTheta
real(kind=r64), private :: DdbgPhi

Derived Types

type, private :: WindowIndex

Components

TypeVisibility AttributesNameInitial
integer, public :: NumStates =0
integer, public :: SurfNo

type, private :: WindowStateIndex

Components

TypeVisibility AttributesNameInitial
integer, public :: InitInc
integer, public :: IncBasisIndx
integer, public :: CopyIncState
integer, public :: InitTrn
integer, public :: TrnBasisIndx
integer, public :: CopyTrnState
integer, public :: Konst

Functions

private function SkyWeight(DirVec) result(Wt)

Arguments

Type IntentOptional AttributesName
type(vector), intent(in) :: DirVec

Return Value real(kind=r64)

private function SkyGndWeight(PosVec) result(Wt)

Arguments

Type IntentOptional AttributesName
type(vector), intent(in) :: PosVec

Return Value real(kind=r64)

public function DaylghtAltAndAzimuth(UnitVect) result(DayPos)

Arguments

Type IntentOptional AttributesName
type(vector), intent(in) :: UnitVect

Return Value type(BSDFDaylghtPosition)

private function WorldVectFromW6(Theta, Phi, RadType, Gamma, Alpha) result(UnitVect)

Arguments

Type IntentOptional AttributesName
real(kind=r64), intent(in) :: Theta
real(kind=r64), intent(in) :: Phi
integer, intent(in) :: RadType
real(kind=r64), intent(in) :: Gamma
real(kind=r64), intent(in) :: Alpha

Return Value type(vector)

private function FindInBasis(RayToFind, RadType, ISurf, IState, Basis, Theta, Phi) result(RayIndex)

Arguments

Type IntentOptional AttributesName
type(vector), intent(in) :: RayToFind
integer, intent(in) :: RadType
integer, intent(in) :: ISurf
integer, intent(in) :: IState
type(BasisStruct), intent(in) :: Basis
real(kind=r64), intent(out) :: Theta
real(kind=r64), intent(out) :: Phi

Return Value integer

private function SearchAscTable(y, n, ytab)

Arguments

Type IntentOptional AttributesName
real(kind=r64), intent(in) :: y
integer, intent(in) :: n
real(kind=r64), intent(in), DIMENSION(:):: ytab

Return Value integer


Subroutines

private subroutine InitBSDFWindows()

Arguments

None

private subroutine AllocateCFSStateHourlyData(iSurf, iState)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: iSurf
integer, intent(in) :: iState

private subroutine ExpandComplexState(iSurf, iConst)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: iSurf
integer, intent(in) :: iConst

public subroutine CheckCFSStates(iSurf)

Arguments

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

public subroutine InitComplexWindows()

Arguments

None

public subroutine UpdateComplexWindows()

Arguments

None

private subroutine CFSShadeAndBeamInitialization(ISurf, IState, Window, Geom, State)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: ISurf
integer, intent(in) :: IState
type(BSDFWindowGeomDescr), intent(inout) :: Window
type(BSDFGeomDescr), intent(inout) :: Geom
type(BSDFStateDescr), intent(inout) :: State

private subroutine CalculateWindowBeamProperties(ISurf, IState, Window, Geom, State, Hour, TS)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: ISurf
integer, intent(in) :: IState
type(BSDFWindowGeomDescr), intent(inout) :: Window
type(BSDFGeomDescr), intent(inout) :: Geom
type(BSDFStateDescr), intent(inout) :: State
integer, intent(in) :: Hour
integer, intent(in) :: TS

private subroutine CalcStaticProperties()

Arguments

None

public subroutine CalculateBasisLength(Input, IConst, NBasis)

Arguments

Type IntentOptional AttributesName
type(BSDFWindowInputStruct), intent(in) :: Input
integer, intent(in) :: IConst
integer, intent(out) :: NBasis

public subroutine DetermineMaxBackSurfaces()

Arguments

None

private subroutine ConstructBasis(IConst, Basis)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: IConst
type(BasisStruct), intent(out) :: Basis

private subroutine FillBasisElement(Theta, Phi, Elem, BasisElem, LowerTheta, UpperTheta, DPhi, InputType)

Arguments

Type IntentOptional AttributesName
real(kind=r64), intent(in) :: Theta
real(kind=r64), intent(in) :: Phi
integer, intent(in) :: Elem
type(BasisElemDescr), intent(inout) :: BasisElem
real(kind=r64), intent(in) :: LowerTheta
real(kind=r64), intent(in) :: UpperTheta
real(kind=r64), intent(in) :: DPhi
integer, intent(in) :: InputType

private subroutine SetupComplexWindowStateGeometry(ISurf, IState, IConst, Window, Geom, State)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: ISurf
integer, intent(in) :: IState
integer, intent(in) :: IConst
type(BSDFWindowGeomDescr), intent(inout) :: Window
type(BSDFGeomDescr), intent(inout) :: Geom
type(BSDFStateDescr), intent(inout) :: State

private subroutine CalcWindowStaticProperties(ISurf, IState, Window, Geom, State)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: ISurf
integer, intent(in) :: IState
type(BSDFWindowGeomDescr), intent(inout) :: Window
type(BSDFGeomDescr), intent(inout) :: Geom
type(BSDFStateDescr), intent(inout) :: State

private subroutine W6CoordsFromWorldVect(RayVect, RadType, Gamma, Alpha, Theta, Phi)

Arguments

Type IntentOptional AttributesName
type(vector), intent(in) :: RayVect
integer, intent(in) :: RadType
real(kind=r64), intent(in) :: Gamma
real(kind=r64), intent(in) :: Alpha
real(kind=r64), intent(out) :: Theta
real(kind=r64), intent(out) :: Phi

public subroutine CalcComplexWindowThermal(SurfNum, ConstrNum, HextConvCoeff, SurfInsideTemp, SurfOutsideTemp, SurfOutsideEmiss, CalcCondition)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: SurfNum
integer, intent(inout) :: ConstrNum
real(kind=r64), intent(in) :: HextConvCoeff
real(kind=r64), intent(inout) :: SurfInsideTemp
real(kind=r64), intent(inout) :: SurfOutsideTemp
real(kind=r64), intent(inout) :: SurfOutsideEmiss
integer, intent(in) :: CalcCondition

private subroutine CheckGasCoefs(currentWeight, indexNumber, wght, feedData)

Arguments

Type IntentOptional AttributesName
real(kind=r64), intent(in) :: currentWeight
integer, intent(out) :: indexNumber
real(kind=r64), intent(inout), DIMENSION(maxgas):: wght
logical, intent(out) :: feedData

private subroutine CrossProduct(A, B, C)

Arguments

Type IntentOptional AttributesName
real(kind=r64) :: A(3)
real(kind=r64) :: B(3)
real(kind=r64) :: C(3)

public subroutine PierceSurfaceVector(ISurf, Orig, Dir, IPIERC, HitPt)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: ISurf
type(vector), intent(in) :: Orig
type(vector), intent(in) :: Dir
integer, intent(out) :: IPIERC
type(vector), intent(out) :: HitPt


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