WindowBlindProperties Derived Type

type, public :: WindowBlindProperties

Source Code


Components

TypeVisibility AttributesNameInitial
character(len=MaxNameLength+1), public :: Name =' '
integer, public :: MaterialNumber =0
integer, public :: SlatOrientation =0
integer, public :: SlatAngleType =FixedSlats
real(kind=r64), public :: SlatWidth =0.0d0
real(kind=r64), public :: SlatSeparation =0.0d0
real(kind=r64), public :: SlatThickness =0.0d0
real(kind=r64), public :: SlatCrown =0.0d0
real(kind=r64), public :: SlatAngle =0.0d0
real(kind=r64), public :: MinSlatAngle =0.0d0
real(kind=r64), public :: MaxSlatAngle =0.0d0
real(kind=r64), public :: SlatConductivity =0.0d0
real(kind=r64), public :: SlatTransSolBeamDiff =0.0d0
real(kind=r64), public :: SlatFrontReflSolBeamDiff =0.0d0
real(kind=r64), public :: SlatBackReflSolBeamDiff =0.0d0
real(kind=r64), public :: SlatTransSolDiffDiff =0.0d0
real(kind=r64), public :: SlatFrontReflSolDiffDiff =0.0d0
real(kind=r64), public :: SlatBackReflSolDiffDiff =0.0d0
real(kind=r64), public :: SlatTransVisBeamDiff =0.0d0
real(kind=r64), public :: SlatFrontReflVisBeamDiff =0.0d0
real(kind=r64), public :: SlatBackReflVisBeamDiff =0.0d0
real(kind=r64), public :: SlatTransVisDiffDiff =0.0d0
real(kind=r64), public :: SlatFrontReflVisDiffDiff =0.0d0
real(kind=r64), public :: SlatBackReflVisDiffDiff =0.0d0
real(kind=r64), public :: SlatTransIR =0.0d0
real(kind=r64), public :: SlatFrontEmissIR =0.0d0
real(kind=r64), public :: SlatBackEmissIR =0.0d0
real(kind=r64), public :: BlindToGlassDist =0.0d0
real(kind=r64), public :: BlindTopOpeningMult =0.0d0
real(kind=r64), public :: BlindBottomOpeningMult =0.0d0
real(kind=r64), public :: BlindLeftOpeningMult =0.0d0
real(kind=r64), public :: BlindRightOpeningMult =0.0d0
real(kind=r64), public, DIMENSION(37,MaxSlatAngs):: SolFrontBeamBeamTrans =0.0d0
real(kind=r64), public, DIMENSION(37,MaxSlatAngs):: SolFrontBeamBeamRefl =0.0d0
real(kind=r64), public, DIMENSION(37,MaxSlatAngs):: SolBackBeamBeamTrans =0.0d0
real(kind=r64), public, DIMENSION(37,MaxSlatAngs):: SolBackBeamBeamRefl =0.0d0
real(kind=r64), public, DIMENSION(37,MaxSlatAngs):: SolFrontBeamDiffTrans =0.0d0
real(kind=r64), public, DIMENSION(37,MaxSlatAngs):: SolFrontBeamDiffRefl =0.0d0
real(kind=r64), public, DIMENSION(37,MaxSlatAngs):: SolBackBeamDiffTrans =0.0d0
real(kind=r64), public, DIMENSION(37,MaxSlatAngs):: SolBackBeamDiffRefl =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: SolFrontDiffDiffTrans =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: SolFrontDiffDiffTransGnd =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: SolFrontDiffDiffTransSky =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: SolFrontDiffDiffRefl =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: SolFrontDiffDiffReflGnd =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: SolFrontDiffDiffReflSky =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: SolBackDiffDiffTrans =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: SolBackDiffDiffRefl =0.0d0
real(kind=r64), public, DIMENSION(37,MaxSlatAngs):: SolFrontBeamAbs =0.0d0
real(kind=r64), public, DIMENSION(37,MaxSlatAngs):: SolBackBeamAbs =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: SolFrontDiffAbs =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: SolFrontDiffAbsGnd =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: SolFrontDiffAbsSky =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: SolBackDiffAbs =0.0d0
real(kind=r64), public, DIMENSION(37,MaxSlatAngs):: VisFrontBeamBeamTrans =0.0d0
real(kind=r64), public, DIMENSION(37,MaxSlatAngs):: VisFrontBeamBeamRefl =0.0d0
real(kind=r64), public, DIMENSION(37,MaxSlatAngs):: VisBackBeamBeamTrans =0.0d0
real(kind=r64), public, DIMENSION(37,MaxSlatAngs):: VisBackBeamBeamRefl =0.0d0
real(kind=r64), public, DIMENSION(37,MaxSlatAngs):: VisFrontBeamDiffTrans =0.0d0
real(kind=r64), public, DIMENSION(37,MaxSlatAngs):: VisFrontBeamDiffRefl =0.0d0
real(kind=r64), public, DIMENSION(37,MaxSlatAngs):: VisBackBeamDiffTrans =0.0d0
real(kind=r64), public, DIMENSION(37,MaxSlatAngs):: VisBackBeamDiffRefl =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: VisFrontDiffDiffTrans =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: VisFrontDiffDiffRefl =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: VisBackDiffDiffTrans =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: VisBackDiffDiffRefl =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: IRFrontTrans =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: IRFrontEmiss =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: IRBackTrans =0.0d0
real(kind=r64), public, DIMENSION(MaxSlatAngs):: IRBackEmiss =0.0d0

Source Code

TYPE WindowBlindProperties

  CHARACTER(MaxNameLength+1)    :: Name=' '
  INTEGER :: MaterialNumber        =0 ! Material pointer for the blind
                  ! Input properties
  INTEGER :: SlatOrientation=0           ! HORIZONTAL or VERTICAL
  INTEGER :: SlatAngleType  =FixedSlats  ! FIXED or VARIABLE
  REAL(r64) :: SlatWidth                = 0.0d0 ! Slat width (m)
  REAL(r64) :: SlatSeparation           = 0.0d0 ! Slat separation (m)
  REAL(r64) :: SlatThickness            = 0.0d0 ! Slat thickness (m)
  REAL(r64) :: SlatCrown                = 0.0d0 ! the height of the slate (length from the chord to the curve)
  REAL(r64) :: SlatAngle                = 0.0d0 ! Slat angle (deg)
  REAL(r64) :: MinSlatAngle             = 0.0d0 ! Minimum slat angle for variable-angle slats (deg) (user input)
  REAL(r64) :: MaxSlatAngle             = 0.0d0 ! Maximum slat angle for variable-angle slats (deg) (user input)
  REAL(r64) :: SlatConductivity         = 0.0d0 ! Slat conductivity (W/m-K)
    ! Solar slat properties
  REAL(r64) :: SlatTransSolBeamDiff     = 0.0d0 ! Slat solar beam-diffuse transmittance
  REAL(r64) :: SlatFrontReflSolBeamDiff = 0.0d0 ! Slat front solar beam-diffuse reflectance
  REAL(r64) :: SlatBackReflSolBeamDiff  = 0.0d0 ! Slat back solar beam-diffuse reflectance
  REAL(r64) :: SlatTransSolDiffDiff     = 0.0d0 ! Slat solar diffuse-diffuse transmittance
  REAL(r64) :: SlatFrontReflSolDiffDiff = 0.0d0 ! Slat front solar diffuse-diffuse reflectance
  REAL(r64) :: SlatBackReflSolDiffDiff  = 0.0d0 ! Slat back solar diffuse-diffuse reflectance
    ! Visible slat properties
  REAL(r64) :: SlatTransVisBeamDiff     = 0.0d0 ! Slat visible beam-diffuse transmittance
  REAL(r64) :: SlatFrontReflVisBeamDiff = 0.0d0 ! Slat front visible beam-diffuse reflectance
  REAL(r64) :: SlatBackReflVisBeamDiff  = 0.0d0 ! Slat back visible beam-diffuse reflectance
  REAL(r64) :: SlatTransVisDiffDiff     = 0.0d0 ! Slat visible diffuse-diffuse transmittance
  REAL(r64) :: SlatFrontReflVisDiffDiff = 0.0d0 ! Slat front visible diffuse-diffuse reflectance
  REAL(r64) :: SlatBackReflVisDiffDiff  = 0.0d0 ! Slat back visible diffuse-diffuse reflectance
    ! Long-wave (IR) slat properties
  REAL(r64) :: SlatTransIR              = 0.0d0 ! Slat IR transmittance
  REAL(r64) :: SlatFrontEmissIR         = 0.0d0 ! Slat front emissivity
  REAL(r64) :: SlatBackEmissIR          = 0.0d0 ! Slat back emissivity
    ! Some characteristics for blind thermal calculation
  REAL(r64) :: BlindToGlassDist         = 0.0d0 ! Distance between window shade and adjacent glass (m)
  REAL(r64) :: BlindTopOpeningMult      = 0.0d0 ! Area of air-flow opening at top of blind, expressed as a fraction
                                        !  of the blind-to-glass opening area at the top of the blind
  REAL(r64) :: BlindBottomOpeningMult   = 0.0d0 ! Area of air-flow opening at bottom of blind, expressed as a fraction
                                        !  of the blind-to-glass opening area at the bottom of the blind
  REAL(r64) :: BlindLeftOpeningMult     = 0.0d0 ! Area of air-flow opening at left side of blind, expressed as a fraction
                                        !  of the blind-to-glass opening area at the left side of the blind
  REAL(r64) :: BlindRightOpeningMult    = 0.0d0 ! Area of air-flow opening at right side of blind, expressed as a fraction
                                        !  of the blind-to-glass opening area at the right side of the blind
                      ! Calculated blind properties
    ! Blind solar properties
  REAL(r64), DIMENSION(37,MaxSlatAngs) :: SolFrontBeamBeamTrans= 0.0d0 ! Blind solar front beam-beam transmittance vs.
                                                                    ! profile angle, slat angle
  REAL(r64), DIMENSION(37,MaxSlatAngs) :: SolFrontBeamBeamRefl = 0.0d0 ! Blind solar front beam-beam reflectance vs. profile angle,
                                                                    ! slat angle (zero)
  REAL(r64), DIMENSION(37,MaxSlatAngs) :: SolBackBeamBeamTrans = 0.0d0 ! Blind solar back beam-beam transmittance vs. profile angle,
                                                                    ! slat angle
  REAL(r64), DIMENSION(37,MaxSlatAngs) :: SolBackBeamBeamRefl  = 0.0d0 ! Blind solar back beam-beam reflectance vs. profile angle,
                                                                    ! slat angle (zero)
  REAL(r64), DIMENSION(37,MaxSlatAngs) :: SolFrontBeamDiffTrans= 0.0d0 ! Blind solar front beam-diffuse transmittance
                                                                    ! vs. profile angle, slat angle
  REAL(r64), DIMENSION(37,MaxSlatAngs) :: SolFrontBeamDiffRefl = 0.0d0 ! Blind solar front beam-diffuse reflectance
                                                                    ! vs. profile angle, slat angle
  REAL(r64), DIMENSION(37,MaxSlatAngs) :: SolBackBeamDiffTrans = 0.0d0 ! Blind solar back beam-diffuse transmittance
                                                                    ! vs. profile angle, slat angle
  REAL(r64), DIMENSION(37,MaxSlatAngs) :: SolBackBeamDiffRefl  = 0.0d0 ! Blind solar back beam-diffuse reflectance
                                                                    ! vs. profile angle, slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: SolFrontDiffDiffTrans   = 0.0d0 ! Blind solar front diffuse-diffuse transmittance
                                                                    ! vs. slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: SolFrontDiffDiffTransGnd= 0.0d0 ! Blind ground solar front diffuse-diffuse transmittance
                                                                    ! vs. slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: SolFrontDiffDiffTransSky= 0.0d0 ! Blind sky solar front diffuse-diffuse transmittance
                                                                    ! vs. slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: SolFrontDiffDiffRefl    = 0.0d0 ! Blind solar front diffuse-diffuse reflectance
                                                                    ! vs. slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: SolFrontDiffDiffReflGnd = 0.0d0 ! Blind ground solar front diffuse-diffuse reflectance
                                                                    ! vs. slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: SolFrontDiffDiffReflSky = 0.0d0 ! Blind sky solar front diffuse-diffuse reflectance
                                                                    ! vs. slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: SolBackDiffDiffTrans    = 0.0d0 ! Blind solar back diffuse-diffuse transmittance
                                                                    ! vs. slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: SolBackDiffDiffRefl     = 0.0d0 ! Blind solar back diffuse-diffuse reflectance
                                                                    ! vs. slat angle
  REAL(r64), DIMENSION(37,MaxSlatAngs) :: SolFrontBeamAbs         = 0.0d0 ! Blind solar front beam absorptance vs. slat angle
  REAL(r64), DIMENSION(37,MaxSlatAngs) :: SolBackBeamAbs          = 0.0d0 ! Blind solar back beam absorptance vs. slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: SolFrontDiffAbs         = 0.0d0 ! Blind solar front diffuse absorptance vs. slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: SolFrontDiffAbsGnd      = 0.0d0 ! Blind ground solar front diffuse absorptance vs. slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: SolFrontDiffAbsSky      = 0.0d0 ! Blind sky solar front diffuse absorptance vs. slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: SolBackDiffAbs          = 0.0d0 ! Blind solar back diffuse absorptance vs. slat angle

    ! Blind visible properties
  REAL(r64), DIMENSION(37,MaxSlatAngs) :: VisFrontBeamBeamTrans= 0.0d0 ! Blind visible front beam-beam transmittance
                                                                    ! vs. profile angle, slat angle
  REAL(r64), DIMENSION(37,MaxSlatAngs) :: VisFrontBeamBeamRefl = 0.0d0 ! Blind visible front beam-beam reflectance
                                                                    ! vs. profile angle, slat angle (zero)
  REAL(r64), DIMENSION(37,MaxSlatAngs) :: VisBackBeamBeamTrans = 0.0d0 ! Blind visible back beam-beam transmittance
                                                                    ! vs. profile angle, slat angle
  REAL(r64), DIMENSION(37,MaxSlatAngs) :: VisBackBeamBeamRefl  = 0.0d0 ! Blind visible back beam-beam reflectance
                                                                    ! vs. profile angle, slat angle (zero)
  REAL(r64), DIMENSION(37,MaxSlatAngs) :: VisFrontBeamDiffTrans= 0.0d0 ! Blind visible front beam-diffuse transmittance
                                                                    ! vs. profile angle, slat angle
  REAL(r64), DIMENSION(37,MaxSlatAngs) :: VisFrontBeamDiffRefl = 0.0d0 ! Blind visible front beam-diffuse reflectance
                                                                    ! vs. profile angle, slat angle
  REAL(r64), DIMENSION(37,MaxSlatAngs) :: VisBackBeamDiffTrans = 0.0d0 ! Blind visible back beam-diffuse transmittance
                                                                    ! vs. profile angle, slat angle
  REAL(r64), DIMENSION(37,MaxSlatAngs) :: VisBackBeamDiffRefl  = 0.0d0 ! Blind visible back beam-diffuse reflectance
                                                                    ! vs. profile angle, slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: VisFrontDiffDiffTrans   = 0.0d0 ! Blind visible front diffuse-diffuse transmittance
                                                                    ! vs. slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: VisFrontDiffDiffRefl    = 0.0d0 ! Blind visible front diffuse-diffuse reflectance
                                                                    ! vs. slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: VisBackDiffDiffTrans    = 0.0d0 ! Blind visible back diffuse-diffuse transmittance
                                                                    ! vs. slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: VisBackDiffDiffRefl     = 0.0d0 ! Blind visible back diffuse-diffuse reflectance
                                                                    ! vs. slat angle

    ! Long-wave (IR) blind properties
  REAL(r64), DIMENSION(MaxSlatAngs) :: IRFrontTrans            = 0.0d0 ! Blind IR front transmittance vs. slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: IRFrontEmiss            = 0.0d0 ! Blind IR front emissivity vs. slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: IRBackTrans             = 0.0d0 ! Blind IR back transmittance vs. slat angle
  REAL(r64), DIMENSION(MaxSlatAngs) :: IRBackEmiss             = 0.0d0 ! Blind IR back emissivity vs. slat angle
END TYPE WindowBlindProperties

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