FanEquipConditions Derived Type

type, private :: FanEquipConditions

FanName FanType AvailSchedName FanType_Num AvailSchedPtrNum InletAirMassFlowRate OutletAirMassFlowRate MaxAirFlowRate MaxAirFlowRateIsAutosizable MaxAirFlowRateEMSOverrideOn MaxAirFlowRateEMSOverrideValue MinAirFlowRate MaxAirMassFlowRate MinAirMassFlowRate FanMinAirFracMethod FanMinFrac FanFixedMin EMSMaxMassFlowOverrideOn EMSAirMassFlowValue InletAirTemp OutletAirTemp InletAirHumRat OutletAirHumRat InletAirEnthalpy OutletAirEnthalpy FanPower FanEnergy FanRuntimeFraction DeltaTemp DeltaPress EMSFanPressureOverrideOn EMSFanPressureValue FanEff EMSFanEffOverrideOn EMSFanEffValue MotEff MotInAirFrac FanCoeff MassFlowRateMaxAvail MassFlowRateMinAvail RhoAirStdInit InletNodeNum OutletNodeNum NVPerfNum FanPowerRatAtSpeedRatCurveIndex FanEffRatioCurveIndex EndUseSubcategoryName OneTimePowerRatioCheck OneTimeEffRatioCheck FanWheelDia FanOutletArea FanMaxEff EuMaxEff FanMaxDimFlow FanShaftPwrMax FanSizingFactor PulleyDiaRatio BeltMaxTorque BeltSizingFactor BeltTorqueTrans MotorMaxSpd MotorMaxOutPwr MotorSizingFactor VFDEffType VFDMaxOutPwr VFDSizingFactor PressRiseCurveIndex PressResetCurveIndex PLFanEffNormCurveIndex PLFanEffStallCurveIndex DimFlowNormCurveIndex DimFlowStallCurveIndex BeltMaxEffCurveIndex PLBeltEffReg1CurveIndex PLBeltEffReg2CurveIndex PLBeltEffReg3CurveIndex MotorMaxEffCurveIndex PLMotorEffCurveIndex VFDEffCurveIndex DeltaPressTot FanAirPower FanSpd FanTrq FanWheelEff FanShaftPower BeltMaxEff BeltEff BeltInputPower MotorMaxEff MotorInputPower VFDEff VFDInputPower MaxFanPowerEncountered FlowFractSchedNum AvailManagerMode MinTempLimitSchedNum BalancedFractSchedNum UnbalancedOutletMassFlowRate BalancedOutletMassFlowRate

Source Code


Components

TypeVisibility AttributesNameInitial
character(len=MaxNameLength), public :: FanName =' '
character(len=MaxNameLength), public :: FanType =' '
character(len=MaxNameLength), public :: AvailSchedName =' '
integer, public :: FanType_Num =0
integer, public :: AvailSchedPtrNum =0
real(kind=r64), public :: InletAirMassFlowRate =0.0d0
real(kind=r64), public :: OutletAirMassFlowRate =0.0d0
real(kind=r64), public :: MaxAirFlowRate =0.0d0
logical, public :: MaxAirFlowRateIsAutosizable =.FALSE.
logical, public :: MaxAirFlowRateEMSOverrideOn =.FALSE.
real(kind=r64), public :: MaxAirFlowRateEMSOverrideValue =0.d0
real(kind=r64), public :: MinAirFlowRate =0.0d0
real(kind=r64), public :: MaxAirMassFlowRate =0.0d0
real(kind=r64), public :: MinAirMassFlowRate =0.0d0
integer, public :: FanMinAirFracMethod =MinFrac
real(kind=r64), public :: FanMinFrac =0.0D0
real(kind=r64), public :: FanFixedMin =0.0D0
logical, public :: EMSMaxMassFlowOverrideOn =.FALSE.
real(kind=r64), public :: EMSAirMassFlowValue =0.0D0
real(kind=r64), public :: InletAirTemp =0.0d0
real(kind=r64), public :: OutletAirTemp =0.0d0
real(kind=r64), public :: InletAirHumRat =0.0d0
real(kind=r64), public :: OutletAirHumRat =0.0d0
real(kind=r64), public :: InletAirEnthalpy =0.0d0
real(kind=r64), public :: OutletAirEnthalpy =0.0d0
real(kind=r64), public :: FanPower =0.0d0
real(kind=r64), public :: FanEnergy =0.0d0
real(kind=r64), public :: FanRuntimeFraction =0.0d0
real(kind=r64), public :: DeltaTemp =0.0d0
real(kind=r64), public :: DeltaPress =0.0d0
logical, public :: EMSFanPressureOverrideOn =.FALSE.
real(kind=r64), public :: EMSFanPressureValue =0.0D0
real(kind=r64), public :: FanEff =0.0d0
logical, public :: EMSFanEffOverrideOn =.FALSE.
real(kind=r64), public :: EMSFanEffValue =0.0D0
real(kind=r64), public :: MotEff =0.0d0
real(kind=r64), public :: MotInAirFrac =0.0d0
real(kind=r64), public, Dimension(5):: FanCoeff =0.0d0
real(kind=r64), public :: MassFlowRateMaxAvail =0.0d0
real(kind=r64), public :: MassFlowRateMinAvail =0.0d0
real(kind=r64), public :: RhoAirStdInit =0.0d0
integer, public :: InletNodeNum =0
integer, public :: OutletNodeNum =0
integer, public :: NVPerfNum =0
integer, public :: FanPowerRatAtSpeedRatCurveIndex =0
integer, public :: FanEffRatioCurveIndex =0
character(len=MaxNameLength), public :: EndUseSubcategoryName =' '
logical, public :: OneTimePowerRatioCheck =.TRUE.
logical, public :: OneTimeEffRatioCheck =.TRUE.
real(kind=r64), public :: FanWheelDia =0.0d0
real(kind=r64), public :: FanOutletArea =0.0d0
real(kind=r64), public :: FanMaxEff =0.0d0
real(kind=r64), public :: EuMaxEff =0.0d0
real(kind=r64), public :: FanMaxDimFlow =0.0d0
real(kind=r64), public :: FanShaftPwrMax =0.0d0
real(kind=r64), public :: FanSizingFactor =0.0d0
real(kind=r64), public :: PulleyDiaRatio =0.0d0
real(kind=r64), public :: BeltMaxTorque =0.0d0
real(kind=r64), public :: BeltSizingFactor =0.0d0
real(kind=r64), public :: BeltTorqueTrans =0.0d0
real(kind=r64), public :: MotorMaxSpd =0.0d0
real(kind=r64), public :: MotorMaxOutPwr =0.0d0
real(kind=r64), public :: MotorSizingFactor =0.0d0
character(len=MaxNameLength), public :: VFDEffType =' '
real(kind=r64), public :: VFDMaxOutPwr =0.0d0
real(kind=r64), public :: VFDSizingFactor =0.0d0
integer, public :: PressRiseCurveIndex =0
integer, public :: PressResetCurveIndex =0
integer, public :: PLFanEffNormCurveIndex =0
integer, public :: PLFanEffStallCurveIndex =0
integer, public :: DimFlowNormCurveIndex =0
integer, public :: DimFlowStallCurveIndex =0
integer, public :: BeltMaxEffCurveIndex =0
integer, public :: PLBeltEffReg1CurveIndex =0
integer, public :: PLBeltEffReg2CurveIndex =0
integer, public :: PLBeltEffReg3CurveIndex =0
integer, public :: MotorMaxEffCurveIndex =0
integer, public :: PLMotorEffCurveIndex =0
integer, public :: VFDEffCurveIndex =0
real(kind=r64), public :: DeltaPressTot =0.0d0
real(kind=r64), public :: FanAirPower =0.0d0
real(kind=r64), public :: FanSpd =0.0d0
real(kind=r64), public :: FanTrq =0.0d0
real(kind=r64), public :: FanWheelEff =0.0d0
real(kind=r64), public :: FanShaftPower =0.0d0
real(kind=r64), public :: BeltMaxEff =0.0d0
real(kind=r64), public :: BeltEff =0.0d0
real(kind=r64), public :: BeltInputPower =0.0d0
real(kind=r64), public :: MotorMaxEff =0.0d0
real(kind=r64), public :: MotorInputPower =0.0d0
real(kind=r64), public :: VFDEff =0.0d0
real(kind=r64), public :: VFDInputPower =0.0d0
real(kind=r64), public :: MaxFanPowerEncountered =0.0d0
integer, public :: FlowFractSchedNum =0
integer, public :: AvailManagerMode =0
integer, public :: MinTempLimitSchedNum =0
integer, public :: BalancedFractSchedNum =0
real(kind=r64), public :: UnbalancedOutletMassFlowRate =0.d0
real(kind=r64), public :: BalancedOutletMassFlowRate =0.d0

Source Code

TYPE FanEquipConditions
  CHARACTER(len=MaxNameLength) :: FanName  =' '  ! Name of the fan
  CHARACTER(len=MaxNameLength) :: FanType  =' '  ! Type of Fan ie. Simple, Vane axial, Centrifugal, etc.
  CHARACTER(len=MaxNameLength) :: AvailSchedName =' '  ! Fan Operation Schedule
  INTEGER      :: FanType_Num              =0    ! DataHVACGlobals fan type
  INTEGER      :: AvailSchedPtrNum         =0    ! Pointer to the availability schedule
  REAL(r64)    :: InletAirMassFlowRate     =0.0d0  !MassFlow through the Fan being Simulated [kg/Sec]

  REAL(r64)    :: OutletAirMassFlowRate    =0.0d0
  REAL(r64)    :: MaxAirFlowRate           =0.0d0  !Max Specified Volume Flow Rate of Fan [m3/sec]
  LOGICAL      :: MaxAirFlowRateIsAutosizable = .FALSE. ! if true, then this type of fan could be autosize
  LOGICAL      :: MaxAirFlowRateEMSOverrideOn = .FALSE. ! if true, EMS wants to override fan size for Max Volume Flow Rate
  REAL(r64)    :: MaxAirFlowRateEMSOverrideValue = 0.d0 ! EMS value to use for override of  Max Volume Flow Rate
  REAL(r64)    :: MinAirFlowRate           =0.0d0  !Min Specified Volume Flow Rate of Fan [m3/sec]
  REAL(r64)    :: MaxAirMassFlowRate       =0.0d0  ! Max flow rate of fan in kg/sec
  REAL(r64)    :: MinAirMassFlowRate       =0.0d0  ! Min flow rate of fan in kg/sec
  INTEGER      :: FanMinAirFracMethod      = MinFrac   ! parameter for what method is used for min flow fraction
  REAL(r64)    :: FanMinFrac               = 0.0D0 ! Minimum fan air flow fraction
  REAL(r64)    :: FanFixedMin              = 0.0D0 ! Absolute minimum fan air flow [m3/s]
  LOGICAL      :: EMSMaxMassFlowOverrideOn = .FALSE. ! if true, then EMS is calling to override mass flow
  REAL(r64)    :: EMSAirMassFlowValue      = 0.0D0 ! value EMS is directing to use [kg/s]
  REAL(r64)    :: InletAirTemp             =0.0d0
  REAL(r64)    :: OutletAirTemp            =0.0d0
  REAL(r64)    :: InletAirHumRat           =0.0d0
  REAL(r64)    :: OutletAirHumRat          =0.0d0
  REAL(r64)    :: InletAirEnthalpy         =0.0d0
  REAL(r64)    :: OutletAirEnthalpy        =0.0d0
  REAL(r64)    :: FanPower                 =0.0d0  !Power of the Fan being Simulated [kW]
  REAL(r64)    :: FanEnergy                =0.0d0  !Fan energy in [kJ]
  REAL(r64)    :: FanRuntimeFraction       =0.0d0  !Fraction of the timestep that the fan operates
  REAL(r64)    :: DeltaTemp                =0.0d0  !Temp Rise across the Fan [C]
  REAL(r64)    :: DeltaPress               =0.0d0  !Delta Pressure Across the Fan [N/m2]
  LOGICAL      :: EMSFanPressureOverrideOn = .FALSE. ! if true, then EMS is calling to override
  REAL(r64)    :: EMSFanPressureValue      = 0.0D0 ! EMS value for Delta Pressure Across the Fan [Pa]
! cpw22Aug2010 Clarify meaning of "fan efficiency"
!  REAL(r64)    :: FanEff                   =0.0d0  !Fan total efficiency; motor and mechanical
  REAL(r64)    :: FanEff                   =0.0d0 !Fan total system efficiency (fan*belt*motor*VFD)
  LOGICAL      :: EMSFanEffOverrideOn      = .FALSE. ! if true, then EMS is calling to override
  REAL(r64)    :: EMSFanEffValue           = 0.0D0 ! EMS value for total efficiency of the Fan, fraction on 0..1
  REAL(r64)    :: MotEff                   =0.0d0  !Fan motor efficiency
  REAL(r64)    :: MotInAirFrac             =0.0d0  !Fraction of motor heat entering air stream
  REAL(r64), Dimension(5):: FanCoeff            =0.0d0  !Fan Part Load Coefficients to match fan type
  ! Mass Flow Rate Control Variables
  REAL(r64)    :: MassFlowRateMaxAvail     =0.0d0
  REAL(r64)    :: MassFlowRateMinAvail     =0.0d0
  REAL(r64)    :: RhoAirStdInit            =0.0d0
  INTEGER      :: InletNodeNum             =0
  INTEGER      :: OutletNodeNum            =0
  INTEGER      :: NVPerfNum                =0
  INTEGER      :: FanPowerRatAtSpeedRatCurveIndex  =0
  INTEGER      :: FanEffRatioCurveIndex    =0
  CHARACTER(len=MaxNameLength) :: EndUseSubcategoryName=' '
  LOGICAL      :: OneTimePowerRatioCheck = .TRUE. ! one time flag used for error message
  LOGICAL      :: OneTimeEffRatioCheck = .TRUE.   ! one time flag used for error message

  !cpw22Aug2010 Following added to support Fan Component Model input
  REAL(r64)    :: FanWheelDia              =0.0d0   !Fan wheel outer diameter [m]
  REAL(r64)    :: FanOutletArea            =0.0d0   !Fan outlet area [m2]
  REAL(r64)    :: FanMaxEff                =0.0d0   !Fan maximum static efficiency [-]
  REAL(r64)    :: EuMaxEff                 =0.0d0   !Euler number at fan maximum static efficiency [-]
  REAL(r64)    :: FanMaxDimFlow            =0.0d0   !Fan maximum dimensionless airflow [-]
  REAL(r64)    :: FanShaftPwrMax           =0.0d0   !Fan shaft maximum input power [W]
  REAL(r64)    :: FanSizingFactor          =0.0d0   !Fan sizing factor [-] cpw31Aug2010
  REAL(r64)    :: PulleyDiaRatio           =0.0d0   !Motor/fan pulley diameter ratio [-]
  REAL(r64)    :: BeltMaxTorque            =0.0d0   !Belt maximum torque [N-m]
  REAL(r64)    :: BeltSizingFactor         =0.0d0   !Belt sizing factor [-]
  REAL(r64)    :: BeltTorqueTrans          =0.0d0   !Belt fractional torque transition Region 1-2 [-]
  REAL(r64)    :: MotorMaxSpd              =0.0d0   !Motor maximum speed [rpm]
  REAL(r64)    :: MotorMaxOutPwr           =0.0d0   !Motor maximum output power [W]
  REAL(r64)    :: MotorSizingFactor        =0.0d0   !Motor sizing factor [-]
  CHARACTER(len=MaxNameLength) :: VFDEffType =' '   !VFD efficiency type [Speed or Power]
  REAL(r64)    :: VFDMaxOutPwr             =0.0d0   !VFD maximum output power [W]
  REAL(r64)    :: VFDSizingFactor          =0.0d0   !VFD sizing factor [-] cpw31Aug2010
  INTEGER      :: PressRiseCurveIndex      =0       !Fan pressure rise curve index
  INTEGER      :: PressResetCurveIndex     =0       !Duct static pressure reset curve index
  INTEGER      :: PLFanEffNormCurveIndex   =0       !Fan part-load efficiency (normal) curve index
  INTEGER      :: PLFanEffStallCurveIndex  =0       !Fan part-load efficiency (stall) curve index
  INTEGER      :: DimFlowNormCurveIndex    =0       !Fan dimensionless airflow (normal) curve index
  INTEGER      :: DimFlowStallCurveIndex   =0       !Fan dimensionless airflow (stall) curve index
  INTEGER      :: BeltMaxEffCurveIndex     =0       !Belt maximum efficiency curve index
  INTEGER      :: PLBeltEffReg1CurveIndex  =0       !Belt part-load efficiency (Region 1) curve index
  INTEGER      :: PLBeltEffReg2CurveIndex  =0       !Belt part-load efficiency (Region 2) curve index
  INTEGER      :: PLBeltEffReg3CurveIndex  =0       !Belt part-load efficiency (Region 3) curve index
  INTEGER      :: MotorMaxEffCurveIndex    =0       !Motor maximum efficiency curve index
  INTEGER      :: PLMotorEffCurveIndex     =0       !Motor part-load efficiency curve index
  INTEGER      :: VFDEffCurveIndex         =0       !VFD efficiency curve index

  !cpw22Aug2010 Following added to support Fan Component Model calculated values
  REAL(r64)    :: DeltaPressTot            =0.0d0   !Total pressure rise across fan [N/m2]
  REAL(r64)    :: FanAirPower              =0.0d0   !Air power for fan being Simulated [W]
  REAL(r64)    :: FanSpd                   =0.0d0   !Fan shaft rotational speed [rpm]
  REAL(r64)    :: FanTrq                   =0.0d0   !Fan shaft torque [N-m]
  REAL(r64)    :: FanWheelEff              =0.0d0   !Fan efficiency (mechanical)
  REAL(r64)    :: FanShaftPower            =0.0d0   !Shaft input power for fan being Simulated [W]
  REAL(r64)    :: BeltMaxEff               =0.0d0   !Belt maximum efficiency (mechanical) cpw31Aug2010
  REAL(r64)    :: BeltEff                  =0.0d0   !Belt efficiency (mechanical)
  REAL(r64)    :: BeltInputPower           =0.0d0   !Belt input power for fan being Simulated [W]
  REAL(r64)    :: MotorMaxEff              =0.0d0   !Motor maximum efficiency (electrical) cpw31Aug2010
  REAL(r64)    :: MotorInputPower          =0.0d0   !Motor input power for fan being Simulated [W]
  REAL(r64)    :: VFDEff                   =0.0d0   !VFD efficiency (electrical)
  REAL(r64)    :: VFDInputPower            =0.0d0   !VFD input power for fan being Simulated [W]
  REAL(r64)    :: MaxFanPowerEncountered   =0.0d0   !Maximum VFD input power encountered [W]

  !zone exhaust fan
  INTEGER      :: FlowFractSchedNum        =0    ! schedule index flow rate modifier schedule
  INTEGER      :: AvailManagerMode         =0    ! mode for how exhaust fan should react to availability managers
  INTEGER      :: MinTempLimitSchedNum     =0    ! schedule index minimum temperature limit
  INTEGER      :: BalancedFractSchedNum   =0    ! schedule index portion recirculated
  REAL(r64)    :: UnbalancedOutletMassFlowRate = 0.d0
  REAL(r64)    :: BalancedOutletMassFlowRate = 0.d0

END TYPE FanEquipConditions

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