OpenStudio:utilities/idd
Loading...
Searching...
No Matches
openstudio::Refrigeration_WalkInExtensibleFields Class Reference

#include <Refrigeration_WalkIn_FieldEnums.hxx>

+ Inheritance diagram for openstudio::Refrigeration_WalkInExtensibleFields:

Public Types

enum  domain {
  ZoneName , TotalInsulatedSurfaceAreaFacingZone , InsulatedSurfaceUValueFacingZone , AreaofGlassReachInDoorsFacingZone ,
  HeightofGlassReachInDoorsFacingZone , GlassReachInDoorUValueFacingZone , GlassReachInDoorOpeningScheduleNameFacingZone , AreaofStockingDoorsFacingZone ,
  HeightofStockingDoorsFacingZone , StockingDoorUValueFacingZone , StockingDoorOpeningScheduleNameFacingZone , StockingDoorOpeningProtectionTypeFacingZone
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of Refrigeration:WalkIn's Idd and Idf extensible fields to be used in conjunction with ExtensibleIndex and ExtensibleGroup.

This enumeration provides readable, and semi-robust tags to use instead of bare unsigned integer ExtensibleIndex.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

◆ domain

Enumerator
ZoneName 
TotalInsulatedSurfaceAreaFacingZone 
InsulatedSurfaceUValueFacingZone 
AreaofGlassReachInDoorsFacingZone 
HeightofGlassReachInDoorsFacingZone 
GlassReachInDoorUValueFacingZone 
GlassReachInDoorOpeningScheduleNameFacingZone 
AreaofStockingDoorsFacingZone 
HeightofStockingDoorsFacingZone 
StockingDoorUValueFacingZone 
StockingDoorOpeningScheduleNameFacingZone 
StockingDoorOpeningProtectionTypeFacingZone 

Constructor & Destructor Documentation

◆ Refrigeration_WalkInExtensibleFields() [1/3]

openstudio::Refrigeration_WalkInExtensibleFields::Refrigeration_WalkInExtensibleFields ( )
inline

◆ Refrigeration_WalkInExtensibleFields() [2/3]

openstudio::Refrigeration_WalkInExtensibleFields::Refrigeration_WalkInExtensibleFields ( const std::string & t_name)
inline

◆ Refrigeration_WalkInExtensibleFields() [3/3]

openstudio::Refrigeration_WalkInExtensibleFields::Refrigeration_WalkInExtensibleFields ( int t_value)
inline

Member Function Documentation

◆ enumName()

static std::string openstudio::Refrigeration_WalkInExtensibleFields::enumName ( )
inlinestatic

◆ value()

domain openstudio::Refrigeration_WalkInExtensibleFields::value ( ) const
inline