CBVAVData Derived Type

type, private :: CBVAVData

Name UnitType Sched SchedPtr MaxCoolAirVolFlow MaxHeatAirVolFlow MaxNoCoolHeatAirVolFlow MaxCoolAirMassFlow MaxHeatAirMassFlow MaxNoCoolHeatAirMassFlow CoolOutAirVolFlow HeatOutAirVolFlow NoCoolHeatOutAirVolFlow CoolOutAirMassFlow HeatOutAirMassFlow NoCoolHeatOutAirMassFlow OutAirSchPtr AirInNode AirOutNode CondenserNodeNum MixerOutsideAirNode MixerMixedAirNode MixerReliefAirNode MixerInletAirNode SplitterOutletAirNode OAMixType OAMixName OAMixIndex FanName FanType FanPlace FanType_Num FanIndex FanOpModeSchedPtr FanVolFlow HeatingSpeedRatio CoolingSpeedRatio NoHeatCoolSpeedRatio CheckFanFlow DXCoolCoilName DXCoolCoilType DXCoolCoilType_Num CoolCoilCompIndex DXCoolCoilIndexNum DXHeatCoilIndexNum HeatCoilName HeatCoilType HeatCoilType_Num HeatCoilIndex OpMode CoilControlNode CoilOutletNode LoopNum LoopSide BranchNum CompNum HotWaterCoilMaxIterIndex HotWaterCoilMaxIterIndex2 MaxHeatCoilFluidFlow DesignHeatingCapacity DesignSuppHeatingCapacity MinOATCompressor MinLATCooling MaxLATHeating TotHeatEnergyRate TotHeatEnergy TotCoolEnergyRate TotCoolEnergy SensHeatEnergyRate SensHeatEnergy SensCoolEnergyRate SensCoolEnergy LatHeatEnergyRate LatHeatEnergy LatCoolEnergyRate LatCoolEnergy ElecPower ElecConsumption FanPartLoadRatio CompPartLoadRatio LastMode AirFlowControl CompPartLoadFrac AirLoopNumber NumControlledZones ControlledZoneNum ActualZoneNum ActualZoneNodeNum CBVAVBoxOutletNode ZoneSequenceCoolingNum ZoneSequenceHeatingNum PriorityControl NumZonesCooled NumZonesHeated PLRMaxIter PLRMaxIterIndex DXCoilInletNode DXCoilOutletNode HeatingCoilInletNode HeatingCoilOutletNode FanInletNodeNum OutletTempSetpoint CoilTempSetpoint HeatCoolMode BypassMassFlowRate DehumidificationMode DehumidControlType HumRatMaxCheck DXIterationExceeded DXIterationExceededIndex DXIterationFailed DXIterationFailedIndex HXDXIterationExceeded HXDXIterationExceededIndex HXDXIterationFailed HXDXIterationFailedIndex MMDXIterationExceeded MMDXIterationExceededIndex MMDXIterationFailed MMDXIterationFailedIndex DMDXIterationExceeded DMDXIterationExceededIndex DMDXIterationFailed DMDXIterationFailedIndex CRDXIterationExceeded CRDXIterationExceededIndex CRDXIterationFailed CRDXIterationFailedIndex

Source Code


Components

TypeVisibility AttributesNameInitial
character(len=MaxNameLength), public :: Name =' '
character(len=MaxNameLength), public :: UnitType =' '
character(len=MaxNameLength), public :: Sched =' '
integer, public :: SchedPtr =0
real(kind=r64), public :: MaxCoolAirVolFlow =0.0d0
real(kind=r64), public :: MaxHeatAirVolFlow =0.0d0
real(kind=r64), public :: MaxNoCoolHeatAirVolFlow =0.0d0
real(kind=r64), public :: MaxCoolAirMassFlow =0.0d0
real(kind=r64), public :: MaxHeatAirMassFlow =0.0d0
real(kind=r64), public :: MaxNoCoolHeatAirMassFlow =0.0d0
real(kind=r64), public :: CoolOutAirVolFlow =0.0d0
real(kind=r64), public :: HeatOutAirVolFlow =0.0d0
real(kind=r64), public :: NoCoolHeatOutAirVolFlow =0.0d0
real(kind=r64), public :: CoolOutAirMassFlow =0.0d0
real(kind=r64), public :: HeatOutAirMassFlow =0.0d0
real(kind=r64), public :: NoCoolHeatOutAirMassFlow =0.0d0
integer, public :: OutAirSchPtr =0
integer, public :: AirInNode =0
integer, public :: AirOutNode =0
integer, public :: CondenserNodeNum =0
integer, public :: MixerOutsideAirNode =0
integer, public :: MixerMixedAirNode =0
integer, public :: MixerReliefAirNode =0
integer, public :: MixerInletAirNode =0
integer, public :: SplitterOutletAirNode =0
character(len=MaxNameLength), public :: OAMixType =' '
character(len=MaxNameLength), public :: OAMixName =' '
integer, public :: OAMixIndex =0
character(len=MaxNameLength), public :: FanName =' '
character(len=MaxNameLength), public :: FanType =' '
integer, public :: FanPlace =0
integer, public :: FanType_Num =0
integer, public :: FanIndex =0
integer, public :: FanOpModeSchedPtr =0
real(kind=r64), public :: FanVolFlow =0.0d0
real(kind=r64), public :: HeatingSpeedRatio =1.0d0
real(kind=r64), public :: CoolingSpeedRatio =1.0d0
real(kind=r64), public :: NoHeatCoolSpeedRatio =1.0d0
logical, public :: CheckFanFlow =.TRUE.
character(len=MaxNameLength), public :: DXCoolCoilName =' '
character(len=MaxNameLength), public :: DXCoolCoilType =' '
integer, public :: DXCoolCoilType_Num =0
integer, public :: CoolCoilCompIndex =0
integer, public :: DXCoolCoilIndexNum =0
integer, public :: DXHeatCoilIndexNum =0
character(len=MaxNameLength), public :: HeatCoilName =' '
character(len=MaxNameLength), public :: HeatCoilType =' '
integer, public :: HeatCoilType_Num =0
integer, public :: HeatCoilIndex =0
integer, public :: OpMode =0
integer, public :: CoilControlNode =0
integer, public :: CoilOutletNode =0
integer, public :: LoopNum =0
integer, public :: LoopSide =0
integer, public :: BranchNum =0
integer, public :: CompNum =0
integer, public :: HotWaterCoilMaxIterIndex =0
integer, public :: HotWaterCoilMaxIterIndex2 =0
real(kind=r64), public :: MaxHeatCoilFluidFlow =0.0d0
real(kind=r64), public :: DesignHeatingCapacity =0.0d0
real(kind=r64), public :: DesignSuppHeatingCapacity =0.0d0
real(kind=r64), public :: MinOATCompressor =0.0d0
real(kind=r64), public :: MinLATCooling =0.0d0
real(kind=r64), public :: MaxLATHeating =0.0d0
real(kind=r64), public :: TotHeatEnergyRate =0.0d0
real(kind=r64), public :: TotHeatEnergy =0.0d0
real(kind=r64), public :: TotCoolEnergyRate =0.0d0
real(kind=r64), public :: TotCoolEnergy =0.0d0
real(kind=r64), public :: SensHeatEnergyRate =0.0d0
real(kind=r64), public :: SensHeatEnergy =0.0d0
real(kind=r64), public :: SensCoolEnergyRate =0.0d0
real(kind=r64), public :: SensCoolEnergy =0.0d0
real(kind=r64), public :: LatHeatEnergyRate =0.0d0
real(kind=r64), public :: LatHeatEnergy =0.0d0
real(kind=r64), public :: LatCoolEnergyRate =0.0d0
real(kind=r64), public :: LatCoolEnergy =0.0d0
real(kind=r64), public :: ElecPower =0.0d0
real(kind=r64), public :: ElecConsumption =0.0d0
real(kind=r64), public :: FanPartLoadRatio =0.0d0
real(kind=r64), public :: CompPartLoadRatio =0.0d0
integer, public :: LastMode =0
integer, public :: AirFlowControl =0
real(kind=r64), public :: CompPartLoadFrac =0.0d0
integer, public :: AirLoopNumber =0
integer, public :: NumControlledZones =0
integer, public, DIMENSION(:), ALLOCATABLE:: ControlledZoneNum
integer, public, DIMENSION(:), ALLOCATABLE:: ActualZoneNum
integer, public, DIMENSION(:), ALLOCATABLE:: ActualZoneNodeNum
integer, public, DIMENSION(:), ALLOCATABLE:: CBVAVBoxOutletNode
integer, public, DIMENSION(:), ALLOCATABLE:: ZoneSequenceCoolingNum
integer, public, DIMENSION(:), ALLOCATABLE:: ZoneSequenceHeatingNum
integer, public :: PriorityControl =0
integer, public :: NumZonesCooled =0
integer, public :: NumZonesHeated =0
integer, public :: PLRMaxIter =0
integer, public :: PLRMaxIterIndex =0
integer, public :: DXCoilInletNode =0
integer, public :: DXCoilOutletNode =0
integer, public :: HeatingCoilInletNode =0
integer, public :: HeatingCoilOutletNode =0
integer, public :: FanInletNodeNum =0
real(kind=r64), public :: OutletTempSetpoint =0.0d0
real(kind=r64), public :: CoilTempSetpoint =0.0d0
integer, public :: HeatCoolMode =0
real(kind=r64), public :: BypassMassFlowRate =0.0d0
integer, public :: DehumidificationMode =0
integer, public :: DehumidControlType =0
logical, public :: HumRatMaxCheck =.TRUE.
integer, public :: DXIterationExceeded =0
integer, public :: DXIterationExceededIndex =0
integer, public :: DXIterationFailed =0
integer, public :: DXIterationFailedIndex =0
integer, public :: HXDXIterationExceeded =0
integer, public :: HXDXIterationExceededIndex =0
integer, public :: HXDXIterationFailed =0
integer, public :: HXDXIterationFailedIndex =0
integer, public :: MMDXIterationExceeded =0
integer, public :: MMDXIterationExceededIndex =0
integer, public :: MMDXIterationFailed =0
integer, public :: MMDXIterationFailedIndex =0
integer, public :: DMDXIterationExceeded =0
integer, public :: DMDXIterationExceededIndex =0
integer, public :: DMDXIterationFailed =0
integer, public :: DMDXIterationFailedIndex =0
integer, public :: CRDXIterationExceeded =0
integer, public :: CRDXIterationExceededIndex =0
integer, public :: CRDXIterationFailed =0
integer, public :: CRDXIterationFailedIndex =0

Source Code

TYPE CBVAVData
  ! input data
 CHARACTER(len=MaxNameLength) :: Name                     = ' ' ! Name of unit
 CHARACTER(len=MaxNameLength) :: UnitType                 = ' ' ! Type of unit
 CHARACTER(len=MaxNameLength) :: Sched                    = ' ' ! Availability schedule name
 INTEGER                      :: SchedPtr                 = 0   ! Index number to availability schedule
 REAL(r64)                    :: MaxCoolAirVolFlow        = 0.0d0 ! System air volumetric flow rate during cooling operation [m3/s]
 REAL(r64)                    :: MaxHeatAirVolFlow        = 0.0d0 ! System air volumetric flow rate during heating operation [m3/s]
 REAL(r64)                    :: MaxNoCoolHeatAirVolFlow  = 0.0d0 ! System air volumetric flow rate when no cooling or heating [m3/s]
 REAL(r64)                    :: MaxCoolAirMassFlow       = 0.0d0 ! System air mass flow rate during cooling operation [kg/s]
 REAL(r64)                    :: MaxHeatAirMassFlow       = 0.0d0 ! System air mass flow rate during heating operation [kg/s]
 REAL(r64)                    :: MaxNoCoolHeatAirMassFlow = 0.0d0 ! System air mass flow rate when no cooling or heating [kg/s]
 REAL(r64)                    :: CoolOutAirVolFlow        = 0.0d0 ! OA volumetric flow rate during cooling operation [m3/s]
 REAL(r64)                    :: HeatOutAirVolFlow        = 0.0d0 ! OA volumetric flow rate during heating operation [m3/s]
 REAL(r64)                    :: NoCoolHeatOutAirVolFlow  = 0.0d0 ! OA volumetric flow rate when no cooling or heating [m3/s]
 REAL(r64)                    :: CoolOutAirMassFlow       = 0.0d0 ! OA mass flow rate during cooling operation [kg/s]
 REAL(r64)                    :: HeatOutAirMassFlow       = 0.0d0 ! OA mass flow rate during heating operation [kg/s]
 REAL(r64)                    :: NoCoolHeatOutAirMassFlow = 0.0d0 ! OA mass flow rate when no cooling or heating [kg/s]
 INTEGER                      :: OutAirSchPtr             = 0   ! Index number to outside air multiplier schedule
 INTEGER                      :: AirInNode                = 0   ! Inlet air node number for CBVAV unit
 INTEGER                      :: AirOutNode               = 0   ! Outlet air node number for CBVAV unit
 INTEGER                      :: CondenserNodeNum         = 0   ! DX Coil condenser air inlet node number
 INTEGER                      :: MixerOutsideAirNode      = 0   ! Outside air node number for OA mixer
 INTEGER                      :: MixerMixedAirNode        = 0   ! Mixed air node number for OA mixer
 INTEGER                      :: MixerReliefAirNode       = 0   ! Relief air node number for OA mixer
 INTEGER                      :: MixerInletAirNode        = 0   ! Return air node number for OA mixer
 INTEGER                      :: SplitterOutletAirNode    = 0   ! Air node number for splitter (last component outlet node)
 CHARACTER(len=MaxNameLength) :: OAMixType                = ' ' ! type of outside air mixer
 CHARACTER(len=MaxNameLength) :: OAMixName                = ' ' ! Name of OA mixer
 INTEGER                      :: OAMixIndex               = 0   ! Index to OA mixer
 CHARACTER(len=MaxNameLength) :: FanName                  = ' ' ! Name of fan
 CHARACTER(len=MaxNameLength) :: FanType                  = ' ' ! Type of fan
 INTEGER                      :: FanPlace                 = 0   ! Fan placement is either blowthru (1) or drawthru (2)
 INTEGER                      :: FanType_Num              = 0   ! Fan type number (see DataHVACGlobals)
 INTEGER                      :: FanIndex                 = 0   ! Index number to fan
 INTEGER                      :: FanOpModeSchedPtr        = 0   ! Fan operating mode schedule pointer
 REAL(r64)                    :: FanVolFlow               = 0.0d0 ! Volumetric flow rate of system supply air fan [m3/s]
 REAL(r64)                    :: HeatingSpeedRatio        = 1.0d0 ! Fan speed ratio in heating mode
 REAL(r64)                    :: CoolingSpeedRatio        = 1.0d0 ! Fan speed ratio in cooling mode
 REAL(r64)                    :: NoHeatCoolSpeedRatio     = 1.0d0 ! Fan speed ratio when no cooling or heating
 LOGICAL                      :: CheckFanFlow          = .TRUE. ! Check fan volumetric flow versus system flow in init routine.
 CHARACTER(len=MaxNameLength) :: DXCoolCoilName           = ' ' ! Name of DX cooling coil
 CHARACTER(len=MaxNameLength) :: DXCoolCoilType           = ' ' ! Type of DX cooling coil,Coil:DX:CoolingBypassFactorEmpirical or
                                                                !               CoilSystem:Cooling:DX:HeatExchangerAssisted
 INTEGER                      :: DXCoolCoilType_Num       = 0   ! Numeric equivalent for DX cooling coil type
 INTEGER                      :: CoolCoilCompIndex        = 0   ! cooling coil component index number
 INTEGER                      :: DXCoolCoilIndexNum       = 0   ! actual DX cooling coil index number
 INTEGER                      :: DXHeatCoilIndexNum       = 0   ! actual DX heating coil index number
 CHARACTER(len=MaxNameLength) :: HeatCoilName             = ' ' ! Name of heating coil
 CHARACTER(len=MaxNameLength) :: HeatCoilType             = ' ' ! Type of heating coil,Coil:DX:HeatingEmpirical
                                                                ! Coil:Heater:Gas, Coil:Heater:Electric, Coil:Heater:Water
                                                                ! Coil:Heater:Steam
 INTEGER                      :: HeatCoilType_Num         = 0   ! Numeric equivalent for DX heating coil type
 INTEGER                      :: HeatCoilIndex            = 0   ! DX heating coil index number
 INTEGER                      :: OpMode                   =0    ! mode of operation; 1=cycling fan, cycling compressor
                                                                !                    2=continuous fan, cycling compresor
 INTEGER                      :: CoilControlNode          = 0   ! heating coil hot water or steam inlet node
 INTEGER                      :: CoilOutletNode      = 0   ! outlet node for hot water and steam coil
 INTEGER                      :: LoopNum                  = 0   ! plant loop index for water heating coil
 INTEGER                      :: LoopSide                 = 0   ! plant loop side  index for water heating coil
 INTEGER                      :: BranchNum                = 0   ! plant loop branch index for water heating coil
 INTEGER                      :: CompNum                  = 0   ! plant loop component index for water heating coil
 Integer                      :: HotWaterCoilMaxIterIndex  = 0  ! Index to recurring warning message
 Integer                      :: HotWaterCoilMaxIterIndex2 = 0  ! Index to recurring warning message
 REAL(r64)                    :: MaxHeatCoilFluidFlow     = 0.0d0 ! water or steam mass flow rate for heating coil [kg/s]
 REAL(r64)                    :: DesignHeatingCapacity    = 0.0d0 ! design heating capacity of the heating coil
 REAL(r64)                    :: DesignSuppHeatingCapacity= 0.0d0 ! Operating capacity of supplemental Heating Coil [W]
 REAL(r64)                    :: MinOATCompressor         = 0.0d0 ! Minimum OAT for compressor operation [C]
 REAL(r64)                    :: MinLATCooling            = 0.0d0 ! Minimum leaving air temp for compressor cooling operation [C]
 REAL(r64)                    :: MaxLATHeating            = 0.0d0 ! Maximum leaving air temp for heating operation [C]
 ! Report data
 REAL(r64)                    :: TotHeatEnergyRate        = 0.0d0 ! Total heating output [W]
 REAL(r64)                    :: TotHeatEnergy            = 0.0d0 ! Total heating output [J]
 REAL(r64)                    :: TotCoolEnergyRate        = 0.0d0 ! Total cooling output [W]
 REAL(r64)                    :: TotCoolEnergy            = 0.0d0 ! Total cooling output [J]
 REAL(r64)                    :: SensHeatEnergyRate       = 0.0d0 ! Sensible heating output [W]
 REAL(r64)                    :: SensHeatEnergy           = 0.0d0 ! Sensible heating output [J]
 REAL(r64)                    :: SensCoolEnergyRate       = 0.0d0 ! Sensible cooling output [W]
 REAL(r64)                    :: SensCoolEnergy           = 0.0d0 ! Sensible cooling output [J]
 REAL(r64)                    :: LatHeatEnergyRate        = 0.0d0 ! Latent heating output [W]
 REAL(r64)                    :: LatHeatEnergy            = 0.0d0 ! Latent heating output [J]
 REAL(r64)                    :: LatCoolEnergyRate        = 0.0d0 ! Latent cooling output [W]
 REAL(r64)                    :: LatCoolEnergy            = 0.0d0 ! Latent cooling output [J]
 REAL(r64)                    :: ElecPower                = 0.0d0 ! Electricity consumed [W]
 REAL(r64)                    :: ElecConsumption          = 0.0d0 ! Electricity consumed [J]
 REAL(r64)                    :: FanPartLoadRatio         = 0.0d0 ! Fan part-load ratio for time step
 REAL(r64)                    :: CompPartLoadRatio        = 0.0d0 ! Compressor part-load ratio for time step
 INTEGER                      :: LastMode                 = 0   ! Last mode of operation, coolingmode or heatingmode
 INTEGER                      :: AirFlowControl           = 0   ! Fan control mode, UseCompressorOnFlow or UseCompressorOffFlow
 REAL(r64)                    :: CompPartLoadFrac         = 0.0d0 ! Compressor part load ratio
 INTEGER                      :: AirLoopNumber            = 0   ! Air loop served by the CBVAV system
 INTEGER                      :: NumControlledZones       = 0
 INTEGER, DIMENSION(:), ALLOCATABLE :: ControlledZoneNum        ! Index to controlled zones
 INTEGER, DIMENSION(:), ALLOCATABLE :: ActualZoneNum            ! Actual zone number of controlled zone
 INTEGER, DIMENSION(:), ALLOCATABLE :: ActualZoneNodeNum        ! Actual zone node num of controlled zone
 INTEGER, DIMENSION(:), ALLOCATABLE :: CBVAVBoxOutletNode       ! Outlet node of CBVAV Box in controlled zone
 INTEGER, DIMENSION(:), ALLOCATABLE :: ZoneSequenceCoolingNum ! Index to cooling sequence/priority for this zone
 INTEGER, DIMENSION(:), ALLOCATABLE :: ZoneSequenceHeatingNum ! Index to heating sequence/priority for this zone

 INTEGER                      :: PriorityControl          = 0   ! Control mode - CoolingPriority, HeatingPriority, or ZonePriority
 INTEGER                      :: NumZonesCooled           = 0   ! Number of zones requesting cooling
 INTEGER                      :: NumZonesHeated           = 0   ! Number of zones requesting heating
 INTEGER                      :: PLRMaxIter               = 0   ! Counter for recurring warning message
 INTEGER                      :: PLRMaxIterIndex          = 0   ! Index to recurring warning message
 INTEGER                      :: DXCoilInletNode          = 0   ! Inlet node number of DX cooling coil
 INTEGER                      :: DXCoilOutletNode         = 0   ! Outlet node number of DX cooling coil
 INTEGER                      :: HeatingCoilInletNode     = 0   ! Inlet node of heating coil
 INTEGER                      :: HeatingCoilOutletNode    = 0   ! Outlet node of heating coil
 INTEGER                      :: FanInletNodeNum          = 0   ! fan inlet node number
 REAL(r64)                    :: OutletTempSetpoint       = 0.0d0 ! Oulet node temperature setpoint [C]
 REAL(r64)                    :: CoilTempSetpoint         = 0.0d0 ! Coil oulet node temperature setpoint (inc. fan heat) [C]
 INTEGER                      :: HeatCoolMode             = 0   ! System operating mode (0 = floating, 1 = cooling, 2 = heating)
 REAL(r64)                    :: BypassMassFlowRate       = 0.0d0 ! Bypass mass flow rate report variable [m3/s]
 INTEGER                      :: DehumidificationMode     = 0   ! Dehumidification mode (0=normal, 1=enhanced)
 INTEGER                      :: DehumidControlType       = 0   ! Dehumidification control type (currently only for multimode coil)
 LOGICAL                      :: HumRatMaxCheck         =.TRUE. ! Used in Init for warning messages
 INTEGER                      :: DXIterationExceeded      = 0   ! Counter for DX coil messages
 INTEGER                      :: DXIterationExceededIndex = 0   ! Counter for DX coil messages
 INTEGER                      :: DXIterationFailed        = 0   ! Counter for DX coil messages
 INTEGER                      :: DXIterationFailedIndex   = 0   ! Counter for DX coil messages
 INTEGER                      :: HXDXIterationExceeded    = 0   ! Counter for HX assisted DX coil messages
 INTEGER                      :: HXDXIterationExceededIndex= 0  ! Counter for HX assisted DX coil messages
 INTEGER                      :: HXDXIterationFailed      = 0   ! Counter for HX assisted DX coil messages
 INTEGER                      :: HXDXIterationFailedIndex = 0   ! Counter for HX assisted DX coil messages
 INTEGER                      :: MMDXIterationExceeded    = 0   ! Counter for multimode DX coil messages
 INTEGER                      :: MMDXIterationExceededIndex= 0  ! Counter for multimode DX coil messages
 INTEGER                      :: MMDXIterationFailed      = 0   ! Counter for multimode DX coil messages
 INTEGER                      :: MMDXIterationFailedIndex = 0   ! Counter for multimode DX coil messages
 INTEGER                      :: DMDXIterationExceeded    = 0   ! Counter for dehumidifying multimode DX coil messages
 INTEGER                      :: DMDXIterationExceededIndex= 0  ! Counter for dehumidifying multimode DX coil messages
 INTEGER                      :: DMDXIterationFailed      = 0   ! Counter for dehumidifying multimode DX coil messages
 INTEGER                      :: DMDXIterationFailedIndex = 0   ! Counter for dehumidifying multimode DX coil messages
 INTEGER                      :: CRDXIterationExceeded    = 0   ! Counter for cool reheat multimode DX coil messages
 INTEGER                      :: CRDXIterationExceededIndex= 0  ! Counter for cool reheat multimode DX coil messages
 INTEGER                      :: CRDXIterationFailed      = 0   ! Counter for cool reheat multimode DX coil messages
 INTEGER                      :: CRDXIterationFailedIndex = 0   ! Counter for cool reheat multimode DX coil messages
END TYPE CBVAVData

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