SolarReflectionManager Module

module~~solarreflectionmanager~~UsesGraph module~solarreflectionmanager SolarReflectionManager module~dataglobals DataGlobals module~dataglobals->module~solarreflectionmanager module~schedulemanager ScheduleManager module~dataglobals->module~schedulemanager 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~databsdfwindow DataBSDFWindow module~dataglobals->module~databsdfwindow module~datacomplexfenestration DataComplexFenestration module~dataglobals->module~datacomplexfenestration module~schedulemanager->module~solarreflectionmanager module~dataenvironment->module~solarreflectionmanager module~dataenvironment->module~schedulemanager module~dataheatbalance->module~solarreflectionmanager module~datavectortypes DataVectorTypes module~datavectortypes->module~solarreflectionmanager module~datavectortypes->module~dataheatbalance module~datavectortypes->module~datasurfaces module~datavectortypes->module~databsdfwindow module~datainterfaces DataInterfaces module~datainterfaces->module~solarreflectionmanager module~datainterfaces->module~schedulemanager module~datasurfaces->module~solarreflectionmanager module~datasurfaces->module~dataheatbalance module~dataprecisionglobals DataPrecisionGlobals module~dataprecisionglobals->module~solarreflectionmanager module~dataprecisionglobals->module~dataglobals module~dataprecisionglobals->module~schedulemanager module~dataprecisionglobals->module~dataenvironment module~dataprecisionglobals->module~dataheatbalance module~dataprecisionglobals->module~datavectortypes module~dataprecisionglobals->module~datainterfaces module~dataprecisionglobals->module~datasurfaces module~dataprecisionglobals->module~datawindowequivalentlayer module~dataprecisionglobals->module~databsdfwindow module~dataprecisionglobals->module~datacomplexfenestration module~datawindowequivalentlayer->module~dataheatbalance module~databsdfwindow->module~dataheatbalance module~databsdfwindow->module~datasurfaces module~datacomplexfenestration->module~dataheatbalance
Help

Used By

module~~solarreflectionmanager~~UsedByGraph module~solarreflectionmanager SolarReflectionManager proc~calcdayltgcoeffsrefpoints CalcDayltgCoeffsRefPoints module~solarreflectionmanager->proc~calcdayltgcoeffsrefpoints proc~calcdayltgcoeffsmappoints CalcDayltgCoeffsMapPoints module~solarreflectionmanager->proc~calcdayltgcoeffsmappoints proc~calcdayltgcoefficients CalcDayltgCoefficients module~solarreflectionmanager->proc~calcdayltgcoefficients module~solarshading SolarShading module~solarreflectionmanager->module~solarshading proc~figuredayltgcoeffsatpointsforsunposition FigureDayltgCoeffsAtPointsForSunPosition module~solarreflectionmanager->proc~figuredayltgcoeffsatpointsforsunposition proc~calcdayltgcoeffsrefmappoints CalcDayltgCoeffsRefMapPoints module~solarreflectionmanager->proc~calcdayltgcoeffsrefmappoints proc~reportsurfaceheatbalance ReportSurfaceHeatBalance module~solarshading->proc~reportsurfaceheatbalance proc~abortenergyplus AbortEnergyPlus module~solarshading->proc~abortenergyplus proc~initsolarheatgains InitSolarHeatGains module~solarshading->proc~initsolarheatgains proc~checkscheduledsurfacegains CheckScheduledSurfaceGains module~solarshading->proc~checkscheduledsurfacegains module~heatbalancesurfacemanager HeatBalanceSurfaceManager module~solarshading->module~heatbalancesurfacemanager proc~endenergyplus EndEnergyPlus module~solarshading->proc~endenergyplus proc~closeoutputfiles CloseOutputFiles module~solarshading->proc~closeoutputfiles proc~initheatbalance InitHeatBalance module~solarshading->proc~initheatbalance proc~initsurfaceheatbalance InitSurfaceHeatBalance module~solarshading->proc~initsurfaceheatbalance proc~calcheatbalanceinsidesurf CalcHeatBalanceInsideSurf module~heatbalancesurfacemanager->proc~calcheatbalanceinsidesurf proc~manageheatbalance ManageHeatBalance module~heatbalancesurfacemanager->proc~manageheatbalance proc~resimulate Resimulate module~heatbalancesurfacemanager->proc~resimulate
Help


Variables

TypeVisibility AttributesNameInitial
type(SolReflRecSurfData), public, ALLOCATABLE, DIMENSION(:):: SolReflRecSurf
integer, private :: TotSolReflRecSurf =0
integer, private :: TotPhiReflRays =0
integer, private :: TotThetaReflRays =0

Derived Types

type, public :: SolReflRecSurfData

Components

TypeVisibility AttributesNameInitial
integer, public :: SurfNum =0
character(len=MaxNameLength), public :: SurfName =' '
integer, public :: NumRecPts =0
real(kind=r64), public, ALLOCATABLE, DIMENSION(:,:):: RecPt
real(kind=r64), public, DIMENSION(3):: NormVec =0.0d0
real(kind=r64), public :: ThetaNormVec =0.0d0
real(kind=r64), public :: PhiNormVec =0.0d0
integer, public :: NumReflRays =0
real(kind=r64), public, ALLOCATABLE, DIMENSION(:,:):: RayVec
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: CosIncAngRay
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: dOmegaRay
real(kind=r64), public, ALLOCATABLE, DIMENSION(:,:,:):: HitPt
integer, public, ALLOCATABLE, DIMENSION(:,:):: HitPtSurfNum
real(kind=r64), public, ALLOCATABLE, DIMENSION(:,:):: HitPtSolRefl
real(kind=r64), public, ALLOCATABLE, DIMENSION(:,:):: RecPtHitPtDis
real(kind=r64), public, ALLOCATABLE, DIMENSION(:,:,:):: HitPtNormVec
integer, public, ALLOCATABLE, DIMENSION(:):: PossibleObsSurfNums
integer, public :: NumPossibleObs =0

Subroutines

public subroutine InitSolReflRecSurf()

Arguments

None

public subroutine CalcBeamSolDiffuseReflFactors()

Arguments

None

private subroutine FigureBeamSolDiffuseReflFactors(iHour)

Arguments

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

public subroutine CalcBeamSolSpecularReflFactors()

Arguments

None

private subroutine FigureBeamSolSpecularReflFactors(iHour)

Arguments

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

public subroutine CalcSkySolDiffuseReflFactors()

Arguments

None

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)

private subroutine PierceSurface(ISurf, R1, RN, IPIERC, CPhit)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: ISurf
real(kind=r64), intent(in) :: R1(3)
real(kind=r64), intent(in) :: RN(3)
integer, intent(out) :: IPIERC
real(kind=r64), intent(out) :: CPhit(3)


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