OpenStudioCore: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::SurfaceProperty_ConvectionCoefficients_MultipleSurfaceFields Class Reference

#include <SurfaceProperty_ConvectionCoefficients_MultipleSurface_FieldEnums.hxx>

+ Inheritance diagram for openstudio::SurfaceProperty_ConvectionCoefficients_MultipleSurfaceFields:

Public Types

enum  domain {
  SurfaceType, ConvectionCoefficient1Location, ConvectionCoefficient1Type, ConvectionCoefficient1,
  ConvectionCoefficient1ScheduleName, ConvectionCoefficient1UserCurveName, ConvectionCoefficient2Location, ConvectionCoefficient2Type,
  ConvectionCoefficient2, ConvectionCoefficient2ScheduleName, ConvectionCoefficient2UserCurveName
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of SurfaceProperty:ConvectionCoefficients:MultipleSurface'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
SurfaceType 
ConvectionCoefficient1Location 
ConvectionCoefficient1Type 
ConvectionCoefficient1 
ConvectionCoefficient1ScheduleName 
ConvectionCoefficient1UserCurveName 
ConvectionCoefficient2Location 
ConvectionCoefficient2Type 
ConvectionCoefficient2 
ConvectionCoefficient2ScheduleName 
ConvectionCoefficient2UserCurveName 

Constructor & Destructor Documentation

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

Member Function Documentation

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