BSDFStateDescr Derived Type

type, public :: BSDFStateDescr

type~~bsdfstatedescr~~InheritsGraph type~bsdfstatedescr BSDFStateDescr type~bsdfbksurfdescr BSDFBkSurfDescr type~bsdfbksurfdescr->type~bsdfstatedescr BkSurf
Help


Inherited By

type~~bsdfstatedescr~~InheritedByGraph type~bsdfstatedescr BSDFStateDescr type~bsdfwindowdescript BSDFWindowDescript type~bsdfstatedescr->type~bsdfwindowdescript State
Help

Source Code


Components

TypeVisibility AttributesNameInitial
integer, public :: Konst =0
real(kind=r64), public :: WinDiffTrans
real(kind=r64), public :: WinDiffVisTrans
real(kind=r64), public, DIMENSION (:,:), ALLOCATABLE:: WinDirHemiTrans
real(kind=r64), public, DIMENSION (:,:), ALLOCATABLE:: WinDirSpecTrans
real(kind=r64), public :: WinSkyTrans =0.0d0
real(kind=r64), public :: WinSkyGndTrans =0.0d0
real(kind=r64), public, DIMENSION (:,:), ALLOCATABLE:: WinBmGndTrans
real(kind=r64), public :: WinBkHemRefl =0.0d0
real(kind=r64), public :: WinBkHemVisRefl =0.0d0
integer, public :: NLayers =0
real(kind=r64), public, DIMENSION (:,:,:), ALLOCATABLE:: WinBmFtAbs
real(kind=r64), public, DIMENSION (:), ALLOCATABLE:: WinSkyFtAbs
real(kind=r64), public, DIMENSION (:), ALLOCATABLE:: WinSkyGndAbs
real(kind=r64), public, DIMENSION (:,:,:), ALLOCATABLE:: WinBmGndAbs
real(kind=r64), public, DIMENSION (:), ALLOCATABLE:: WinFtHemAbs
real(kind=r64), public, DIMENSION (:), ALLOCATABLE:: WinBkHemAbs
real(kind=r64), public, DIMENSION (: , : ,: ), ALLOCATABLE:: WinToSurfBmTrans
type(BSDFBkSurfDescr), public, DIMENSION(:), ALLOCATABLE:: BkSurf
real(kind=r64), public, DIMENSION (:), ALLOCATABLE:: IntegratedFtAbs
real(kind=r64), public, DIMENSION (:), ALLOCATABLE:: IntegratedFtRefl
real(kind=r64), public, DIMENSION (:), ALLOCATABLE:: IntegratedFtTrans
real(kind=r64), public, DIMENSION (:), ALLOCATABLE:: IntegratedBkAbs
real(kind=r64), public, DIMENSION (:), ALLOCATABLE:: IntegratedBkRefl
real(kind=r64), public, DIMENSION (:), ALLOCATABLE:: IntegratedBkTrans

Source Code

TYPE BSDFStateDescr
  INTEGER      :: Konst =0    !pointer to construction for this state; property matrices are in the construction
  !INTEGER      :: ThermConst =0  ! pointer to thermal construction for this state
  REAL(r64)                   ::  WinDiffTrans  !Window hemispherical ave diff trans
                ! for use in corrections requiring a diffuse trans
                ! that have not been redone in detail for Compex Fen
  REAL(r64)                   ::  WinDiffVisTrans  !Window hemispherical ave diff trans for visible spectrum
  REAL(r64), DIMENSION (:,:), ALLOCATABLE     :: WinDirHemiTrans    !Directional-hemispherical transmittance(hr,ts)
  REAL(r64), DIMENSION (:,:), ALLOCATABLE     :: WinDirSpecTrans    !Directional specular transmittance(hr,ts)
  REAL(r64)                  :: WinSkyTrans  =0.0d0  !Transmittance for sky radiation (weighted average over sky viewed)
  REAL(r64)                  :: WinSkyGndTrans  =0.0d0  !Transmittance for sky radiation reflected from ground (average over
               !viewed part of ground)
  REAL(r64), DIMENSION (:,:), ALLOCATABLE    :: WinBmGndTrans    !Transmittance (hour, timestep) for beam radiation reflected
            !from ground (average over unshaded ground viewed)
  REAL(r64)                   ::  WinBkHemRefl  =0.0d0  !Window back hemispherical reflectance
  REAL(r64)                   ::  WinBkHemVisRefl  =0.0d0  !Window back hemispherical reflectance (visible spectrum)
                !(for reflection of interior diffuse radiation)
  INTEGER                 ::  NLayers  =0  !Number of absorbing layers in this window
  REAL(r64), DIMENSION (:,:,:), ALLOCATABLE  ::  WinBmFtAbs    !Front directional absorptance (layer, hour, timestep)
  REAL(r64), DIMENSION (:), ALLOCATABLE      ::  WinSkyFtAbs    !Front absorptance (layer) averaged over sky
  REAL(r64), DIMENSION (:), ALLOCATABLE      ::  WinSkyGndAbs    !Front absorptance (layer) averaged over ground
                ! viewed part of gnd  (for ground-reflected sky radiation)
  REAL(r64), DIMENSION (:,:,:), ALLOCATABLE  ::  WinBmGndAbs   !Front absorptance (layer, hour, timestep) averaged
                  !over unshaded ground viewed by beam
  REAL(r64), DIMENSION (:), ALLOCATABLE     ::  WinFtHemAbs    !Front hemispherical absorptance (layers)
  REAL(r64), DIMENSION (:), ALLOCATABLE     ::  WinBkHemAbs    !Back hemispherical absorptance (layers)
  REAL(r64), DIMENSION (: , : ,: ), ALLOCATABLE  ::  WinToSurfBmTrans    !Beam transmittance (bk surf no, hour, timestep)
                    !to back surface
        !Note: the following will be evaluated only if the given back surface is a  window
  TYPE (BSDFBkSurfDescr),DIMENSION(:), ALLOCATABLE  ::  BkSurf  !Structure dimensioned (bk surface no)

  ! Integrated beam values at front and back sides of window.  It is used in calculations of how much of the energy is
  ! leaving throught the window to other zone or to the outside for certain beam direction
  REAL(r64), DIMENSION (:), ALLOCATABLE   :: IntegratedFtAbs ! Sum of all back layer absorptances (for each back direction)
  REAL(r64), DIMENSION (:), ALLOCATABLE   :: IntegratedFtRefl ! Integrated back layer reflectance (for each back direction)
  REAL(r64), DIMENSION (:), ALLOCATABLE   :: IntegratedFtTrans ! Integrated back layer transmittance (for each back direction)
  REAL(r64), DIMENSION (:), ALLOCATABLE   :: IntegratedBkAbs ! Sum of all back layer absorptances (for each back direction)
  REAL(r64), DIMENSION (:), ALLOCATABLE   :: IntegratedBkRefl ! Integrated back layer reflectance (for each back direction)
  REAL(r64), DIMENSION (:), ALLOCATABLE   :: IntegratedBkTrans ! Integrated back layer transmittance (for each back direction)

END TYPE BSDFStateDescr

ActuatorUsedType AiflowNetworkReportProp AirChillerSetData AirConnectionStruct AirflowNetworkCompProp AirflowNetworkExchangeProp AirflowNetworkLinkageProp AirflowNetworkLinkReportData AirflowNetworkLinkSimuData AirflowNetworkNodeProp AirflowNetworkNodeReportData AirflowNetworkNodeSimuData AirflowNetworkReportVars AirflowNetworkSimuProp AirIn AirLoopBranchData AirLoopCompData AirLoopControlData AirLoopFlowData AirLoopMixerData AirLoopOutsideAirConnectData AirLoopSplitterData AirLoopStatsType AirLooptoZoneData AirLoopZoneEquipConnectData AirModelData AirNodeData AirPatternInfobyZoneStruct AirReportVars AirTerminalMixerData AngleFactorData BalancedDesDehumPerfData BaseboardParams BaseboardParams BaseCell BaseChillerSpecs BasementZoneInfo BaseReportVars BaseThermalPropertySet BasisElemDescr BasisStruct BatteryDichargeDataStruct BBHeatData BinObjVarIDType BinResultsType BinStatisticsType BLASTAbsorberSpecs BoilerSpecs BoilerSpecs BoundingBoxVertStruct BranchData BranchData BranchListData BSDFBkSurfDescr BSDFDaylghtGeomDescr BSDFDaylghtPosition BSDFGeomDescr BSDFLayerAbsorpStruct BSDFRefPoints BSDFRefPointsGeomDescr BSDFStateDescr BSDFWindowDescript BSDFWindowGeomDescr BSDFWindowInputStruct cached_psat_t cached_twb_t CartesianCell CartesianPipeCellInformation CaseAndWalkInListDef CaseRAFractionData CaseWIZoneReportData CashFlowType CBVAVData CECInverterLookUpTableData CFSFILLGAS CFSGAP CFSLAYER CFSLWP CFSSWP CFSTY CGSHPNodeData ChargeBlockType ChargeSimpleType ChillerheaterSpecs CHReportVars CoefficientProps CoilCreditData CoilType CollectorData ColumnTagType CommonPipeData CompData CompDesWaterFlowData ComponentData ComponentData ComponentListData ComponentNameData ComponentProps ComponentSetPtData CompressorListDef CompSizeTableEntryType ComputationType ConnectAirSysComp ConnectAirSysSubComp ConnectAirSysSubSubComp ConnectedLoopData ConnectionPoint ConnectorData ConnectZoneComp ConnectZoneSubComp ConnectZoneSubSubComp ConstantFlowRadiantSystemData ConstCOPChillerSpecs ConstCOPReportVars ConstGradPattern ConstructionData ConstructionDataFD ContaminantData ControllerListProps ControllerPropsType ControllerStatsType ControlList ControlsType ConvectionCoefficient CoolBeamData CoolTowerParams CostAdjustmentStruct CostLineItemStruct CTGeneratorSpecs CurSimConditionsInfo CVData CVDVParameters CVFlow DamperDesignParams DamperFlowConditions DataPeriodData DataSetPointManager DaylightSavingPeriodData DayScheduleData DayWeatherVariables DCtoACInverterStruct DefineASHRAEAdaptiveOptimumStartCoeffs DefineColdestSetPointManager DefineCondEntSetPointManager DefineDiffTSysAvailManager DefineFollowOATempSetPointManager DefineFollowSysNodeTempSetPointManager DefineGroundTempSetPointManager DefineHiLoSysAvailManager DefineHybridVentSysAvailManager DefineIdealCondEntSetPointManager DefineLinearModelNode DefineMixedAirSetPointManager DefineNightCycSysAvailManager DefineNightVentSysAvailManager DefineOAPretreatSetPointManager DefineOptStartSysAvailManager DefineOutsideAirSetPointManager DefinePriAirSysAvailMgrs DefinePrimaryAirSystem DefineSchedDualSetPointManager DefineSchedOffSysAvailManager DefineSchedOnSysAvailManager DefineSchedSysAvailManager DefineScheduledSetPointManager DefineSurfaceSettings DefineSZCoolingSetPointManager DefineSZHeatingSetPointManager DefineSZMaxHumSetPointManager DefineSZMinHumSetPointManager DefineSZOneStageCoolinggSetPointManager DefineSZOneStageHeatingSetPointManager DefineSZReheatSetPointManager DefineWarmestSetPointManager DefineZoneCompAvailMgrs DefineZoneData DefMultiZoneAverageCoolingSetPointManager DefMultiZoneAverageHeatingSetPointManager DefMultiZoneAverageMaxHumSetPointManager DefMultiZoneAverageMinHumSetPointManager DefMultiZoneMaxHumSetPointManager DefMultiZoneMinHumSetPointManager DefRABFlowSetPointManager DefWarmestSetPtManagerTempFlow DemandManagerData DemandManagerListData DesDayWeathData DesiccantDehumidifierData DesignDayData DesignSpecMSHPData DetailedIceStorageData DirectAirProps DirectionNeighbor_Dictionary DirectionReal_Dictionary DisSysCompCoilProp DisSysCompCPDProp DisSysCompCVFProp DisSysCompDamperProp DisSysCompDetFanProp DisSysCompDuctProp DisSysCompELRProp DisSysCompHXProp DisSysCompLeakProp DisSysCompTermUnitProp DisSysLinkageProp DisSysNodeProp DistributionStructure DomainRectangle dTriangle DuctData DVData DXCoilData DXCoolingConditions DXHeatPumpSystemStruct EarthTubeData EarthTubeZoneReportVars EconVarType ElecBaseboardParams ElecStorageDataStruct ElectricChillerSpecs ElectricEIRChillerSpecs ElectricPowerLoadCenter ElectricRadiantSystemData ElectricReportVars ElectricTransformer EMSActuatorAvailableType EMSProgramCallManagementType EndUseCategoryType Energy EngineDrivenChillerSpecs EngineDrivenReportVars EnvironmentData EqNodeConnectionDef EquipConfiguration EquipList EquipListCompData EquipListPtrData EquipmentData EquipMeterData EquipOpList ErlExpressionType ErlStackType ErlValueType ErlVariableType EvapConditions EvapFluidCoolerInletConds EvapFluidCoolerspecs ExhaustAbsorberSpecs ExtendedFluidProperties ExteriorEquipmentUsage ExteriorLightUsage ExtVentedCavityStruct Face FanCoilData FanEquipConditions FarfieldInfo FaultProperties FCAirSupplyDataStruct FCAuxilHeatDataStruct FCDataStruct FCElecStorageDataStruct FCExhaustHXDataStruct FCInverterDataStruct FCPowerModuleStruct FCReportDataStruct FCStackCoolerDataStruct FCWaterSupplyDataStruct FenestrationSolarAbsorbed FileSectionsDefinition FluidCellInformation FluidCoolerInletConds FluidCoolerspecs FluidPropsGlycolData FluidPropsGlycolErrors FluidPropsGlycolRawData FluidPropsRefrigerantData FluidPropsRefrigErrors FrameDividerProperties FuelTypeProps FullDomainStructureInfo FurnaceEquipConditions GapDeflectionState GapSupportPillar GasAbsorberSpecs GasPropertyDataStruct GasTurbineReportVars GenData GeneratorDynamicsManagerStruct GeneratorFuelSupplyDataStruct GenericComponentZoneIntGainStruct GlheSpecs GlobalInternalGainMiscObject GridRegion GroundwaterWellDataStruct GshpSpecs GshpSpecs GshpSpecs GTChillerSpecs HalfLoopData HcInsideFaceUserCurveStruct HcOutsideFaceUserCurveStruct HeatExchangerStruct HeatExchCond HeatingCoilEquipConditions HeatPumpWaterHeaterData HeatReclaimDXCoilData HeatReclaimRefrigCondenserData HeatReclaimRefrigeratedRackData HighTempRadiantSystemData HumidifierData HVACAirLoopIterationConvergenceStruct HVACNodeConvergLogStruct HVACZoneInletConvergenceStruct HWBaseboardParams HXAssistedCoilParameters HydronicRadiantSystemData ICEngineGeneratorSpecs IceStorageMapping IceStorageSpecs IllumMapData IndirectAbsorberSpecs IndUnitData InfiltrationData InsideFaceAdaptiveConvAlgoStruct InstructionType IntegerVariables IntegerVariableType InternalVarsAvailableType InternalVarsUsedType IntWinAdjZoneExtWinStruct IrrigationDataStruct LightsData LineDefinition LocalPipeData Location LoopPipeData LoopSidePumpInformation LoopSideReportVars m_FlowControlValidator MapCalcData MarkedNodeData MaterialDataFD MaterialProperties MatrixDataStruct MeshExtents MeshPartition MeshPartitions MeshProperties MeterArrayType MeterData MeterType MicroCHPDataStruct MicroCHPParamsNonNormalized MicroCHPReportDataStruct MissingData MissingDataCounts MixerConditions MixerData MixerData MixingData MoistureInfo monetaryUnitType MonthlyColumnsType MonthlyFieldSetInputType MonthlyInputType MonthlyTablesType MoreNodeData MSHeatPumpData MSHeatPumpReportData MTGeneratorSpecs MultizoneCompDetOpeningProp MultizoneCompExhaustFanProp MultizoneCompHorOpeningProp MultizoneCompSimpleOpeningProp MultizoneCPArrayProp MultizoneCPValueProp MultizoneExternalNodeProp MultizoneSurfaceCrackProp MultizoneSurfaceCrackStdCndns MultizoneSurfaceELAProp MultizoneSurfaceProp MultizoneZoneProp NamedMonthlyType NeighborInformation NightVentPerfData NodeConnectionDef NodeData NodeListDef NonrecurringCostType OAControllerData OAControllerProps OAEquipList OAMixerProps OARequirementsData OAUnitData ObjectsDefinition OperationData OperatorType OpSchemePtrData OptStartDataType OSCData OSCMData OutputReportingVariables OutputTableBinnedType OutputVarSensorType OutsideAirSysProps OutsideEnergySourceSpecs OutsideFaceAdpativeConvAlgoStruct PackagedTESCoolingCoilStruct ParametersData ParentListData PeopleData PerfCurveTableDataStruct PerfomanceCurveData PipeCircuitInfo PipeData PipeHeatTransferReport PipeHTData PipeSegmentInfo PlaneEq PlantAvailMgrData PlantCallingOrderInfoStruct PlantConnection PlantConnectionStruct PlantConnectionStruct PlantConvergencePoint PlantIterationConvergenceStruct PlantLocation PlantLocatorStruct PlantLoopData PlantPressureCurveData PlantProfileData PlantSizingData Point Point3DInteger Point3DReal PointF PointType PollutionProps Polyhedron PondGroundHeatExchangerData PondGroundHeatExchangerReport PowIndUnitData PTUnitData PumpSpecs PumpVFDControlData PVArrayStruct PVReportVariables PVTCollectorStruct PVTReportStruct QualifyType RadialCellInformation RadialSizing RadSysTypeData RainfallCollectorDataStruct RangeCheckDef RangeDataCounts RatchetType RealVariables RealVariableType RectangleF RecurringCostsType RecurringErrorData ReformulatedEIRChillerSpecs RefrigCaseCreditData RefrigCaseData RefrigCompressorData RefrigCondenserData RefrigGasCoolerData RefrigRackData RefrigSystemData ReportBranchData ReportCompData ReportEIRVars ReportingInformation ReportLoopData reportNameType ReportVars ReportVars ReportVars ReportVars ReportVars ReportVars ReportVars ReportVars ReportVars ReportVars ReportVars ReportVars ReportVars ReportVars ReportVars ReportVars ReportVars ReportVars ReportVars ReportVars ReportVars ReqReportVariables ReturnAir RoofGeoCharactisticsStruct RootFinderDataType RunPeriodData RuntimeReportVarType ScheduleData ScheduleTypeData ScreenTransData SecondaryLoopData SecretObjects SectionsDefinition ShadingVertexData ShadowingCombinations ShadowRelateType ShelfData SimplePVParamsStruct SimplePVTModelStruct SimpleWatertoAirHPConditions SimulationControl SimulationOrder SiteRainFallDataStruct SlabListData SNLModuleParamsStuct SNLPVCalcStruct SNLPVInputStruct SolReflRecSurfData SolutionTrackerType SpecialDayData SpectralDataProperties SplitterConditions SplitterData SplitterData StackType StandAloneERVData SteamBaseboardParams SteamCoilEquipConditions StorageTankDataStruct StormWindowData StratifiedNodeData subcell SubcomponentData SubcoolerData SubEquipmentData SubSubcomponentData SubSubEquipmentData SubTableType SummarizeLoads SupplyAir SurfaceAssocNestedStruct SurfaceData SurfaceDataFD SurfaceErrorTracking SurfaceGroundHeatExchangerData SurfaceGroundHeatExchangerQTF SurfaceGroundHeatExchngrReport SurfaceListData SurfaceScreenProperties SurfaceSolarIncident SurfaceWindowCalc SurfMapPattern SysAvailManagerList SysDesignParams SysFlowConditions SystemSizingData SystemSizingInputData TableDataStruct TableEntryType TableLookupData TariffType TCGlazingsType TDDPipeData TemperaturePatternStruct TemperValveData TempGridRegionData TempLoopData TempVsHeightPattern TerminalUnitListData TermUnitSizingData ThermalChimneyData ThermalComfortDataType ThermalComfortInASH55Type ThermalComfortSetpointType ThermChimReportVars ThermChimZnReportVars TimeSteps timings TOCEntriesType TokenType TowerInletConds Towerspecs TransferLoadListDef TransRefrigSystemData TrendVariableType TriQuadraticCurveDataStruct TRNSYSPVCalcStruct TRNSYSPVModuleParamsStruct TStatObject TwoVertGradInterpolPattern TypicalExtremeData UFEData UFIData UnitarySystemData UnitConvType UnitHeaterData UnitVentilatorData UseAdjustmentType UsePriceEscalationType UserAirTerminalComponentStruct UserCoilComponentStruct UserPlantComponentStruct UserZoneHVACForcedAirComponentStruct UTSCDataStruct VariableSpeedCoilData VariableTypeForDDOutput vector Vector_2d VentilatedSlabData VentilationData VentilationMechanicalProps VRFCondenserEquipment VRFTerminalUnitEquipment VSTowerData WalkInData WarehouseCoilData WarmupConvergence WaterCoilEquipConditions WaterConnectionsType WaterEquipmentType WaterHeaterDesuperheaterData WaterHeaterSizingData WaterSourceSpecs WaterThermalTankData WatertoAirHPEquipConditions WaterUseTankConnectionStruct WeatherProperties WeekScheduleData WholeBuildingElectricPowerSummary WindACData WindowBlindProperties WindowComplexShade WindowIndex WindowShadingControlData WindowStateIndex WindowThermalModelParams WindTurbineParams WrapperComponentSpecs WrapperReportVars WrapperSpecs ZoneAirBalanceData ZoneAirDistributionData ZoneAirEquip ZoneCatEUseData ZoneComfortControls ZoneComfortControlsFangerData ZoneComfortFangerControlType ZoneCompTypeData ZoneContamGenericDataBLDiff ZoneContamGenericDataConstant ZoneContamGenericDataCutoff ZoneContamGenericDataDecay ZoneContamGenericDataDRS ZoneContamGenericDataDVS ZoneContamGenericDataPDriven ZoneContControls ZoneData ZoneDaylightCalc ZoneDehumidifierData ZoneEqSizingData ZoneEquipData ZoneEvapCoolerUnitStruct ZoneGroupData ZoneHumidityControls ZoneInternalGainsStruct ZoneListData ZoneListData ZonePreDefRepType ZonePurchasedAir ZoneReportVars ZoneReturnPlenumConditions ZoneSatgedControls ZoneSimData ZoneSizingData ZoneSizingInputData ZoneSupplyPlenumConditions ZoneSystemContaminantDemandData ZoneSystemDemandData ZoneSystemMoistureDemand ZoneTempControls ZoneTempControlType ZoneViewFactorInformation