OpenStudio:utilities/idd
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Types | Public Member Functions | Static Public Member Functions | List of all members
openstudio::HeatExchanger_AirToAir_SensibleAndLatentFields Class Reference

#include <HeatExchanger_AirToAir_SensibleAndLatent_FieldEnums.hxx>

+ Inheritance diagram for openstudio::HeatExchanger_AirToAir_SensibleAndLatentFields:

Public Types

enum  domain {
  Name, AvailabilityScheduleName, NominalSupplyAirFlowRate, SensibleEffectivenessat100_HeatingAirFlow,
  LatentEffectivenessat100_HeatingAirFlow, SensibleEffectivenessat75_HeatingAirFlow, LatentEffectivenessat75_HeatingAirFlow, SensibleEffectivenessat100_CoolingAirFlow,
  LatentEffectivenessat100_CoolingAirFlow, SensibleEffectivenessat75_CoolingAirFlow, LatentEffectivenessat75_CoolingAirFlow, SupplyAirInletNodeName,
  SupplyAirOutletNodeName, ExhaustAirInletNodeName, ExhaustAirOutletNodeName, NominalElectricPower,
  SupplyAirOutletTemperatureControl, HeatExchangerType, FrostControlType, ThresholdTemperature,
  InitialDefrostTimeFraction, RateofDefrostTimeFractionIncrease, EconomizerLockout
}
 

Public Member Functions

 HeatExchanger_AirToAir_SensibleAndLatentFields ()
 
 HeatExchanger_AirToAir_SensibleAndLatentFields (const std::string &t_name)
 
 HeatExchanger_AirToAir_SensibleAndLatentFields (int t_value)
 
domain value () const
 

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of HeatExchanger:AirToAir:SensibleAndLatent's Idd and Idf non-extensible fields.

This enumeration provides readable, and semi-robust tags to use instead of bare unsigned integer field indices. (The enumeration value names are more likely to be valid across EnergyPlus and OpenStudio releases, and will break if they become invalid.) See the OPENSTUDIO_ENUM documentation in utilities/core/Enum.hpp. The actual macro call is:

Member Enumeration Documentation

Enumerator
Name 
AvailabilityScheduleName 
NominalSupplyAirFlowRate 
SensibleEffectivenessat100_HeatingAirFlow 
LatentEffectivenessat100_HeatingAirFlow 
SensibleEffectivenessat75_HeatingAirFlow 
LatentEffectivenessat75_HeatingAirFlow 
SensibleEffectivenessat100_CoolingAirFlow 
LatentEffectivenessat100_CoolingAirFlow 
SensibleEffectivenessat75_CoolingAirFlow 
LatentEffectivenessat75_CoolingAirFlow 
SupplyAirInletNodeName 
SupplyAirOutletNodeName 
ExhaustAirInletNodeName 
ExhaustAirOutletNodeName 
NominalElectricPower 
SupplyAirOutletTemperatureControl 
HeatExchangerType 
FrostControlType 
ThresholdTemperature 
InitialDefrostTimeFraction 
RateofDefrostTimeFractionIncrease 
EconomizerLockout 

Constructor & Destructor Documentation

openstudio::HeatExchanger_AirToAir_SensibleAndLatentFields::HeatExchanger_AirToAir_SensibleAndLatentFields ( )
inline
openstudio::HeatExchanger_AirToAir_SensibleAndLatentFields::HeatExchanger_AirToAir_SensibleAndLatentFields ( const std::string &  t_name)
inline
openstudio::HeatExchanger_AirToAir_SensibleAndLatentFields::HeatExchanger_AirToAir_SensibleAndLatentFields ( int  t_value)
inline

Member Function Documentation

static std::string openstudio::HeatExchanger_AirToAir_SensibleAndLatentFields::enumName ( )
inlinestatic
domain openstudio::HeatExchanger_AirToAir_SensibleAndLatentFields::value ( ) const
inline