ZonePurchasedAir Derived Type

type, private :: ZonePurchasedAir

cObjectName Name AvailSched AvailSchedPtr ZoneSupplyAirNodeNum ZoneExhaustAirNodeNum ZoneRecircAirNodeNum MaxHeatSuppAirTemp MinCoolSuppAirTemp MaxHeatSuppAirHumRat MinCoolSuppAirHumRat HeatingLimit MaxHeatVolFlowRate MaxHeatSensCap CoolingLimit MaxCoolVolFlowRate MaxCoolTotCap HeatSched HeatSchedPtr CoolSched CoolSchedPtr DehumidCtrlType CoolSHR HumidCtrlType OARequirementsPtr DCVType EconomizerType OutdoorAir OutdoorAirNodeNum HtRecType HtRecSenEff HtRecLatEff OAFlowFracSchPtr MaxHeatMassFlowRate MaxCoolMassFlowRate EMSOverrideMdotOn EMSValueMassFlowRate EMSOverrideOAMdotOn EMSValueOAMassFlowRate EMSOverrideSupplyTempOn EMSValueSupplyTemp EMSOverrideSupplyHumRatOn EMSValueSupplyHumRat MinOAMassFlowRate OutdoorAirMassFlowRate FinalMixedAirTemp FinalMixedAirHumRat HtRecSenOutput HtRecLatOutput OASenOutput OALatOutput SenOutputToZone LatOutputToZone SenCoilLoad LatCoilLoad OAFlowMaxCoolOutputError OAFlowMaxHeatOutputError SaturationOutputError OAFlowMaxCoolOutputIndex OAFlowMaxHeatOutputIndex SaturationOutputIndex AvailStatus CoolErrIndex HeatErrIndex SenHeatEnergy LatHeatEnergy TotHeatEnergy SenCoolEnergy LatCoolEnergy TotCoolEnergy ZoneSenHeatEnergy ZoneLatHeatEnergy ZoneTotHeatEnergy ZoneSenCoolEnergy ZoneLatCoolEnergy ZoneTotCoolEnergy OASenHeatEnergy OALatHeatEnergy OATotHeatEnergy OASenCoolEnergy OALatCoolEnergy OATotCoolEnergy HtRecSenHeatEnergy HtRecLatHeatEnergy HtRecTotHeatEnergy HtRecSenCoolEnergy HtRecLatCoolEnergy HtRecTotCoolEnergy SenHeatRate LatHeatRate TotHeatRate SenCoolRate LatCoolRate TotCoolRate ZoneSenHeatRate ZoneLatHeatRate ZoneTotHeatRate ZoneSenCoolRate ZoneLatCoolRate ZoneTotCoolRate OASenHeatRate OALatHeatRate OATotHeatRate OASenCoolRate OALatCoolRate OATotCoolRate HtRecSenHeatRate HtRecLatHeatRate HtRecTotHeatRate HtRecSenCoolRate HtRecLatCoolRate HtRecTotCoolRate TimeEconoActive TimeHtRecActive

Source Code


Components

TypeVisibility AttributesNameInitial
character(len=MaxNameLength), public :: cObjectName =' '
character(len=MaxNameLength), public :: Name =' '
character(len=MaxNameLength), public :: AvailSched =' '
integer, public :: AvailSchedPtr =0
integer, public :: ZoneSupplyAirNodeNum =0
integer, public :: ZoneExhaustAirNodeNum =0
integer, public :: ZoneRecircAirNodeNum =0
real(kind=r64), public :: MaxHeatSuppAirTemp =0.0d0
real(kind=r64), public :: MinCoolSuppAirTemp =0.0d0
real(kind=r64), public :: MaxHeatSuppAirHumRat =0.0d0
real(kind=r64), public :: MinCoolSuppAirHumRat =0.0d0
integer, public :: HeatingLimit =0
real(kind=r64), public :: MaxHeatVolFlowRate =0.0d0
real(kind=r64), public :: MaxHeatSensCap =0.0d0
integer, public :: CoolingLimit =0
real(kind=r64), public :: MaxCoolVolFlowRate =0.0d0
real(kind=r64), public :: MaxCoolTotCap =0.0d0
character(len=MaxNameLength), public :: HeatSched =' '
integer, public :: HeatSchedPtr =0
character(len=MaxNameLength), public :: CoolSched =' '
integer, public :: CoolSchedPtr =0
integer, public :: DehumidCtrlType =0
real(kind=r64), public :: CoolSHR =0.0d0
integer, public :: HumidCtrlType =0
integer, public :: OARequirementsPtr =0
integer, public :: DCVType =0
integer, public :: EconomizerType =0
logical, public :: OutdoorAir =.false.
integer, public :: OutdoorAirNodeNum =0
integer, public :: HtRecType =0
real(kind=r64), public :: HtRecSenEff =0.0d0
real(kind=r64), public :: HtRecLatEff =0.0d0
integer, public :: OAFlowFracSchPtr =0
real(kind=r64), public :: MaxHeatMassFlowRate =0.0d0
real(kind=r64), public :: MaxCoolMassFlowRate =0.0d0
logical, public :: EMSOverrideMdotOn =.FALSE.
real(kind=r64), public :: EMSValueMassFlowRate =0.0d0
logical, public :: EMSOverrideOAMdotOn =.FALSE.
real(kind=r64), public :: EMSValueOAMassFlowRate =0.0d0
logical, public :: EMSOverrideSupplyTempOn =.FALSE.
real(kind=r64), public :: EMSValueSupplyTemp =0.0d0
logical, public :: EMSOverrideSupplyHumRatOn =.FALSE.
real(kind=r64), public :: EMSValueSupplyHumRat =0.0d0
real(kind=r64), public :: MinOAMassFlowRate =0.0d0
real(kind=r64), public :: OutdoorAirMassFlowRate =0.0d0
real(kind=r64), public :: FinalMixedAirTemp =0.0d0
real(kind=r64), public :: FinalMixedAirHumRat =0.0d0
real(kind=r64), public :: HtRecSenOutput =0.0d0
real(kind=r64), public :: HtRecLatOutput =0.0d0
real(kind=r64), public :: OASenOutput =0.0d0
real(kind=r64), public :: OALatOutput =0.0d0
real(kind=r64), public :: SenOutputToZone =0.0d0
real(kind=r64), public :: LatOutputToZone =0.0d0
real(kind=r64), public :: SenCoilLoad =0.0d0
real(kind=r64), public :: LatCoilLoad =0.0d0
integer, public :: OAFlowMaxCoolOutputError =0
integer, public :: OAFlowMaxHeatOutputError =0
integer, public :: SaturationOutputError =0
integer, public :: OAFlowMaxCoolOutputIndex =0
integer, public :: OAFlowMaxHeatOutputIndex =0
integer, public :: SaturationOutputIndex =0
integer, public :: AvailStatus =0
integer, public :: CoolErrIndex =0
integer, public :: HeatErrIndex =0
real(kind=r64), public :: SenHeatEnergy =0.0d0
real(kind=r64), public :: LatHeatEnergy =0.0d0
real(kind=r64), public :: TotHeatEnergy =0.0d0
real(kind=r64), public :: SenCoolEnergy =0.0d0
real(kind=r64), public :: LatCoolEnergy =0.0d0
real(kind=r64), public :: TotCoolEnergy =0.0d0
real(kind=r64), public :: ZoneSenHeatEnergy =0.0d0
real(kind=r64), public :: ZoneLatHeatEnergy =0.0d0
real(kind=r64), public :: ZoneTotHeatEnergy =0.0d0
real(kind=r64), public :: ZoneSenCoolEnergy =0.0d0
real(kind=r64), public :: ZoneLatCoolEnergy =0.0d0
real(kind=r64), public :: ZoneTotCoolEnergy =0.0d0
real(kind=r64), public :: OASenHeatEnergy =0.0d0
real(kind=r64), public :: OALatHeatEnergy =0.0d0
real(kind=r64), public :: OATotHeatEnergy =0.0d0
real(kind=r64), public :: OASenCoolEnergy =0.0d0
real(kind=r64), public :: OALatCoolEnergy =0.0d0
real(kind=r64), public :: OATotCoolEnergy =0.0d0
real(kind=r64), public :: HtRecSenHeatEnergy =0.0d0
real(kind=r64), public :: HtRecLatHeatEnergy =0.0d0
real(kind=r64), public :: HtRecTotHeatEnergy =0.0d0
real(kind=r64), public :: HtRecSenCoolEnergy =0.0d0
real(kind=r64), public :: HtRecLatCoolEnergy =0.0d0
real(kind=r64), public :: HtRecTotCoolEnergy =0.0d0
real(kind=r64), public :: SenHeatRate =0.0d0
real(kind=r64), public :: LatHeatRate =0.0d0
real(kind=r64), public :: TotHeatRate =0.0d0
real(kind=r64), public :: SenCoolRate =0.0d0
real(kind=r64), public :: LatCoolRate =0.0d0
real(kind=r64), public :: TotCoolRate =0.0d0
real(kind=r64), public :: ZoneSenHeatRate =0.0d0
real(kind=r64), public :: ZoneLatHeatRate =0.0d0
real(kind=r64), public :: ZoneTotHeatRate =0.0d0
real(kind=r64), public :: ZoneSenCoolRate =0.0d0
real(kind=r64), public :: ZoneLatCoolRate =0.0d0
real(kind=r64), public :: ZoneTotCoolRate =0.0d0
real(kind=r64), public :: OASenHeatRate =0.0d0
real(kind=r64), public :: OALatHeatRate =0.0d0
real(kind=r64), public :: OATotHeatRate =0.0d0
real(kind=r64), public :: OASenCoolRate =0.0d0
real(kind=r64), public :: OALatCoolRate =0.0d0
real(kind=r64), public :: OATotCoolRate =0.0d0
real(kind=r64), public :: HtRecSenHeatRate =0.0d0
real(kind=r64), public :: HtRecLatHeatRate =0.0d0
real(kind=r64), public :: HtRecTotHeatRate =0.0d0
real(kind=r64), public :: HtRecSenCoolRate =0.0d0
real(kind=r64), public :: HtRecLatCoolRate =0.0d0
real(kind=r64), public :: HtRecTotCoolRate =0.0d0
real(kind=r64), public :: TimeEconoActive =0.0d0
real(kind=r64), public :: TimeHtRecActive =0.0d0

Source Code

    TYPE ZonePurchasedAir
      CHARACTER(len=MaxNameLength) :: cObjectName  =' ' ! Name of the object from IDD
      CHARACTER(len=MaxNameLength) :: Name = ' '        ! Name or identifier of this piece of equipment
      CHARACTER(len=MaxNameLength) :: AvailSched   = ' ' ! System availablity schedule
      INTEGER   :: AvailSchedPtr            = 0          ! Index to system availability schedule
      INTEGER   :: ZoneSupplyAirNodeNum    = 0          ! Node number of zone supply air node for purchased air
      INTEGER   :: ZoneExhaustAirNodeNum   = 0          ! Node number of zone exhaust air node for purchased air
      INTEGER   :: ZoneRecircAirNodeNum    = 0          ! Node number of recirculation air node for purchased air
                                                        !   same as exhaust node if specified, otherwise zone return node
      REAL(r64) :: MaxHeatSuppAirTemp      = 0.0d0      ! Maximum supply air temperature for heating [C]
      REAL(r64) :: MinCoolSuppAirTemp      = 0.0d0      ! Minimum supply air temperature for cooling [C]
      REAL(r64) :: MaxHeatSuppAirHumRat    = 0.0d0      ! Maximum supply heating air humidity ratio [kg water/kg dry air]
      REAL(r64) :: MinCoolSuppAirHumRat    = 0.0d0      ! Minimum supply cooling air humidity ratio [kg water/kg dry air]
      INTEGER   :: HeatingLimit            = 0          ! Heating capacity limit type - NoLimit, LimitFlowRate, LimitCapacity,
                                                        !       or LimitFlowRateAndCapacity
      REAL(r64) :: MaxHeatVolFlowRate      = 0.0d0      ! Maximum heating supply air flow[m3/s]
      REAL(r64) :: MaxHeatSensCap          = 0.0d0      ! Maximum heating sensible capacity [W]
      INTEGER   :: CoolingLimit            = 0          ! Cooling capacity limit type - NoLimit, LimitFlowRate, LimitCapacity,
                                                        !       or LimitFlowRateAndCapacity
      REAL(r64) :: MaxCoolVolFlowRate      = 0.0d0      ! Maximum cooling supply air flow [m3/s]
      REAL(r64) :: MaxCoolTotCap           = 0.0d0      ! Maximum cooling total capacity [W]
      CHARACTER(len=MaxNameLength) :: HeatSched   = ' ' ! Heating availablity schedule
      INTEGER   :: HeatSchedPtr            = 0          ! Index to heating availability schedule
      CHARACTER(len=MaxNameLength) :: CoolSched   = ' ' ! Cooling availability schedule
      INTEGER   :: CoolSchedPtr            = 0          ! Index to the cooling availability schedule
      INTEGER   :: DehumidCtrlType         = 0          ! Dehumidification control type - ConstantSensibleHeatRatio,
                                                        !      Humidistat, or ConstantSupplyHumidityRatio
      REAL(r64) :: CoolSHR                 = 0.0d0      ! Cooling sensible heat ratio
      INTEGER   :: HumidCtrlType           = 0          ! Humidification control type - None,
                                                        !      Humidistat, or ConstantSupplyHumidityRatio
      INTEGER   :: OARequirementsPtr       = 0          ! Index to DesignSpecification:OutdoorAir object
      INTEGER   :: DCVType                 = 0          ! Demand controlled ventilation type - None,
                                                        !      OccupancySchedule, or CO2Setpoint
      INTEGER   :: EconomizerType          = 0          ! Outdoor air economizer type - NoEconomizer,
                                                        !      DifferentialDryBulb, or DifferentialEnthalpy
      LOGICAL   :: OutdoorAir              = .false.    ! Is there outdoor air?
      INTEGER   :: OutdoorAirNodeNum       = 0          ! Node number of the outdoor air inlet node
      INTEGER   :: HtRecType               = 0          ! Outdoor air heat recovery type - None, Sensible, Enthalpy
      REAL(r64) :: HtRecSenEff             = 0.0d0      ! Sensible heat recovery effectiveness
      REAL(r64) :: HtRecLatEff             = 0.0d0      ! Latent heat recovery effectiveness

      INTEGER   :: OAFlowFracSchPtr        = 0          ! Fraction schedule applied to total OA requirement

      REAL(r64) :: MaxHeatMassFlowRate     = 0.0d0      ! The maximum heating air mass flow rate [kg/s]
      REAL(r64) :: MaxCoolMassFlowRate     = 0.0d0      ! The maximum cooling air mass flow rate [kg/s]
      LOGICAL   :: EMSOverrideMdotOn       = .FALSE.    ! if true, then EMS is calling to override supply mass flow rate
      REAL(r64) :: EMSValueMassFlowRate    = 0.0d0      ! Value EMS is directing to use for supply mass flow rate [kg/s]
      LOGICAL   :: EMSOverrideOAMdotOn     = .FALSE.    ! if true, then EMS is calling to override OA mass flow rate
      REAL(r64) :: EMSValueOAMassFlowRate  = 0.0d0      ! Value EMS is directing to use for OA mass flow rate [kg/s]
      LOGICAL   :: EMSOverrideSupplyTempOn = .FALSE.    ! if true, then EMS is calling to override supply temperature
      REAL(r64) :: EMSValueSupplyTemp      = 0.0d0      ! Value EMS is directing to use for supply temperature [C]
      LOGICAL   :: EMSOverrideSupplyHumRatOn = .FALSE.  ! if true, then EMS is calling to override supply humidity ratio
      REAL(r64) :: EMSValueSupplyHumRat    = 0.0d0      ! Value EMS is directing to use for supply humidity ratio [kg-H2O/kg-dryair]
      REAL(r64) :: MinOAMassFlowRate       = 0.0d0      ! The minimum required outdoor air mass flow rate [kg/s]
      REAL(r64) :: OutdoorAirMassFlowRate  = 0.0d0      ! The outdoor air mass flow rate [kg/s]
      ! Intermediate results
      REAL(r64) :: FinalMixedAirTemp        = 0.0d0      ! Dry-bulb temperature of the mixed air, saved for system ventilation load reporting [C]
      REAL(r64) :: FinalMixedAirHumRat      = 0.0d0      ! Humidity ratio of the mixed air, saved for system ventilation load reporting [kg-H2O/kg-dryair]
      REAL(r64) :: HtRecSenOutput           = 0.0d0      ! Sensible heating/cooling rate from heat recovery (<0 means cooling) [W]
      REAL(r64) :: HtRecLatOutput           = 0.0d0      ! Latent heating/cooling rate from heat recovery (<0 means cooling or dehumidfying) [W]
      REAL(r64) :: OASenOutput              = 0.0d0      ! Outdoor air sensible output relative to zone conditions [W], <0 means OA is cooler than zone air
      REAL(r64) :: OALatOutput              = 0.0d0      ! Outdoor air latent output relative to zone conditions [W], <0 means OA is drier than zone air
      REAL(r64) :: SenOutputToZone          = 0.0d0      ! Ideal Loads System sensible output to zone [W], <0 means supply is cooler than zone air
      REAL(r64) :: LatOutputToZone          = 0.0d0      ! Ideal Loads System latent heat output to zone [W], <0 means supply is drier than zone air
      REAL(r64) :: SenCoilLoad              = 0.0d0      ! Ideal Loads System sensible load on "coils" (<0 means cooling) [W]
      REAL(r64) :: LatCoilLoad              = 0.0d0      ! Ideal Loads System latent load on "coils" (<0 means cooling or dehumidfying) [W]
      INTEGER   :: OAFlowMaxCoolOutputError = 0          ! Counter for OAFlow > Max Cooling Flow error
      INTEGER   :: OAFlowMaxHeatOutputError = 0          ! Counter for OAFlow > Max Heating Flow error
      INTEGER   :: SaturationOutputError    = 0          ! Counter for OAFlow > Max Heating Flow error
      INTEGER   :: OAFlowMaxCoolOutputIndex = 0          ! Recurring warning index for OAFlow > Max Cooling Flow error
      INTEGER   :: OAFlowMaxHeatOutputIndex = 0          ! Recurring warning index for OAFlow > Max Heating Flow error
      INTEGER   :: SaturationOutputIndex    = 0          ! Recurring warning index for OAFlow > Max Heating Flow error
      INTEGER   :: AvailStatus              = 0
      INTEGER   :: CoolErrIndex             = 0          ! Cooling setpoint error index (recurring errors)
      INTEGER   :: HeatErrIndex             = 0          ! Heating setpoint error index (recurring errors)

      ! Output variables
      REAL(r64) :: SenHeatEnergy           = 0.0d0      ! Sensible heating energy consumed [J]
      REAL(r64) :: LatHeatEnergy           = 0.0d0      ! Latent   heating energy consumed [J]
      REAL(r64) :: TotHeatEnergy           = 0.0d0      ! Total    heating energy consumed [J]
      REAL(r64) :: SenCoolEnergy           = 0.0d0      ! Sensible cooling energy consumed [J]
      REAL(r64) :: LatCoolEnergy           = 0.0d0      ! Latent   cooling energy consumed [J]
      REAL(r64) :: TotCoolEnergy           = 0.0d0      ! Total    cooling energy consumed [J]
      REAL(r64) :: ZoneSenHeatEnergy       = 0.0d0      ! Sensible heating energy supplied to the zone [J]
      REAL(r64) :: ZoneLatHeatEnergy       = 0.0d0      ! Latent   heating energy supplied to the zone [J]
      REAL(r64) :: ZoneTotHeatEnergy       = 0.0d0      ! Total    heating energy supplied to the zone [J]
      REAL(r64) :: ZoneSenCoolEnergy       = 0.0d0      ! Sensible cooling energy supplied to the zone [J]
      REAL(r64) :: ZoneLatCoolEnergy       = 0.0d0      ! Latent   cooling energy supplied to the zone [J]
      REAL(r64) :: ZoneTotCoolEnergy       = 0.0d0      ! Total    cooling energy supplied to the zone [J]
      REAL(r64) :: OASenHeatEnergy         = 0.0d0      ! Sensible heating energy required for OA to equal zone air [J]
      REAL(r64) :: OALatHeatEnergy         = 0.0d0      ! Latent   heating energy required for OA to equal zone air [J]
      REAL(r64) :: OATotHeatEnergy         = 0.0d0      ! Total    heating energy required for OA to equal zone air [J]
      REAL(r64) :: OASenCoolEnergy         = 0.0d0      ! Sensible cooling energy required for OA to equal zone air [J]
      REAL(r64) :: OALatCoolEnergy         = 0.0d0      ! Latent   cooling energy required for OA to equal zone air [J]
      REAL(r64) :: OATotCoolEnergy         = 0.0d0      ! Total    cooling energy required for OA to equal zone air [J]
      REAL(r64) :: HtRecSenHeatEnergy      = 0.0d0      ! Sensible heating energy from heat reocovery [J]
      REAL(r64) :: HtRecLatHeatEnergy      = 0.0d0      ! Latent   heating energy from heat reocovery [J]
      REAL(r64) :: HtRecTotHeatEnergy      = 0.0d0      ! Total    heating energy from heat reocovery [J]
      REAL(r64) :: HtRecSenCoolEnergy      = 0.0d0      ! Sensible cooling energy from heat reocovery [J]
      REAL(r64) :: HtRecLatCoolEnergy      = 0.0d0      ! Latent   cooling energy from heat reocovery [J]
      REAL(r64) :: HtRecTotCoolEnergy      = 0.0d0      ! Total    cooling energy from heat reocovery [J]
      REAL(r64) :: SenHeatRate             = 0.0d0      ! Sensible heating rate consumed [W]
      REAL(r64) :: LatHeatRate             = 0.0d0      ! Latent   heating rate consumed [W]
      REAL(r64) :: TotHeatRate             = 0.0d0      ! Total    heating rate consumed [W]
      REAL(r64) :: SenCoolRate             = 0.0d0      ! Sensible cooling rate consumed [W]
      REAL(r64) :: LatCoolRate             = 0.0d0      ! Latent   cooling rate consumed [W]
      REAL(r64) :: TotCoolRate             = 0.0d0      ! Total    cooling rate consumed [W]
      REAL(r64) :: ZoneSenHeatRate         = 0.0d0      ! Sensible heating rate supplied to the zone [W]
      REAL(r64) :: ZoneLatHeatRate         = 0.0d0      ! Latent   heating rate supplied to the zone [W]
      REAL(r64) :: ZoneTotHeatRate         = 0.0d0      ! Total    heating rate supplied to the zone [W]
      REAL(r64) :: ZoneSenCoolRate         = 0.0d0      ! Sensible cooling rate supplied to the zone [W]
      REAL(r64) :: ZoneLatCoolRate         = 0.0d0      ! Latent   cooling rate supplied to the zone [W]
      REAL(r64) :: ZoneTotCoolRate         = 0.0d0      ! Total    cooling rate supplied to the zone [W]
      REAL(r64) :: OASenHeatRate           = 0.0d0      ! Sensible heating rate required for OA to equal zone air [W]
      REAL(r64) :: OALatHeatRate           = 0.0d0      ! Latent   heating rate required for OA to equal zone air [W]
      REAL(r64) :: OATotHeatRate           = 0.0d0      ! Total    heating rate required for OA to equal zone air [W]
      REAL(r64) :: OASenCoolRate           = 0.0d0      ! Sensible cooling rate required for OA to equal zone air [W]
      REAL(r64) :: OALatCoolRate           = 0.0d0      ! Latent   cooling rate required for OA to equal zone air [W]
      REAL(r64) :: OATotCoolRate           = 0.0d0      ! Total    cooling rate required for OA to equal zone air [W]
      REAL(r64) :: HtRecSenHeatRate        = 0.0d0      ! Sensible heating rate from heat reocovery [W]
      REAL(r64) :: HtRecLatHeatRate        = 0.0d0      ! Latent   heating rate from heat reocovery [W]
      REAL(r64) :: HtRecTotHeatRate        = 0.0d0      ! Total    heating rate from heat reocovery [W]
      REAL(r64) :: HtRecSenCoolRate        = 0.0d0      ! Sensible cooling rate from heat reocovery [W]
      REAL(r64) :: HtRecLatCoolRate        = 0.0d0      ! Latent   cooling rate from heat reocovery [W]
      REAL(r64) :: HtRecTotCoolRate        = 0.0d0      ! Total    cooling rate from heat reocovery [W]
      REAL(r64) :: TimeEconoActive         = 0.0d0      ! Time economizer is active [hrs]
      REAL(r64) :: TimeHtRecActive         = 0.0d0      ! Time heat reocovery is active [hrs]
    END TYPE ZonePurchasedAir

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