WarehouseCoilData Derived Type

type, private :: WarehouseCoilData

Source Code


Components

TypeVisibility AttributesNameInitial
character(len=MaxNameLength), public :: Name =' '
character(len=MaxNameLength), public :: ZoneName
logical, public :: SecStatusFirst =.FALSE.
logical, public :: SecStatusLast =.FALSE.
logical, public :: SysStatusFirst =.FALSE.
logical, public :: SysStatusLast =.FALSE.
integer, public :: CoilFanSchedPtr =0
integer, public :: DefrostDripDownSchedPtr =0
integer, public :: DefrostSchedPtr =0
integer, public :: DefrostControlType =0
integer, public :: DefrostType =0
integer, public :: FanType =0
integer, public :: HeaterSchedPtr =0
integer, public :: NumSysAttach =0
integer, public :: RatingType =0
integer, public :: SchedPtr =0
integer, public :: SCIndex =0
integer, public :: SecServeID =0
integer, public :: SHRCorrectionType
integer, public :: SHRCorrectionCurvePtr
integer, public :: SysServeID =0
integer, public :: VerticalLocation =0
integer, public :: ZoneNodeNum =0
integer, public :: ZoneNum =0
real(kind=r64), public :: CorrMaterial =0.0d0
real(kind=r64), public :: CorrRefrigerant =0.0d0
real(kind=r64), public :: DefrostCapacity =0.0d0
real(kind=r64), public :: DefrostPower =0.0d0
real(kind=r64), public :: DeltaFreezeKgFrost =0.0d0
real(kind=r64), public :: DefEnergyFraction =0.0d0
real(kind=r64), public :: DesignRefrigInventory =0.0d0
real(kind=r64), public :: FanMinAirFlowRatio =0.0d0
real(kind=r64), public :: HeaterPower =0.0d0
real(kind=r64), public :: HotDefrostCondCredit =0.0d0
real(kind=r64), public :: IceTemp =0.0d0
real(kind=r64), public :: IceTempSaved =0.0d0
real(kind=r64), public :: KgFrost =0.0d0
real(kind=r64), public :: KgFrostSaved =0.0d0
real(kind=r64), public :: MaxTemperatureDif =0.0d0
real(kind=r64), public :: RatedAirVolumeFlow =0.0d0
real(kind=r64), public :: RatedCapTotal =0.0d0
real(kind=r64), public :: RatedFanPower =0.0d0
real(kind=r64), public :: RatedRH =0.0d0
real(kind=r64), public :: RatedSensibleCap =0.0d0
real(kind=r64), public :: RatedTemperatureDif =0.0d0
real(kind=r64), public :: ReqLoad =0.0d0
real(kind=r64), public :: SensHeatRatio =0.0d0
real(kind=r64), public :: SHRCorrection60 =0.0d0
real(kind=r64), public :: Temperature =0.0d0
real(kind=r64), public :: TEvapDesign =0.0d0
real(kind=r64), public :: ThermalDefrostPower =0.0d0
real(kind=r64), public :: UnitLoadFactorSens =0.0d0
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 :: ElecDefrostPower =0.0d0
real(kind=r64), public :: ElecDefrostConsumption =0.0d0
real(kind=r64), public :: LatCreditRate =0.0d0
real(kind=r64), public :: LatLoadServed =0.0d0
real(kind=r64), public :: LatKgPerS_ToZone =0.0d0
real(kind=r64), public :: LatCreditEnergy =0.0d0
real(kind=r64), public :: ReportSensCoolCreditRate =0.0d0
real(kind=r64), public :: ReportHeatingCreditRate =0.0d0
real(kind=r64), public :: ReportSensCoolCreditEnergy =0.0d0
real(kind=r64), public :: ReportHeatingCreditEnergy =0.0d0
real(kind=r64), public :: ReportTotalCoolCreditRate =0.0d0
real(kind=r64), public :: ReportTotalCoolCreditEnergy =0.0d0
real(kind=r64), public :: SensCreditRate =0.0d0
real(kind=r64), public :: SensCreditEnergy =0.0d0
real(kind=r64), public :: SensCoolingEnergyRate =0.0d0
real(kind=r64), public :: SensCoolingEnergy =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

Source Code

TYPE, PRIVATE ::  WarehouseCoilData
  CHARACTER(len=MaxNameLength) :: Name=' '       ! Name of Warehouse Coil
  CHARACTER(len=MaxNameLength) :: ZoneName       ! Names of zone cooled by coil
  LOGICAL    :: SecStatusFirst = .FALSE.         ! Flag to show if this is the first coil on a particular secondary
  LOGICAL    :: SecStatusLast  = .FALSE.         ! Flag to show if this is the last coil on a particular secondary
  LOGICAL    :: SysStatusFirst = .FALSE.         ! Flag to show if this is the first coil on a particular primary
  LOGICAL    :: SysStatusLast  = .FALSE.         ! Flag to show if this is the last coil on a particular primary
  INTEGER          :: CoilFanSchedPtr=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       ! Coil defrost control type, Timed,Frost level
  INTEGER          :: DefrostType=0              ! Coil defrost type, Hot-gas,Electric, Hot-brine
  INTEGER          :: FanType    =0              ! Index to coil fan type (fixed, two-speed, etc.)
  INTEGER          :: HeaterSchedPtr=0           ! Index to the correct availability schedule
  !INTEGER          :: NodeNumInlet=0            ! Node number for inlet to coil
  !INTEGER          :: NodeNumOutlet=0           ! Node number for outlet from coil
  INTEGER          :: NumSysAttach=0             ! Number of refrigerating systems cooling this coil (error check purpose)
  INTEGER          :: RatingType=0               ! Indicates which type of manufacturer's rating is used
  INTEGER          :: SchedPtr=0                 ! Index to the correct availability schedule
  INTEGER          :: SCIndex = 0                ! IDs which of European standard conditions is used for rating
  INTEGER          :: SecServeID=0               ! Index to the refrigeration system serving this coil
  INTEGER          :: SHRCorrectionType          ! Index to type of correction for sensible heat ratio
  INTEGER          :: SHRCorrectionCurvePtr      ! Index to Sensible heat ratio correction curve
  INTEGER          :: SysServeID=0               ! Index to the secondary system serving this coil
  INTEGER          :: VerticalLocation = 0       ! Index to coil location, floor, ceiling, or middle
  INTEGER          :: ZoneNodeNum=0              ! Index to the zone node for the zone served by this coil
  INTEGER          :: ZoneNum=0                  ! Index to the zone served by this coil
  REAL(r64)        :: CorrMaterial=0.0d0           ! Correction factor from manufacturer's rating for coil material, default 1.0
  REAL(r64)        :: CorrRefrigerant=0.0d0        ! Correction factor from manufacturer's rating for refrigerant, default 1.0
  REAL(r64)        :: DefrostCapacity=0.0d0        ! Design defrost Coil capacity [W]
  REAL(r64)        :: DefrostPower=0.0d0           ! Defrost power for electric defrost (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)        :: DesignRefrigInventory=0.0d0  ! Design refrigerant inventory [kg]
  REAL(r64)        :: FanMinAirFlowRatio = 0.0d0   ! Minimum air flow ratio set to preserve fan motor, dimensionless
  REAL(r64)        :: HeaterPower=0.0d0            ! Rated power of  coil heaters [W/m]
  REAL(r64)        :: HotDefrostCondCredit = 0.0d0 ! Used to credit condenser when heat reclaim used for hot gas/brine defrost (W)
  REAL(r64)        :: IceTemp= 0.0d0               ! Temperature of Ice Mass [C]
  REAL(r64)        :: IceTempSaved = 0.0d0         ! Temperature of Ice Mass [C]
  REAL(r64)        :: KgFrost = 0.0d0              ! Amount of frost on coil evaporator (Kg)
  REAL(r64)        :: KgFrostSaved = 0.0d0         ! Amount of frost on coil evaporator (Kg)
  REAL(r64)        :: MaxTemperatureDif = 0.0d0    ! Maximum difference between Tevap and Tair inlet, limits capacity during initial pull-down (deltaC)
  REAL(r64)        :: RatedAirVolumeFlow = 0.0d0   ! Rated air flow through coil (m3/s)
  REAL(r64)        :: RatedCapTotal=0.0d0          ! Rated total heat capacity, both latent and sensible [W]
  REAL(r64)        :: RatedFanPower=0.0d0          ! Rated power of fans [W]
  REAL(r64)        :: RatedRH = 0.0d0              ! Rated RH corresponding to RatedCapacityTotal [decimal 0 to 1]
  REAL(r64)        :: RatedSensibleCap=0.0d0       ! Rated total capacity at sensible heat ratio of 1.0 [W]
  REAL(r64)        :: RatedTemperatureDif=0.0d0    ! Rated temperature difference DT1, T air in minus evaporating temperature [W]
  REAL(r64)        :: ReqLoad = 0.0d0              ! Load requested to meet zone load [W]
  REAL(r64)        :: SensHeatRatio = 0.0d0        ! Sensible heat ratio (sensible/total), dimensionless
  REAL(r64)        :: SHRCorrection60=0.0d0        ! Correction factor corresponding to sensible heat ratio of 0.6 [ dimensionless]
  REAL(r64)        :: Temperature=0.0d0            ! Rated temperature [C]
  REAL(r64)        :: TEvapDesign=0.0d0            ! Design evaporator temperature (or brine inlet T) [C]
  REAL(r64)        :: ThermalDefrostPower=0.0d0    ! Thermal defrost load used to communicate with derate routine even if not electric defrost [W]
  REAL(r64)        :: UnitLoadFactorSens=0.0d0     ! Rated sensible capacity [W/C]

! Report Variables
  REAL(r64)        :: ElecHeaterPower=0.0d0         ! Coil heater rate (W)
  REAL(r64)        :: ElecHeaterConsumption=0.0d0   ! Coil heater energy (J)
  REAL(r64)        :: ElecFanPower=0.0d0            ! Coil fan electric power (W)
  REAL(r64)        :: ElecFanConsumption=0.0d0      ! Coil fan electric energy (J)
  REAL(r64)        :: ElecDefrostPower=0.0d0        ! Coil defrost rate (W)
  REAL(r64)        :: ElecDefrostConsumption=0.0d0  ! Coil defrost energy (J)
  REAL(r64)        :: LatCreditRate= 0.0d0          ! Latent heat removed from the zone [W]
  REAL(r64)        :: LatLoadServed=0.0d0           ! Latent load met by coil (J)
  REAL(r64)        :: LatKgPerS_ToZone =0.0d0       ! Latent load met by coil (kg/s)
  REAL(r64)        :: LatCreditEnergy= 0.0d0        ! Latent heat removed from the zone [J]
  REAL(r64)        :: ReportSensCoolCreditRate=0.0d0   ! Coil cooling credit to zone (net) [W]
  REAL(r64)        :: ReportHeatingCreditRate=0.0d0    ! Coil heating credit to zone (net) [J]
  REAL(r64)        :: ReportSensCoolCreditEnergy=0.0d0 ! Coil cooling credit to zone (net) [W]
  REAL(r64)        :: ReportHeatingCreditEnergy=0.0d0  ! Coil heating credit to zone (net) [J]
  REAL(r64)        :: ReportTotalCoolCreditRate =0.0d0 ! Coil cooling sens + latent credit to zone[W]
  REAL(r64)        :: ReportTotalCoolCreditEnergy =0.0d0 ! Coil cooling sens + latent credit to zone[J]
  REAL(r64)        :: SensCreditRate = 0.0d0        ! Net Sensible heat removed from the zone [W]
  REAL(r64)        :: SensCreditEnergy = 0.0d0      ! Net Sensible heat removed from the zone [J]
  REAL(r64)        :: SensCoolingEnergyRate=0.0d0   ! Gross Coil sensible cooling rate (W)
  REAL(r64)        :: SensCoolingEnergy=0.0d0       ! Gross Coil sensible cooling energy (J)
  REAL(r64)        :: TotalCoolingLoad=0.0d0        ! Gross total cooling rate (W)
  REAL(r64)        :: TotalCoolingEnergy=0.0d0      ! Gross total cooling energy (J)
  REAL(r64)        :: TotalElecPower=0.0d0          ! Coil total electric
                                                  !   (fans, heaters, and elec defrost) rate (W)
  REAL(r64)        :: TotalElecConsumption=0.0d0    ! Coil total electric energy (J)
END TYPE  WarehouseCoilData

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