WalkInData Derived Type

type, private :: WalkInData

Source Code


Components

TypeVisibility AttributesNameInitial
character(len=MaxNameLength), public :: Name =' '
character(len=MaxNameLength), public, ALLOCATABLE, DIMENSION(:):: ZoneName
integer, public :: CircFanSchedPtr =0
integer, public :: DefrostDripDownSchedPtr =0
integer, public :: DefrostSchedPtr =0
integer, public :: DefrostControlType =0
integer, public :: DefrostType =0
integer, public :: HeaterSchedPtr =0
integer, public :: LightingSchedPtr =0
integer, public :: NumSysAttach =0
integer, public :: NumZones =0
integer, public :: SchedPtr =0
integer, public :: StockingSchedPtr =0
integer, public, ALLOCATABLE, DIMENSION(:):: GlassDoorOpenSchedPtr
integer, public, ALLOCATABLE, DIMENSION(:):: StockDoorOpenSchedPtr
integer, public, ALLOCATABLE, DIMENSION(:):: StockDoorProtectType
integer, public, ALLOCATABLE, DIMENSION(:):: ZoneNodeNum
integer, public, ALLOCATABLE, DIMENSION(:):: ZoneNum
real(kind=r64), public :: CircFanConsumption
real(kind=r64), public :: CircFanPower =0.0d0
real(kind=r64), public :: CoilFanPower =0.0d0
real(kind=r64), public :: IceTemp =0.0d0
real(kind=r64), public :: IceTempSaved =0.0d0
real(kind=r64), public :: DefrostCapacity =0.0d0
real(kind=r64), public :: DeltaFreezeKgFrost =0.0d0
real(kind=r64), public :: DefEnergyFraction =0.0d0
real(kind=r64), public :: DesignFanPower =0.0d0
real(kind=r64), public :: DesignLighting =0.0d0
real(kind=r64), public :: DesignRatedCap =0.0d0
real(kind=r64), public :: DesignRefrigInventory =0.0d0
real(kind=r64), public :: FloorArea =0.0d0
real(kind=r64), public :: FloorUvalue =0.0d0
real(kind=r64), public :: HeaterPower =0.0d0
real(kind=r64), public :: HotDefrostCondCredit =0.0d0
real(kind=r64), public :: KgFrost =0.0d0
real(kind=r64), public :: StoredEnergy =0.0d0
real(kind=r64), public :: KgFrostSaved =0.0d0
real(kind=r64), public :: StoredEnergySaved =0.0d0
real(kind=r64), public :: Temperature =0.0d0
real(kind=r64), public :: TEvapDesign =0.0d0
real(kind=r64), public :: TotalFanPower =0.0d0
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: AreaGlassDr
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: UValueGlassDr
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: HeightGlassDr
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: AreaStockDr
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: UValueStockDr
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: HeightStockDr
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: SurfaceArea
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: UValue
real(kind=r64), public :: ElecHeaterPower =0.0d0
real(kind=r64), public :: ElecHeaterConsumption =0.0d0
real(kind=r64), public :: ElecFanPower =0.0d0
real(kind=r64), public :: ElecFanConsumption =0.0d0
real(kind=r64), public :: ElecLightingPower =0.0d0
real(kind=r64), public :: ElecLightingConsumption =0.0d0
real(kind=r64), public :: ElecDefrostPower =0.0d0
real(kind=r64), public :: ElecDefrostConsumption =0.0d0
real(kind=r64), public :: TotalCoolingLoad =0.0d0
real(kind=r64), public :: TotalCoolingEnergy =0.0d0
real(kind=r64), public :: TotalElecPower =0.0d0
real(kind=r64), public :: TotalElecConsumption =0.0d0
real(kind=r64), public :: TotLatCoolingEnergyRate =0.0d0
real(kind=r64), public :: TotLatCoolingEnergy =0.0d0
real(kind=r64), public :: TotSensCoolingEnergyRate =0.0d0
real(kind=r64), public :: TotSensCoolingEnergy =0.0d0
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: LatZoneCreditRate
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: LatZoneCredit
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: SensZoneCreditRate
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: SensZoneCreditCoolRate
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: SensZoneCreditCool
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: SensZoneCreditHeatRate
real(kind=r64), public, ALLOCATABLE, DIMENSION(:):: SensZoneCreditHeat

Source Code

TYPE, PRIVATE ::  WalkInData
  CHARACTER(len=MaxNameLength) :: Name=' '       ! Name of walk in cooler
  CHARACTER(len=MaxNameLength), ALLOCATABLE, DIMENSION(:) :: ZoneName
                                                 ! Names of zones exchanging energy with cooler
  INTEGER          :: CircFanSchedPtr=0               ! Index to the correct availability schedule
  INTEGER          :: DefrostDripDownSchedPtr=0  ! Index to the correct fail-safe schedule
  INTEGER          :: DefrostSchedPtr=0          ! Index to the correct defrost schedule
  INTEGER          :: DefrostControlType=0       ! WalkIn defrost control type, Timed,Frost level
  INTEGER          :: DefrostType=0              ! WalkIn defrost type, Hot-gas,Electric, Hot-brine
  INTEGER          :: HeaterSchedPtr=0               ! Index to the correct availability schedule
  INTEGER          :: LightingSchedPtr=0         ! Index to the correct WalkIn lighting schedule
  INTEGER          :: NumSysAttach=0             ! Number of systems attached to WalkIn, error if /=1
  INTEGER          :: NumZones =0                ! Number of zones exchanging energy with WalkIn
  INTEGER          :: SchedPtr=0                 ! Index to the correct availability schedule
  INTEGER          :: StockingSchedPtr=0         ! Index to the correct product stocking schedule
  INTEGER, ALLOCATABLE, DIMENSION(:) :: GlassDoorOpenSchedPtr   ! Index to the door opening schedule
  INTEGER, ALLOCATABLE, DIMENSION(:) :: StockDoorOpenSchedPtr   ! Index to the door opening schedule
  INTEGER, ALLOCATABLE, DIMENSION(:) :: StockDoorProtectType    ! Index to door protection type
  INTEGER, ALLOCATABLE, DIMENSION(:) :: ZoneNodeNum             ! Index to Zone Node
  INTEGER, ALLOCATABLE, DIMENSION(:) :: ZoneNum                 ! Index to Zone
  REAL(r64)        :: CircFanConsumption ! Operating energy of  Walk In fan [J]
  REAL(r64)        :: CircFanPower=0.0d0   ! Operating power of  Walk In fan [W]
  REAL(r64)        :: CoilFanPower=0.0d0   ! Operating power of  Walk In evap coil fan [W]
  REAL(r64)        :: IceTemp= 0.0d0      ! Temperature of Ice Mass [C]
  REAL(r64)        :: IceTempSaved = 0.0d0 ! Temperature of Ice Mass [C]
  REAL(r64)        :: DefrostCapacity=0.0d0       ! Design defrost WalkIn capacity [W]
  REAL(r64)        :: DeltaFreezeKgFrost = 0.0d0  ! Used to reverse accumulation if the zone/load time step is repeated (kg)
  REAL(r64)        :: DefEnergyFraction=0.0d0     ! Portion of defrost energy available to melt ice,
                                                !    used with fluid defrost with temp termination (dimensionless)
  REAL(r64)        :: DesignFanPower=0.0d0        ! Design power of fans [W]
  REAL(r64)        :: DesignLighting=0.0d0        ! Design  lighting (includes task and display lights)[W]
  REAL(r64)        :: DesignRatedCap=0.0d0        ! Design total capacity [W]
  REAL(r64)        :: DesignRefrigInventory=0.0d0 ! Design refrigerant inventory [kg]
  REAL(r64)        :: FloorArea=0.0d0             ! Floor area of  Walk In [m2]
  REAL(r64)        :: FloorUvalue=0.0d0           ! U-value of Walk In floor [W/m2-C]
  REAL(r64)        :: HeaterPower=0.0d0           ! Rated power of  Walk In   heaters [W/m]
  REAL(r64)        :: HotDefrostCondCredit = 0.0d0 ! Used to credit condenser when heat reclaim used for hot gas/brine defrost (W)
  REAL(r64)        :: KgFrost = 0.0d0             ! Amount of frost on WalkIn evaporator (Kg)
  REAL(r64)        :: StoredEnergy = 0.0d0        ! Cumulative Stored Energy not met by evaporator [J]
  REAL(r64)        :: KgFrostSaved = 0.0d0        ! Amount of frost on WalkIn evaporator (Kg)
  REAL(r64)        :: StoredEnergySaved = 0.0d0   ! Cumulative Stored Energy not met by evaporator [J]
  REAL(r64)        :: Temperature=0.0d0           ! Rated temperature [C]
  REAL(r64)        :: TEvapDesign=0.0d0           ! Design evaporator temperature (or brine inlet T) [C]
  REAL(r64)        :: TotalFanPower=0.0d0         ! Sum of coil and circ fan power  [W]
  REAL(r64), ALLOCATABLE, DIMENSION(:) :: AreaGlassDr
  REAL(r64), ALLOCATABLE, DIMENSION(:) :: UValueGlassDr
  REAL(r64), ALLOCATABLE, DIMENSION(:) :: HeightGlassDr
  REAL(r64), ALLOCATABLE, DIMENSION(:) :: AreaStockDr
  REAL(r64), ALLOCATABLE, DIMENSION(:) :: UValueStockDr
  REAL(r64), ALLOCATABLE, DIMENSION(:) :: HeightStockDr
  REAL(r64), ALLOCATABLE, DIMENSION(:) :: SurfaceArea
  REAL(r64), ALLOCATABLE, DIMENSION(:) :: UValue

! Report Variables
  REAL(r64)        :: ElecHeaterPower=0.0d0         !  Walk In heater rate (W)
  REAL(r64)        :: ElecHeaterConsumption=0.0d0   !  Walk In heater energy (J)
  REAL(r64)        :: ElecFanPower=0.0d0            !  Walk In fan electric power (W)
  REAL(r64)        :: ElecFanConsumption=0.0d0      !  Walk In fan electric energy (J)
  REAL(r64)        :: ElecLightingPower=0.0d0       !  Walk In lighting electric power (W)
  REAL(r64)        :: ElecLightingConsumption=0.0d0 !  Walk In lighting electric energy (J)
  REAL(r64)        :: ElecDefrostPower=0.0d0        !  Walk In defrost rate (W)
  REAL(r64)        :: ElecDefrostConsumption=0.0d0  !  Walk In defrost energy (J)
  REAL(r64)        :: TotalCoolingLoad =0.0d0       !  Walk In total cooling rate (W)
  REAL(r64)        :: TotalCoolingEnergy=0.0d0     !  Walk In total cooling energy (J)
  REAL(r64)        :: TotalElecPower=0.0d0          !  Walk In total electric
                                                  !   (fans, heaters, lighting, and elec defrost) rate (W)
  REAL(r64)        :: TotalElecConsumption=0.0d0    !  Walk In total electric energy (J)
  REAL(r64)        :: TotLatCoolingEnergyRate=0.0d0   !  Walk In latent cooling rate (W)
  REAL(r64)        :: TotLatCoolingEnergy=0.0d0       !  Walk In latent cooling energy (J)
  REAL(r64)        :: TotSensCoolingEnergyRate=0.0d0  !  Walk In sensible cooling rate (W)
  REAL(r64)        :: TotSensCoolingEnergy=0.0d0      !  Walk In sensible cooling energy (J)

  REAL(r64), ALLOCATABLE, DIMENSION(:) :: LatZoneCreditRate       !Amount of latent energy provided to zone(W)
  REAL(r64), ALLOCATABLE, DIMENSION(:) :: LatZoneCredit           !Amount of latent energy provided to zone(J)
  REAL(r64), ALLOCATABLE, DIMENSION(:) :: SensZoneCreditRate      !Amount of sensible heat gain to zone, pos and neg (W)
  REAL(r64), ALLOCATABLE, DIMENSION(:) :: SensZoneCreditCoolRate  !Amount of sensible cooling provided to the zone (W)
  REAL(r64), ALLOCATABLE, DIMENSION(:) :: SensZoneCreditCool      !Amount of sensible cooling provided to the zone (J)
  REAL(r64), ALLOCATABLE, DIMENSION(:) :: SensZoneCreditHeatRate  !Amount of sensible heat provided to the zone (W)
  REAL(r64), ALLOCATABLE, DIMENSION(:) :: SensZoneCreditHeat      !Amount of sensible heat provided to the zone (J)
END TYPE  WalkInData

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