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

#include <Site_GroundTemperature_Deep_FieldEnums.hxx>

+ Inheritance diagram for openstudio::Site_GroundTemperature_DeepFields:

Public Types

enum  domain {
  JanuaryDeepGroundTemperature , FebruaryDeepGroundTemperature , MarchDeepGroundTemperature , AprilDeepGroundTemperature ,
  MayDeepGroundTemperature , JuneDeepGroundTemperature , JulyDeepGroundTemperature , AugustDeepGroundTemperature ,
  SeptemberDeepGroundTemperature , OctoberDeepGroundTemperature , NovemberDeepGroundTemperature , DecemberDeepGroundTemperature
}
 

Public Member Functions

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

Static Public Member Functions

static std::string enumName ()
 

Detailed Description

Enumeration of Site:GroundTemperature:Deep'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

◆ domain

Enumerator
JanuaryDeepGroundTemperature 
FebruaryDeepGroundTemperature 
MarchDeepGroundTemperature 
AprilDeepGroundTemperature 
MayDeepGroundTemperature 
JuneDeepGroundTemperature 
JulyDeepGroundTemperature 
AugustDeepGroundTemperature 
SeptemberDeepGroundTemperature 
OctoberDeepGroundTemperature 
NovemberDeepGroundTemperature 
DecemberDeepGroundTemperature 

Constructor & Destructor Documentation

◆ Site_GroundTemperature_DeepFields() [1/3]

openstudio::Site_GroundTemperature_DeepFields::Site_GroundTemperature_DeepFields ( )
inline

◆ Site_GroundTemperature_DeepFields() [2/3]

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

◆ Site_GroundTemperature_DeepFields() [3/3]

openstudio::Site_GroundTemperature_DeepFields::Site_GroundTemperature_DeepFields ( int t_value)
inline

Member Function Documentation

◆ enumName()

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

◆ value()

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