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::OS_Chiller_Electric_ASHRAE205Fields Class Reference

#include <OS_Chiller_Electric_ASHRAE205_FieldEnums.hxx>

+ Inheritance diagram for openstudio::OS_Chiller_Electric_ASHRAE205Fields:

Public Types

enum  domain {
  Handle, Name, RepresentationFileName, PerformanceInterpolationMethod,
  RatedCapacity, SizingFactor, AmbientTemperatureIndicator, AmbientTemperatureScheduleName,
  AmbientTemperatureZoneName, AmbientTemperatureOutdoorAirNodeName, ChilledWaterInletNodeName, ChilledWaterOutletNodeName,
  ChilledWaterMaximumRequestedFlowRate, CondenserInletNodeName, CondenserOutletNodeName, CondenserMaximumRequestedFlowRate,
  ChillerFlowMode, OilCoolerInletNodeName, OilCoolerOutletNodeName, OilCoolerDesignFlowRate,
  AuxiliaryInletNodeName, AuxiliaryOutletNodeName, AuxiliaryCoolingDesignFlowRate, HeatRecoveryInletNodeName,
  HeatRecoveryOutletNodeName, EndUseSubcategory
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of OS:Chiller:Electric:ASHRAE205'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
Handle 
Name 
RepresentationFileName 
PerformanceInterpolationMethod 
RatedCapacity 
SizingFactor 
AmbientTemperatureIndicator 
AmbientTemperatureScheduleName 
AmbientTemperatureZoneName 
AmbientTemperatureOutdoorAirNodeName 
ChilledWaterInletNodeName 
ChilledWaterOutletNodeName 
ChilledWaterMaximumRequestedFlowRate 
CondenserInletNodeName 
CondenserOutletNodeName 
CondenserMaximumRequestedFlowRate 
ChillerFlowMode 
OilCoolerInletNodeName 
OilCoolerOutletNodeName 
OilCoolerDesignFlowRate 
AuxiliaryInletNodeName 
AuxiliaryOutletNodeName 
AuxiliaryCoolingDesignFlowRate 
HeatRecoveryInletNodeName 
HeatRecoveryOutletNodeName 
EndUseSubcategory 

Constructor & Destructor Documentation

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

Member Function Documentation

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